﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	margin-bottom:0;
	min-height:600px;
	background-color:#565E5F;
	background-image:url('layout/bgbottom.jpg');
	background-repeat:repeat-x;
	background-position:50% 100%;
	background-attachment:fixed;
}
#header {
	background-image:url('layout/header.jpg');
	background-repeat:no-repeat;
	width:936px;
	height:238px;
	margin-left:auto;
	margin-right:auto;
}
#navbg{
	height: 41px;
	width: 936px;
	background-image: url('layout/navbg.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#container {
	background-image:url('layout/body.jpg');
	background-repeat:repeat-y;
	width:936px;
	min-height:300px;
	margin-left:auto;
	margin-right:auto;
}
#right_col {
	width: 415px;
	float: right;
	margin:0 22px 0 22px;
}
#right_col p{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	color:#ffffff;
	padding:0 22px 0 22px;
	text-align:justify;
	line-height:1.5em;
}
right_col a:links, a:visited, a:active {
	color:#333333;
}
#right_col a:hover{
	color:#000000;
}
#vehicle-details li {
	list-style-type: none;
	line-height: 20px;
	border-bottom: dashed #ffffff 1px;
}
#page_content {
	margin-right: 460px;
}
#page_content p{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	color:#333333;
	padding:0 25px 0 25px;
}
#page_content a:links, a:visited, a:active {
	color:#333333;
}
#page_content a:hover{
	color:#565E5F;
}
#footer {
	background-image:url('layout/footer.jpg');
	background-repeat:no-repeat;
	width:936px;
	height:106px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
}
#flash {
	margin-left: 10px;
	margin-top: -8px;
}
ul, li{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	color:#ffffff;
	padding-left:20px;
	list-style-type:disc;
	list-style-position:inside;
}
#table{
	margin-left:13px;
	border-style:none;
}
h2{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:medium;
	color:#ffffff;
	font-weight:bolder;
}

#right_col a {
	color: #FFFFFF;
}
#right_col a:visited {
	color: #FFFFFF;
}
#right_col a:active {
	color: #FFFFFF;
}
#right_col a:hover {
	color: #888888;
}
.img{
	border-style:none;
}














