body {
	background-color: #FFFFFF;
}
#wrapper {
	position: absolute;
	width: 1000px;
	height: 920px;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	margin-right: -500px;
	right: 50%;
}
#header {
	width: 1000px;
	height: 150px;
	top: 0px;
}
#content {
	width: 800px;
	top: 200px;
}
#infotext {
	width: 425px;
	height: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	margin-left: 240px;
	margin-top: 50px;
}
#news {
	width: 400px;
	height: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	margin-left: 240px;
	margin-top: 50px;
	position: absolute;
	z-index: 100;
	float: left;
}
#footer {
	width: 1000px;
	height: 20px;
	top: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #666666;
}
#left {
	width: 200px;
	height: 600px;
	top: 200px;
	border: thin solid #FF0000;
}
#middle {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	width: 100px;
	height: 500px;
	left: 600px;
	top: 0px;
	z-index: 200;
	background-color: #999933;
}
#right {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	width: 300px;
	height: 500px;
	left: 700px;
	top: 0px;
	z-index: 300;
	background-color: #CCFFCC;
}
.i:link {
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FF6633;
}

.i:visited {
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FF6633;
}

.i:hover {
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
