@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: 10;
}

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

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

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;
}

/* post it */

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


div.postit div {
	padding: 35px 10px 10px 10px;
}

div.postit h1 {
	color: #000000 !important;
	font-size: 22px !important;
}

div.postit p {
	color: #000000 !important;	
	font-size: 114%;	
}
