/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #dfdcc3;
	}
	
#horizon {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	overflow: visible;
	}

#container {
	margin-top: -300px;
	margin-left: -400px;
	left: 50%;
	position: relative;
	width: 800px;
	height: 599px;
	/*text-align: left;*/
	}

#masthead {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 143;
	}
	
#mainmenu {
	position: absolute;
	top: 143;
	left: 0px;
	width: 148px;
	height: 456px;
	background: #394e6d;
	}
	
#menu{
	margin: 20px 10px 0 0;
	width: 138px;
	text-align: right;
	}

#submenu {
	position: absolute;
	top: 143;
	left: 148px;
	width: 148px;
	height: 456px;
	background: #aca363;
	}
	
#content {
	position: absolute;
	top: 143px;
	left: 296px;
	width: 504px;
	height: 456px;
	background: #394e6d;
	}