@charset "utf-8";
/* CSS Document */

body{
	background:#2c0000;
	margin:0px;
	padding:0px;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

h1{
	font-size:21px;
	padding-bottom:5px;
	border-bottom:1px solid #fff;
}

h2{
	font-size:16px;
}
a{
	color:lightblue;
}
img{
	border:none;
}

table th{
	background:#243E71;
	text-align:left;
}

table tr.row1{
	background:#000000;

}


table tr.row2{

}
#container{
	width:998px;
	margin:0px auto;
	overflow:hidden;
}
#header{
	
}

#headerStrip{
}

#webBody{
	background:url(images/blue_bg_strip.png) repeat-x;
	background-color:#243E71;
	overflow:hidden;
}

#navigation{
	background:#452000;
	width:220px;
	float:left;
	margin-left:15px;
	margin-bottom:-5000px;
	padding-bottom:5000px;
}
#navigation ul{
	margin:0px;
	padding:0px;
}
#navigation ul li{
	list-style:none;
	text-align:center;
	padding-top:25px;
}

#content{
	width:720px;
	float:left;
	margin-left:20px;
}

#contentArea{
	margin:20px;

}

#footer{
	clear:both;
	text-align:center;
	font-size:12px;
}
#footer a{
	color:white;
}
#usermanagement{
	text-align:right;
	padding-bottom:20px;
}

ul.contact{
	margin-top:200px;
}
ul.contact li{
	padding:0px;
	margin:0px;
	line-height:3px;
	font-size:14px;
}
.whiteBorder{
	border:2px solid #ffffff;
}

.showBike{
	float:left;
	padding:5px;
	width:200px;
	height:350px;
}
.showBike h2{
	font-size:14px;
}
.pagelinks{
	text-align:right;
	clear:both;
}