body {
	background-color: #FCC;
	background-repeat: repeat-x;
}
#prewrapper {
	background-image: url(../img1.jpg);
	height: 100px;
}
#wrapper {
	height: 96px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#prewrapper #wrapper #nav table {
	height: 100px;
	width: 139px;
	float: left;
}
#prewrapper #wrapper #logo {
	float: left;
	height: 92px;
	width: 469px;
}

#prewrapper #wrapper #logoside {
	height: 92px;
	width: 92px;
	float: left;
}



* {
	margin: 0px;
	padding: 0px;
}





.bullet {
	list-style-image: url(../images/mybullet.png);
	text-align: left;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding-left: 22px;
}
#shade #content #left #text {
	padding-right: 22px;
	padding-left: 22px;
	padding-top: 22px;
}


#shade {
	width: 890px;
	background-image: url(../images/drops.png);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#shade #content {
	height: 350px;
	width: 850px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #333;
}

#shade #content #left {
	float: left;
	height: 350px;
	width: 690px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #999;
}
#shade #content #left #dmv {
	float: left;
	width: 400px;
}


#shade #content #right {
	float: right;
	height: 503px;
	width: 153px;
	margin-top: -70px;
}

#shade #flash {
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	width: 640px;
	padding-bottom: 10px;
	clear: both;
	padding-top: 10px;
}


#footer {
	background-color: #000;
	color: #CCC;
	background-image: url(../images/footerbg.png);
	background-repeat: repeat-x;
	height: 50px;
}

