@charset "utf-8";
/* CSS Document */
#wrapper {
	position:absolute;
	overflow:scroll;
	z-index:9;
}

#aboutcontent {
	width:400px;
	color:#666666;
	}

#topstrip {
	position:fixed;
	top:0px;
	left:0px;
	width:800px;
	height:5px;
	background-color:#FFFFFF;
	z-index:9;
}

#Logo {
	position:fixed;
	left:0px;
	top:5px;
	width:722px;
	height:139px;
	z-index:3;
	
}

#contactform {
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
}

input.text {
	color:#336699;
}

#Navigation {
	position:fixed;
	right:1px;
	top:7px;
	width:722px;
	height:142px;
	z-index:4;
}

#body {
	position:absolute;
	left:165px;
	top:150px;
	right:165px;
	width:auto;
	height:auto;
	z-index:4;
}

#bodytext {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-shadow:#333333;
	word-wrap:break-word;
	margin-left:25px;
	margin-right:25px;
	z-index:0;
	font-size:16px;
	color:#666666;
}

#leftad {
	position:fixed;
	left:0px;
	top:150px;
	width:160px;
	height:600px;
	
	
}

#rightad {
	position:fixed;
	right:0px;
	top:150px;
	width:160px;
	height:600px;
	
	
}

