    /* General Styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
h1 {
	font-size:20px;
	font-weight:bold;
	padding:5px 0 5px 0;
}
img.imageright{
	float:right;
	margin:0px 0px 10px 15px;
}
a img{
	border:0;
}
a {
	color:#ff0000;
	text-decoration:none;
}
.indent{
	margin:30px 0 0 30px;
}
.center{
	margin:30px 0 0 95px;
}
a:hover {
	color:#009933;
}
#fixed {
   margin:0 auto;
   width:980px;   /* you can use px, em or % */
   text-align:left;
   background-color:#fff;
}

	/* Header Styles */
#header {
	clear:both;
	float:left;
	width:100%;
	background-color:#000;
	height:150px;
	border:1px solid #3399cc;
	border-width:0 0 1px 0;
	padding:0px;
}

	/* Menu */
.menu{
	clear:both;
	width:100%; /*leave this value as is in most cases*/
	font:bold 12px Arial;
	background-color:#333;
	background-image:url(../images/menubg.jpg);
	background-repeat:no-repeat;
	height:23px;
}
.menu ul{
	float:right;
	margin:0;
	padding:0;
}
.menu ul li{
	display:inline;
}
.menu ul li a{
	float:left;
	color:#ccc; /*text color*/
	padding:4px 8px;
	text-decoration:none;
	border-left:1px solid #3399cc; /*divider between menu items*/
	background-color:#333;
}
.menu ul li a:hover{
	color:#cc0000; /*text color of selected item*/
}

	/* Store Menu */
.storemenu ul li a.search{
	color:#fff;
}
.storemenu {
	font:bold 13px Arial;
}
.storemenu ul {
	margin:0px;
	padding:0px;
}
.storemenu ul li {
	height:21px;
	line-height:21px;
	list-style:none;
	padding-left:15px;
	border-bottom:#3399cc solid;
	border-width:1px;
}
.storemenu ul li a{
	color:#ccc;
	text-decoration:none;
}  
.storemenu ul li a:hover {
	color:#cc0000;
	position:relative;
}
.sidebar{
	text-align:center;
	margin-top:20px;
	height:150px;
}

	/* Page Content */
#page{
	float:left;
	width:100%;
	background-color:#fff;
	background-image:url(../images/menubg.jpg);
	background-repeat:repeat-y;
}
#content{
	margin-left:165px; /*Set left margin to LeftColumnWidth*/
}
#leftcolumn{
	float:left;
	width:165px; /*Width of left column*/
	margin-left:-980px; /*Set left margin to -(MainContainerWidth)*/
	background-image:url(../images/menubg.jpg);
	background-repeat:repeat-y;
}
.container{
	margin:25px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top:20px;
}

	/* Page Elements */
.contact{
	text-align:center;
	font:bold 16px Arial;
	padding:0 130px 0 130px;
}
.rides{
	text-align:center;
	font-size:12px;
	padding:10px 25px 0 25px;
}


	/* Footer Styles */
#footer {
	clear:both;
	float:left;
	width:978px;
	display:inline;
	background-color:#111;
	text-align:center;
	font-size:10px;
	color:#3399cc;
	margin-top:0;
	padding:3px 0 5px 0;
	border:1px solid #333;
}
