/* CSS Document */
html, body {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	min-height:602px;
	min-width:1000px;
}
a img {
	border:0px;
}

#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}
#site {
	margin-left: -500px;
	position: absolute;
	top: -301px;
	left: 50%;
	width: 1000px;
	height: 602px;
	border:1px solid #D3C8B5;
	background-color:#F8F8F8;
}
#header {
	height:120px;
	background:#D3C8B5 url(../images/header.jpg) top left no-repeat;
}
#menu {
	padding-top:95px;
	text-align:right;
}
#menu img {
	margin-right:15px;
}
#home {
	text-align:right;
	padding-right:8px;
}
#submenu {
	padding-bottom:20px;
}
#submenu a {
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	margin-right:20px;
	color:#D3C8B5;
}
#submenu a:hover, #submenu a.active {
	color:#000;
}
#content a {
	color:#000;
}
#content a:hover {
	text-decoration:none;
}
#content h1 {
	font-size:15px;
}
#content h2 {
	font-size:13px;
}
#content .block {
	text-align:justify;
}
#content .inline {
	display:inline;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}

