body {
	background-color: #1E1E1E;
	background-image: url(../images/background.png);
	margin: 0px;
	background-position: left top;
	background-repeat: repeat-x;
}

#dropshadow {
	height: auto;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bgshadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#dropshadow2 {
	height: auto;
	width: 920px;
	background-image: url(../images/bgshadowrep.png);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	height: auto;
	margin-top: 10px;
	margin-bottom: 40px;
}



#container {
	height: auto;
	width: 900px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	width: 900px;
	height: 105px;
	background-image: url(../images/header.png);
}
#header_bannerad {
	float: right;
	height: 60px;
	width: 468px;
	margin-top: 25px;
	margin-right: 25px;
	color: #CCCCCC;
	font-size:12px;
}

#navbar {
	width: 900px;
	height: 30px;
	background-image: url(../images/navbar_bg.png);
	background-repeat: repeat-x;
}
#user_search_quote {
	width: auto;
	height: 210px;
	background-image: url(../images/login_backinner.png);
}

#sidebar {
	width: 170px;
	background-repeat: repeat;
	float: left;
	clear: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(../images/sidebarbackground.png);
	height: auto;
}

#body {
	height: auto;
	width: 730px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	float: right;
	background-color: #FFFFFF;
}
#contentwrapper {
	height: auto;
	width: auto;
	float: left;
	background-image: url(../images/bg_bodyrep.png);
	background-repeat: repeat-y;
}
#dropshadow_bot {
	height: auto;
	width: auto;
	clear: both;
}
#body_message {
	float: left;
	height: auto;
	width: 720px;
	margin-top: 0px;
	margin-left: 10px;
}

