#main_bg {
	background-color: white;
	
}
#left {
	display: none;
}
#right {
	float: left;
	width: 90%;
}
#bottom {
	display: none;
}
#top {
	margin: 0;
	height: 50px;
	border-bottom: 1px solid #95b0c5;
	border-top: 0;
}

#top h1 {
text-indent: 0;
width: 100%;
font-size: 12px;
}

.logo {
width: 100%;
height: 70px;
display: block;
padding-left: 10px;
padding-top: 10px;
}