body {
	background-color: #ccc;
}

a {
	color: #fff;
}

a:hover {
	color: #fff;
}

a:visited {
	color: #fff;
}

#content {
	color: #fff;
	position:absolute;
	top: 50%;
	left: 50%;
	width:970px;
	height:560px;
	margin-top: -280px; /*set to a negative number 1/2 of your height*/
	margin-left: -485px; /*set to a negative number 1/2 of your width*/
}

#redbar {
	margin-left: 8px;
	background-image: url(images/redbar.gif);
	width: 139px;
}

.greybar {
	float: left;	
	height: 64px;
	margin-top: 35px;
	background-image: url(images/greybar.gif);
}

#logo {
	float: left;
	width: 139px;
	height: 139px;
	background-image: url(images/logo.gif);
}


#textblock {
	width: 457px;
	height: 288px;
	overflow: hidden;
	background-image: url(images/bg.gif);
	margin-top: 6px;
	margin-left: 5px;
	font-family: Verdana;
	font-size: 11px;	
	float: left;
}

#textblock table td { 
	text-align: justify;
}

#textblock div.modules {
	position: absolute;
	top: 440px;
	left: 530px;
	float: left;
	text-align: right;
	width: 70px;
}

#textblock div.nextbutton {
	position: absolute;
	top: 400px;
	left: 450px;
	float: left;
}

#textblock div.prevbutton {
	position: absolute;
	top: 400px;
	left: 160px;
	float: left;
}

#textblock h1 {
	width: 457px;
	margin-top: 0px;
	padding-top: 14px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 14px;
	margin-left: 12px;
}

div.formfield {
	margin-left: 24px;
	margin-top: 3px;
}

div.formfield input {
	width: 225px;
	font-size: 11px;
	font-family: Verdana;
}

div.formfield select {
	width: 225px;
	font-size: 11px;
	font-family: Verdana;
}

div.formfield textarea {
	width: 400px;
	height: 100px;
	font-size: 11px;
	font-family: Verdana;
}

.outermenu {
	clear: left;
	float: left;
	width: 139px;
	margin-left: 8px;
	_margin-left: 4px;
	height: 387px;
	background-image: url(images/redbar.gif);
}

.menuimg {
	position: absolute;
	top: 479px;
}

#marquee {
	width: 456px;
	margin-left: 5px;
}