html{
	background-color:#aeaeae;
}

body{
	line-height:1.35em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
}


#content {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-310px;
	margin-left:-410px;
	width:820px;
	height:580px;
	background-image:url(../images/back_middle.png);
	background-repeat:repeat-y
}

#header {
	background-image:url(../images/back_top.png);
	background-repeat:no-repeat;
	margin-top:-20px;
	height:20px;
}

#footer {
	background-image:url(../images/back_bottom.png);
	background-repeat:no-repeat;
	height:151px;
}

#background {
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	height:580px;
	margin-left:10px;
}

#navigation {
	height:580px;
	padding-left:430px;
}

#nav_menu {
	float: left;
	margin-top:225px;
	clear: both;
	list-style-type:none;
}

#nav_menu a{
	width:150px;
	height:35px;
	color:#999999;
	text-align:center;
	text-decoration:none;
	border:solid 2px #EEEEEE;
	padding-top:14px;
	display:block;
	font-size:28px;
	font-weight:400;
}

#nav_menu a:hover {
	text-decoration:none;
	border:solid 2px #999999;
}

.accesskey{border:0;text-decoration:none;}