body {
	background:#12214a url(../gfx/bg.gif) left bottom no-repeat;
	margin: 0;
	padding: 0;
	width: 1024px;
	border: 0px solid #1f3a7f;
	min-height: 800px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu {
	height: 150px;
	background: url( ../gfx/logo.gif) no-repeat;
	margin-bottom: 40px; 
}

#menu ul {
	margin-left: 500px;
	padding-top: 90px;
	background: url( ../gfx/top_right.gif) top right no-repeat;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	background: url( ../gfx/but.gif) no-repeat;
	width: 116px;
	height: 29px;
	color: #12214a;
	font: normal 16px Verdana;
	text-decoration: none;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}

#menu ul li a:hover {
	background-position: bottom left;
}

#menu ul li.selected a{
	color: #fff;
	text-decoration: underline;
}
#menu ul li.selected a:hover{
	color: #12214a;
}

#left {
	width: 200px;
	float: left;
}
#content {
	background: #fff url( ../gfx/content.gif) no-repeat;
	height: 503px;
	width: 776px;
	margin-left: 225px;
	border: 1px solid #12214a;
}

#content .inner {
	text-align: justify;
	margin: 60px 30px 0 100px;
	padding-right: 4px;
	height: 370px;
	overflow: auto;
	font: normal 12px Verdana;
}