body {
	background-color: #FFF;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	line-height:16px;
	font-weight: normal;
}

a:link, a:active, a:visited {
	color: #9C3;
	text-decoration: none;
}

a:hover {
	color: #9C3;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9C3;
	font-size: 16px;
	line-height:16px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9C3;
	font-size: 12px;
	line-height:16px;
	font-weight: bold;
}

#wrapper {
	position: absolute;
	top:0px;
	left: 50%;
	width: 960px;
	height:100%;
	margin-left: -480px;
}

#main {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:700px;
}

#headline {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:60px;
}

#header01 {
	position:absolute;
	left:0px;
	top:60px;
	width:960px;
	height:240px;
}

#content {
	position:absolute;
	left:0px;
	top:300px;
	width:600px;
	height:310px;
	padding: 25px;
}

#content-full {
	position:absolute;
	left:0px;
	top:300px;
	width:910px;
	height:310px;
	padding: 25px;
}

#news {
	position:absolute;
	left:650px;
	top:300px;
	width:260px;
	height:310px;
	padding: 25px;
}

#footer {
	position:absolute;
	left:0px;
	top:660px;
	width:960px;
	height:40px;
}

.smalltext {
	font-size: 9px;
}

