html,body {
	text-align: center;	
	min-width: 794px;
	padding: 0;
	margin: 0;
	background: url(../graphics/bg_main.jpg) repeat-y center top;
}



/*  container ------------------------------------------------------------------- */

div#container {
	width: 794px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;
	text-align: left;
	z-index: 1;
}


div#framemain {
	position: absolute; left:auto; right:auto; top:312px;
	width: 692px;
	height: 24px;
	margin: 0 0 0 12px;
	z-index: 2;
}	




div#maincontent {
	position: absolute; left:auto; right:auto; top:320px;
	width: 365px;
	height: 190px;
	margin: 0 0 0 378px;
	z-index: 5;
}

div#mainscreennav {
	position: absolute; left:auto; right:auto; top:82px;
	width: 20px;
	height: 20px;
	margin: 0 0 0 513px;
	z-index: 6;
}


.maincontent {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .7em; line-height: 1.35em; color: #333333; text-align: justify}

.maincontent a:link {
color: #910000;
text-decoration: none;
font-weight: bold
}
.maincontent a:visited {
color: #910000;
text-decoration: none;
}
.maincontent a:hover {
color: #777777;
text-decoration: none;
}
.maincontent a:active {
color: #910000;
text-decoration: none;
}

