body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	background: #CCC;
	text-align: center;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}


#container {
	width: 800px;
	background: #FFF;
	text-align: left;
	margin:0px auto;
}

#divHeader {
	height: 150px;
	background: #0066CC;
	text-align: center;
	vertical-align: bottom;
	width: 692px;
	float: left;
	color: #FF9;
}
#divLogo {
	width:108px;
	float:right;
	height: 149px;
	background: #FF9;
	clear: none;
}
#divSidebar {
	width: 150px;
	float:left;
	background: #FFF;
	color: #FF9;
	font-family: Verdana, Geneva, sans-serif;
}

#divMainBody {
	width: 650px;
	float:right;
	background: #FFF;
	text-align: left;
	clear: right;
}
#divMainBody img {
	padding: 5px;
	margin: 5px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}



#divfooter {
	height: 50px;
	background: #0066CC;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #FF9;
}
a:link {
	color: #00C;
	text-decoration: underline;
}
a:visited {
	color: #F0F;
	text-decoration: underline;
}
a:hover {
	color: #036;
	text-decoration: underline;
}
a:active {
	color: #0CC;
	text-decoration: underline;
}
#divSidebar a {
	text-decoration: none;
	display: block;
	margin: 10px;
	padding: 8px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #000;
}
#divSidebar a:hover {
	background: #999;
}
.center {
	margin-right: auto;
	margin-left: auto;
	height: 389px;
	width: 550px;
	display: block;
}
