@charset "UTF-8";
/* CSS Document */

* {margin:0; 
padding:0
}


.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.header {
	background-image: url(../images/header.jpg);
	height: 200px;
	width: 800px;
}
.header_svr {
	background-image: url(../images/svr_header.jpg);
	height: 200px;
	width: 800px;
}
.content {
	padding: 20px;
}
.footer {
	padding-top: 15px;
	text-align: center;
	color: white;
	background-image: url(../images/footer.jpg);
	height: 35px;
	width: 800px;
}
body {
	background-repeat: repeat-x;
	background-image: url(/images/background.png);
	background-color: #666;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	margin-top: 0px;
	margin-bottom:0px;
}
p {
	margin-bottom: 40px;
}
h1 {
	font-size: 24px;
	color: #0099CB;
	text-align: center;
	margin-bottom: 20px;
}
h2 {
	font-size: 18px;
	color: #0099CB;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #0092C2;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.main_menu {
	margin-top: 10px;
	text-align: center;
	list-style-type: none;
	margin-bottom: 40px;	
}
.main_menu li {
	display: inline;
	margin: 20px;
}
 
 ul#fleet {
	width:750px;
	list-style:none;
	overflow:hidden;
	margin:0 auto;
 }
 
ul#fleet li{
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	width: 320px;
	float:left;
	padding: 10px 10px 5px 10px;
	margin: 0 10px 25px 15px;
	text-align: center;
	border:1px solid #999;
}



ul#fleet span{
	display:block;
}

ul#fleet img{
	border-style: none;
}

ul#fleet li:hover{
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

