html, body {
	background: #0761a6; 
	margin: 0;
	padding: 0;
}

html, body, div, p, ul, li, h1, h2, h3, h4, h5, h6, img, a, label, input, select, form
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	color: #fff;
	font-family: "Trebuchet MS", verdana, 'Tahoma', sans-serif;
	font-size: 12px;
}

a { color: #8ab8e2; cursor: pointer; }
a:hover{ text-decoration: underline; }

#rap
{
	background: #0761a6 url(mainbg.png) 0 0 repeat-y;
	width: 835px;
	min-height: 400px;
	margin: 0 auto 0 auto;
	display: block;
	padding: 0 0 20px 0;
}

div#head {
	background: #0761a6 url(head.png) 0 0 repeat-y;
	width: 835px;
	height: 129px;
	margin: 0 auto 12px auto;
	display: block;
	padding: 0;
}

div#head h1
{
	width: 115px;
	height: 115px;
	display: block;
	padding: 5px 0 0 37px;
	margin-bottom: 0;
	float: left;
}

div#head h1 a
{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

div#head h1 a span
{
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(head.png) -37px -5px no-repeat;
}

div#banner
{
	float: left;
	width: 324px;
	height: 78px;
	margin-top: 8px;
	padding-left: 329px;
}

ul#menu {margin: 0; display: block; }
ul#menu li, ul#menu li a {display: block; float: left; padding-top: 3px; }
ul#menu li a { color: #fff; font-size: 18px; margin-right: 40px; }
ul#menu li a:hover { color: #8ab8e2; text-decoration: none; }
ul#menu li a.active { border-bottom: 3px solid #8AB8E2; }
 
div#content
{
	padding: 0 60px 0 95px;
}

div#footer
{
	background: url(footerbg.png) 0 0 no-repeat;
	width: 835px;
	height: 37px;
	clear: both;
	display: table;
	margin: 0 auto 0 auto;
}
