@import url("content.css");
@import url("menu.css");
/****** Layout *****/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
html, body {
	height: 100%;
	background-color:#cccc99;
	background-image:url(../images/background.png);
	background-position:center;
	background-repeat:repeat-y;
}
#main {
	position: absolute;
	left:50%;
	top:0;
	margin-left: -400px;
	width:800px;
}
#header {
	
}
#header a {
	height:99px;
	width:800px;
	display:block;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#header a span {
	display:none;
}
#mainmenu_2nd {
	position:absolute;
	top:470px;
	left:0;
	width:150px;
	padding-bottom:60px;
	
}

#contentwrapper {
	margin-left:170px;
	padding-top:30px;
	padding-bottom:20px;
	/*padding-right:20px;*/
	width:590px;
	
}
#mainarea {
	padding-top:10px;
}
#mainmenu {
	height:33px;
	border-top:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
}
#headerimage {
	height:299px;
	background-image:url(../images/headerimage_bg.jpg);
	background-repeat:repeat;
	background-position:top;
}
#submenu {
	text-align:right;
	padding-top:10px;
	width:790px;
	
}
#submenu a {
		
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	font-style:normal;
	padding:0 3px 0 3px;
}


#content {
	clear:left;	
}

