/* CSS Document */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	/*background-color: #E1E1E1;*/
}
#centerCont {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	height: 100%;
	z-index: 1;
	visibility: visible;
	/*background-color: #FFFFFF;*/
}
#header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 740px;
	height: 180px;
	z-index: 2;
	visibility: visible;
	background-repeat: no-repeat;
}
#nav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	width: auto;
	height: 18px;
	z-index:2;
	right: 7px;
	top: 31px;
    text-align: right;
}
#nav2 {
	position: absolute;
	top: 206px;
	left: 7px;
	width: 155px;
	height: auto;
	z-index: 3;
}
#content{
	position:absolute; 
	top: 210px;
	left: 200px; 
	width: 525px; 
	height: auto; 
	z-index:2; 
}