html,body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #313524;
	background-image: url(../graphics/backgrounds/bg.gif);
	min-width: 989px;
}



/*  container ------------------------------------------------------------------- */

#container {
	width: 989px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
} 

div#frame {
	position: absolute; left:auto; right:auto; top:1px;
	width: 989px;
	height: 24px;
	margin: 20px 0 0 0px;
	z-index: 2;
}




#copyright {
	width:987px;
	top: 450px;
	background-position: left bottom;
	position: absolute;
	height: 15px;
	left: 0px;
}

#header {
	width: 987px;
	height: 265px;
	margin-top: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.menu {
	width: 635px;
	height: 51px;
	position:absolute;
	left: 351px;
	top: 0px;
}

#mainContent {
	width:985px;
	height:250px;
	left: 0px;
	top: 51px;
	position: absolute;

}

.mainLogo {
	width:275px;
	height:250px;
	position:absolute;
	float: left;
	background-position: left;
	left: 0px;
}

.mainHeader {
	width:710px;
	height:250px;
	position:absolute;
	background-attachment: fixed;
	float: right;
	left: 276px;
	top: 0px;
}

#mainText {
	width:987px;
	height:139px;
	position: absolute;
	top: 302px;
	left: 0px;
}

.leftText {
	width:669px;
	height:135px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:3456;
}

.rightText {
	width:315px;
	height:135px;
	position: absolute;
	left: 671px;
	z-index:3455;
}
