html, body {
	margin: 0em;
	padding: 0em;
}

body {
	background-color: #DDDDDD;
	background-image: url(../build/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 62.5%;
} 

#container {
	width: 76em;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50%;
	background-color: #FFFFFF;
	border-right: 1px solid black;
	border-left: 1px solid black;
} 
 
#header {
	position: relative;
	height: 10em;
	width: 100%;
	margin-left: 0em;
	margin-right: 0em;
	background-image: url(../build/header.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
}

#logo {
	width: 30em;
	height: 10em;
	float: left;
	margin: 0em;
}

#mainmenu {
	position: relative;
	height: 3em;
	width: 100%;
	background-image: url(../build/mmbutton_up.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	z-index: 999;
}

#wrapper {
	width: 76em;
	float: left;
	position: relative;
	background-color: #FFFFFF;
}

#marginL {
	width: 11.48em;
	position: absolute;
	top: 0em;
	left: 0em;
	bottom: 0em;
	background-color: white;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #D9D9D9;
}

#marginR {
	width: 11.48em;
	position: absolute;
	top: 0em;
	right: 0em;
	bottom: 0em;
	background-color: white;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #D9D9D9;
}

#maincolR {
	float: right;
	position: relative;
	width: 55.8em;
	padding: 2em;
}

#maincolL {
	float: left;
	position: relative;
	width: 55.8em;
	padding: 2em;
}

#footer {
	width: 76em;
	height: 3em;
	position: relative;
	clear: both;
}

#relatedbox .title {
	text-decoration: underline;
	font-weight: bold;
}

#relatedbox a {
	text-decoration: none
}

#anchorbox {
	display: none;
	margin-left:-1em;
	margin-right:-1em;
	margin-top:2em;
	margin-bottom:0em;
	padding-left:1em;
	padding-right:0em;
	padding-top:1em;
	padding-bottom:1em;
	border-top-color:#A382AD;
	border-top-style: dotted;
	border-top-width: 0px;
}

#anchorbox ul {
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}

#anchorbox li {
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0em;
	padding-left: 1em;
	background-image: url(../build/downarrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#anchorbox a {
	text-decoration: none;
}

#posts {
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 32px;
	margin-left: 10px;
	margin-bottom: 4em;
}

.news {
	margin-bottom: 2em;
}
