div#wrapper {
    position: relative;
    width: 900px;
    height: 100%;
	margin: 0px auto 0px auto;
	background: #EEEEEE;
    text-align: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;

}

div#container {
	padding-top: 170px;
	z-index: 2;
}

div#headertext {
	width: 530px;
	text-align: center;
	z-index: 2;
	margin-left: 185px;
	/*border-right: 1px solid black;
	border-left: 1px solid black;*/
}

div#content {
	width: 530px;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	z-index: 2;
	margin-left: 185px;
	/*border-right: 1px solid black;
	border-left: 1px solid black;*/
}

div#footer {
	clear: both;
	margin-top: 25px;
	padding-bottom: 5px;
	text-align: center;
	color: #000000;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #000000;
}

div#topmenu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	text-align: center;
	height: 25px;
	vertical-align: middle;
	font-size: 10pt;
	line-height: 25px;
	font-weight: bold;
	color: #CC0000;
	background: #FFFFFF;
}

div#menu {
	position: absolute;
	left: 0px;
	top: 170px;
	width: 170px;
	text-align: left;
	padding-left: 5px;
	
}

div#topbanner {
	position: absolute;
	left: 185px;
	top: 165px;
	width: 530px;
	height: 60px;
	z-index: 3;
	/*border: 1px solid black;*/
	text-align: center;
	color: white;
	vertical-align: middle;
}

div#adsenseright {
	position: relative;
	float: right;
	top: 175px;
	top: 0px;
	width: 170px;
	z-index: 3;
	text-align: center;
	color: black;
	padding-right: 5px;
}



hr.footer {
	color: #FF6600;
	height: 1px;
	background: #FF6600;
}

img#header {
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 3;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #AAAAAA;
}