@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #5f6765;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#page {
	position: relative;
    margin: auto;
    height: 654px;
    width: 900px;
    background-color: #b2b2a9;
}

div#top {
	height: 125px;
	width: 900px;
	background-color: #5f6765;
}

div#top img {
	border: 0;
	float: right;
}

div#content {
	height: 379px;
	width: 827px;
	padding-left: 45px;
	padding-right: 28px;
	line-height: 131%;
	position: relative;
	z-index: 100001;
}

/* for iE6 */
* html div#content {
	overflow: hidden;
}

div#image {
	width: 853px;
	height: 257px;
	position: absolute;
	left: 47px;
	top: 273px;
	z-index: 51;
}

div#transparent {
	background-image: url(../images/transparent.png);
	background-repeat: repeat-x;
	width: 853px;
	height: 26px;
	position: absolute;
	left: 47px;
	z-index: 52;	
}

div#navigation {
	height: 119px;
	width: 858px;
	background-color: #571b22;
	padding-top: 7px;
	padding-left: 42px;
	font-size: 93%;
}

div#navigation div#entries  {
	position: relative;
	z-index: 53;
}

/* for iE6 */
* html div#navigation div#entries  {
	position: absolute;
	z-index: 200;
}

div#subnavigation {
	width: 815px;
}

/* only for Firefox */
html:root div#subnavigation {
	margin-top: 5px;
}

div#footer {
	height: 24px;
	width: 900px;
	background-color: #2e1015;
}

div.clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

body.cms_editpage div#image {
	top: 600px;
}

/* post it */
div.postit {
	width: 300px;
	height: 300px;
	position: absolute;
	top: 25px;
	right: 30px;
	z-index: 100000;
	background: url(../../standard/images/postit.png) no-repeat top left;
	padding: 0;
}

