*{padding: 0; margin: 0; border: 0;}
ul, p{margin-bottom: 20px; margin-left: 15px;}

body{
	background: #131379;
	width: 950px;
	margin: 10px auto;
}
#header{
	height: 164px;
	background: url(graphics/bg_header.png) no-repeat;
}
#centersection{
	background: url(graphics/bg_body.png) repeat-y;
}
#footer{
	height: 67px;
	background: url(graphics/bg_footer.png) repeat-y;
}
#maincontentdiv{
	margin-left: 205px;
	margin-right: 20px;
}
#maincontentdiv h2{
	padding-bottom: 10px;
}
#maincontentdiv li{
	list-style: none;
	padding: 15px;
}
#menu{
	padding: 10px 10px 10px 15px;
	width: 130px;
	float: left;
}
#menu a{
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: underline;
}

