body {
	background-color:#202020;
	font-size:17px;
	line-height:1.5;
	color:#eeeeee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

#footer {
	width:800px;
	height:20px;
	font-size:11px;
	margin:auto;
	clear:both;
	text-align:center;
	color:#464646;
}

#wrapper {
	width:800px;
	margin:auto;
}

.li_side {
	font-size:13px;
}

#images {
	width:800px;
	height:300px;
	margin-bottom:10px;
}

#nav {
	width:800px;
	height:30px;
	margin-bottom:20px;
	font-size:13px;
	text-align:center;
}
.nav {padding-left:15px;}
.nav a:link {text-decoration:none; color:#F9F7ED;}
.nav a:visited {text-decoration:none; color:#F9F7ED;}
.nav a:hover {text-decoration:underline; color:#C3D9FF;}
.nav a:active {text-decoration:underline; color:#C3D9FF;}

a:link {text-decoration:none; color:#F9F7ED;}
a:visited {text-decoration:none; color:#F9F7ED;}
a:hover {text-decoration:underline; color:#C3D9FF;}
a:active {text-decoration:underline; color:#C3D9FF;}

#carWrap {
	width:950px;
	background-image:url(images/carBG.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin:auto;
}

.smallText {font-size:12px; color:#C3D9FF;}

#content{
	width:600px;
	float:right;
}

#sideBar {
	width:190px;
	float:left;
	padding-right:10px;
}

#clear {
	width:800px;
	height:20px;
	clear:both;
}

#gallery {
	width:800px;
}

input {
	font-size:14px;
	padding:4px;
	border:2px solid #C3D9FF; background-color:#f2f2f2;
}

textarea { font-size:14px; padding:4px; border:2px solid #C3D9FF;background-color:#f2f2f2;}