body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #333399;
	text-align: center;
	font-size: 0.9em;
}

#centerWarp {
	width: 766px;
	padding: 0px;
	margin: 0px auto 20px auto;
	text-align:left;
	background: #121177;
}

html>body #centerWarp {
	width: 766px;
}

#logo {
	position: absolute;
	top: 0px;
	width: 257px;
	height: 142px;
}

#menu {
	position: absolute;
	top: 142px;
	width: 257px;
	height: 194px;
	background: #232288;
	text-align: right;
}

#news {
	position: absolute;
	top: 336px;
	width: 257px;
	height: 326px;
	background: #121177;
	font-size: 0.9em;
}

#search {
	position: absolute;
	top: 662px;
	width: 257px;
	/*height: 130px;*/
	background: #121177;
	color: #dcdcdc;
	font-size: 0.7em;
	margin: 10px 0px 0px 0px;
	z-index: 5;
}

#contentHead {
	position: relative;
	top: 0px;
	left: 257px;
	width: 509px;
	height: 336px;
	background: #121177;
}

#content {
	position: relative;
	top: 0px;
	left: 257px;
	width: 489px;
	min-height: 456px;
	background: #232288;
	color: #dcdcdc;
	padding: 10px 10px 0px 10px;
	font-size: 0.9em;
}

#footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 766px;
	height: 25px;
	background: #121177;
	color: #ababab;
	text-align: center;
	font-size: 0.8em;
	padding: 5px 0px 0px 0px;
}

a.naviEntry, p.naviEntryActive {
	display: block;
	padding: 0px;
	margin: 6px 10px 6px 0px;
	color: #dcdcdc;
}

p.naviEntryActive {
	font-weight: bold;
}

p.bodytext {
	margin: 0px;
	padding: 0px;
}

a {
	color: #dcdcdc;
}

img, a > img {
	border: 0px;
}

form {
	display: inline;
}
