/* CSS Document */
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height : auto; !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
}
#topnav {
	height: 36px;
	background-image: url(../images/navbg.gif);
	background-repeat: no-repeat;
}
#titlebar {
	height: 0px;
	/*background-image: url(../images/topspacerbar.gif);*/
}

#head {
	width: 760px;
	margin: 0px;
	padding: 0px;
}
#h_left {
	width: 580px;
	height: 250px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerleft.jpg);
}
#h_right {
	width: 180px;
	height: 250px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerright.jpg);
}
#body {
	width: 760px;
}
#main {
	width: 740px;
	height: auto;
	padding: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
	text-align: justify;
}
#main img {
	margin-bottom: 0px;
	margin-right: 3px;
	border: 0px;
}
#main h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 0px;
	color: #555555;
}
#main h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
	color: #555555;
}
#main a:link {
	color: #003399;
	text-decoration: none;
}
#main a:visited {
	color: #003399;
	text-decoration: none;
}
#main a:active {
	color: #003399;
	text-decoration: none;
}
#main a:hover {
	color: #000000;
	text-decoration: none;
}
#footer {
	width: 760px;
	height: 50px;
	float: left;
	background-image: url(../images/footerbg.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:active {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
#cars {
	text-align: center;
}
#servicenav {
	width: 260px;
	height: 250px;
	float: left;
	padding-top: 50px;
	margin: 0px;
	background-image: url(../images/tablebox.gif);
	background-repeat: no-repeat;
	line-height: 17px;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
}
#servicenav ul, #servicenav ul li {
	display: block;
	list-style-image: none;
	margin: 0px;
	width: 256px;
	padding: 0px;
}
#servicenav ul a:link {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
}
#servicenav ul a:visited {
	color: #ffffff;
	text-decoration: none;
}
#servicenav ul a:active {
	color: #ffffff;
	text-decoration: none;
}
#servicenav ul a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	margin: 0px;
}
#homeright {
	float: left;
	width: 460px;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 12px;
}
html,body {
	font-family: Arial, Helvetica, sans-serif;
	margin:2px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;	/*background-image: url(../images/backgroundpattern.gif);
	background-repeat: repeat;*/
}