* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background: #2A3E0B url(/media/screen/bg.png) top center repeat-x;
	font-size: 14px;
	font-family: "Myriad Pro", "Myriad", myriad, verdana, sans-serif;
	}
	
#holder {
	z-index: 1;
	position: relative;
	width: 740px;
	margin: 0px auto 0px auto;
	}

#header {
	position: relative;
	height: 400px;
	width: 740px;
	overflow: hidden;
	background: url(/media/screen/header.png) top center repeat-y;
	}

#headimg {
	margin: 0px 30px;
	}

#logo {
	position: absolute;
	top: 0px;
	right: 30px;
	}

#menuholder {
	position: absolute;
	top: 304px;
	left: 30px;
	width: 680px;
	height: 31px;
	}

#menuback {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 680px;
	height: 31px;
	background: #DBDFD2;
	opacity: 0.7;
	filter: opacity(alpha=70);
	}

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 680px;
	height: 32px;
	overflow: hidden;
	}

#menu ul {
	list-style-type: none;
	margin: 0px 10px;
	text-align:center;
	}
	
#menu ul li {
	display:inline;
	margin: 0px 7px;
	font-size: 13px;
	line-height: 33px;
	}

#menu ul li a {
	color: #27390A;
	text-decoration: none;
	}

#shadow {
	position: relative;
	height: 20px;
	width: 680px;
	margin: 0px 30px;
	overflow: hidden;
	background: url(/media/screen/shadow.png) top center no-repeat;
	}

#contentholder {
	position: relative;
	min-height: 400px;
	width: 740px;
	overflow: hidden;
	background: url(/media/screen/bodyback.png) top center repeat-y;
	}
	
#content {
	margin: 0px 60px 20px 60px;
	color: #27390A;
	}
	
#content h1 {
	color: #27390A;
	font-size: 17px;
	margin-bottom: 15px;
	}
	
#content h2 {
	color: #27390A;
	font-size: 15px;
	margin-bottom: 15px;
	}

#content p {
	color: #27390A;
	margin-bottom: 15px;
	}

#content a {
	color: #27390A;
	text-decoration: none;
	font-weight: bolder;
	}

#content img.teaser {
	border: none;
	margin-right: 5px;
	margin-bottom: 5px;
	}

#address {
	position: absolute;
	bottom: 20px;
	left: 730px;
	width: 180px;
	font-size: 12px;
	color: #DBDFD2;
	}

#address p {
	margin-top: 10px;
	color: #DBDFD2;
	}
	
#address a {
	color: #DBDFD2;
	text-decoration: none;
	}

