@charset "utf-8";
#pageProps {
	background-color: #262626;
	margin: 0px;
	padding: 0px;
	font-family: "Tw Cen MT Condensed";
	font-size: 16px;
	background-image: url(Images/carSilhouette.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #262626;
}
#bodyShell {
	background-image: url(Images/bodybg.png);
	background-repeat: repeat-x;
	height: 575px;
}
#bodyShell a {
	color: #262626;
	text-decoration: none;
	font-weight: bold;
}
#bodyShell a:hover {
	text-decoration: underline;
}


#banner {
	background-image: url(Images/banner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 230px;
	width: 99%;
}



#bottomBar {
	color: #666666;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#bottomBar a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#bottomBar a:hover {
	color: #DCFFFE;
	text-decoration: underline;
}


#topNav {
	padding-top: 10px;
	float: left;
	padding-bottom: 2px;
}


#topNav a {
	padding-right: 5px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #DCFFFE;
	border-right-color: #DCFFFE;
	border-bottom-color: #DCFFFE;
	border-left-color: #DCFFFE;
	text-decoration: none;
	margin: 5px;
	font-family: "Tw Cen MT Condensed";
	font-size: 24px;
	padding-top: 5px;
	color: #DCFFFE;
	font-weight: normal;
}



#topNav a:hover {
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-decoration: none;
}

#login {
	clear: right;
	float: right;
	border-top-color: #DCFFFE;
	border-right-color: #DCFFFE;
	border-bottom-color: #DCFFFE;
	border-left-color: #DCFFFE;
	font-size: 24px;
	color: #DCFFFE;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-right: 5px;
	margin-top: 5px;
	text-align: center;
}
