body {
	background: #151515;
}

#container {
	position: relative;
	width: 900px;
	background: #000000;
	margin: 25px 0 0 0;
}

#header {
	position: relative;
	float: left;
	width: 900px;
	height: 165px;
	background: #000000;
}

#header a.logolink {
	position: absolute;
	top: 5px;
	left: 317px;
}

#header .flag {
	position: absolute;
	left: 0px;
	top: 55px;
	height: 73px;
}

#nav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 900px;
	height: 30px;
	border-bottom: 2px solid #A90100;
}

#nav a:hover {
	background-position: 0 -30px;
}

#nav a.selected {
	background-position: 0 -30px;
}


#nav_home {
	position: relative;
	float: left;
	width: 66px;
	height: 30px;
	display: inline;
	margin-left: 15px;
	background: url('../images/nav_home.jpg') no-repeat 0 0;
}

#nav_newsandevents {
	position: relative;
	float: left;
	width: 139px;
	height: 30px;
	display: inline;
	margin-left: 0px;
	background: url('../images/nav_newsandevents.jpg') no-repeat 0 0;
}

#nav_aboutus {
	position: relative;
	float: left;
	width: 98px;
	height: 30px;
	background: url('../images/nav_aboutus.jpg') no-repeat 0 0;
}

#nav_memberships {
	position: relative;
	float: left;
	width: 201px;
	height: 30px;
	background: url('../images/nav_memberships.jpg') no-repeat 0 0;
}

#nav_printablebrochure {
	position: relative;
	float: left;
	width: 183px;
	height: 30px;
	background: url('../images/nav_printablebrochure.jpg') no-repeat 0 0;
}

#nav_contact {
	position: relative;
	float: left;
	width: 92px;
	height: 30px;
	background: url('../images/nav_contact.jpg') no-repeat 0 0;
}

#nav_location {
	position: relative;
	float: left;
	width: 93px;
	height: 30px;
	background: url('../images/nav_location.jpg') no-repeat 0 0;
}

#main {
	position: relative;
	float: left;
	width: 900px;
	min-height: 360px;
	background: url('../images/main_bg.jpg') no-repeat 0 0 #000000;

}

#subnav {
	position: relative;
	float: left;
	margin: 21px 0 0 0;
	width: 260px;
	display: inline;
}

#subnav a:hover {
	background-position: 0 0px;
}

#subnav_oilchanges {
	position: relative;
	float: left;
	margin: 0;
	width: 260px;
	height: 57px;
	display: inline;
	background: url('../images/btn_oilchanges.jpg') no-repeat 0 -57px;
}

#subnav_expressdetailing {
	position: relative;
	float: left;
	margin: 10px 0 0 0;
	width: 260px;
	height: 57px;
	display: inline;
	background: url('../images/btn_expressdetailing.jpg') no-repeat 0 -57px;
}

#subnav_carwash {
	position: relative;
	float: left;
	margin: 10px 0 0 0;
	width: 260px;
	height: 57px;
	display: inline;
	background: url('../images/btn_carwash.jpg') no-repeat 0 -57px;
}

#subnav_survey{
	position: relative;
	float: left;
	margin: 10px 0 0 0;
	width: 260px;
	height: 57px;
	display: inline;
	background: url('../images/btn_survey.jpg') no-repeat 0 -57px;
}

#content {
	position: relative;
	float: left;
	width: 600px;
	margin: 23px 0 0 18px;
	display: inline;
	background: url('../images/content_bg.jpg') no-repeat 0 0 #E0E0E0;
}

#text {
	position: relative;
	float: left;
	width: 550px;
	text-align: left;
	margin: 15px 0 0 20px;
	display: inline;
}

#text a {
	font: 14px/20px arial;
	color: #666666;
}

#text .header {
	position: relative;
	float: left;
	width: 550px;
	font: 20px/20px arial, verdana;
	color: #FFFFFF;
	padding: 5px;
	background: #2F4893;
}

#text .subheader {
	position: relative;
	float: left;
	width: 550px;
	font: 14px/14px arial, verdana;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 5px;
	background: #CB0101;
}

#text .text {
	position: relative;
	float: left;
	width: 550px;
	text-align: left;
	margin: 10px 0 0 0px;
	display: inline;
	font: 14px/20px arial;
	color: #000000;
}

#text .employment {
	position: relative;
	float: left;
	width: 550px;
	text-align: left;
	margin: 10px 0 0 0px;
	display: inline;
	font: 14px/20px arial;
	color: #000000;
}

#text ul {
	list-style: none;
	padding: 0 0 0 0px;
	margin: 0;
}

#footer {
	text-align: left;
	position: relative;
	float: left;
	width: 850px;
	display: inline;
	margin: 40px 0 0 15px;
	font: 13px/18px arial, verdana;
	color: #757575;
	padding: 0 0 10px 0;
}

#footer a {
	font: 13px/18px arial, verdana;
	color: #EEEEEE;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {	
	text-decoration: underline;
}

#footer a.savideo {
	position: absolute;
	right: 0px;
	bottom: 10px;	
}

.colored {
	color: #920000;
	font-weight:bold;
}