/* CSS Document */

#divWrapper {
	width: 850px;
	background-color: #fffbc6;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
	margin-right: auto;
	margin-left: auto;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ECECEC;
}
#divFooter {
	width: 100%;
	height: 25px;
	background-image: url(../images/NavbarGradientV2.png);
	background-repeat: repeat-x;
	text-align: center;
	clear: both;
	padding-top: 10px;
}#divFooter li {
	margin-left: 6px;
	margin-right: 6px;
	display: inline;
}
#divFooter li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#divFooter li a:hover {
	color: #FFCC66;
	text-decoration: none;
}
#divFooter ul {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
#divDesigner {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	z-index: 30;
	margin-bottom: 50px;
}
#divDesigner a {
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 3px;
}
#divDesigner a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 3px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#divClear {
	clear: both;
}
#divFooterCarImg {
	background-image: url(../images/SidebarBlackCar.png);
	height: 125px;
	width: 225px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-repeat: no-repeat;
	left: -100px;
	top: -20px;
}
