@charset "utf-8";
body {
	background:none;
}
#body-background {
	background:url(../images/skyline-bg.jpg) no-repeat center -20px;
	top:-5px;
}
#titlelogo a, #titlelogo a:visited, #titlelogo a:hover{
	background:url(../images/fulllogo-white.png) top right;
	width:300px;
	height:81px;
	display:block;
}

#wrapper {
	position:relative;
	top:200px;
	width:960px;
	background:url(../images/common-backdrop.png) no-repeat left top;
}
#sidebar_content {
	float: left;
	margin-right: 10px;
	width: 275px;
	padding-left:5px;
	text-align: left;
	height:660px;
	padding-bottom:0;
	background:#fff;
	border-top: solid thick #E90D00;
	/*box-shadow: 0px 10px 10px #ccc;
	-o-box-shadow: 0px 10px 10px #ccc;
	-moz-box-shadow: 0px 10px 10px #ccc;
	-webkit-box-shadow:	0px 10px 10px #ccc;*/
}
#sidebar_content p {
	line-height:1.3;
}
#main_content {
	float: left;
	width:640px;
	border-top: solid thick #E90D00;
	background-color:#fff;	
	padding:0 5px 0 5px;
	/*box-shadow: 5px 10px 5px #ccc;
	-o-box-shadow: 5px 10px 5px #ccc;
	-moz-box-shadow:5px 10px 5px #ccc;
	-webkit-box-shadow:5px 10px 5px #ccc;*/
	z-index:999;
}
#main_content-divider {
	margin-top:15px;
	padding-bottom:5px;
	border-top:thin solid #E90D00;
	width:100%;
}
#form {
	background:#eee;
	margin:5px;
	padding:5px;
	width:500px;
	padding-left:15px;
	padding-bottom:25px;
		-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}
