
html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 0px 0;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	font-family: "Century Gothic", "Verdana", "Trebuchet MS";
}


 #outer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 600px;
	margin-left: -520px; /* half of width */
	margin-top: -300px;  /* half of height */
	text-align: left;
	padding: 0 20px 10px 20px;
	
	background-image: url('../img/mainbg.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
 }
 
 


#mainnav{

	width:100%;
	height: 31px;
	
	font-size: 11px;
	padding: 14px 0 0 0;
	margin: 0;
} 


#main{
	padding: 0;
	font-size: 13px;
	padding: 0;
	height: 540px;
	width: 997px;
	
	border: 0px solid #333;

	}


#content{
	width: 675px;
	height: 454px;
	
	padding: 88px 0 0 0;
	float: left;
	text-align: center;
	
	background: transparent url('../img/contentbg.gif');
	background-repeat: no-repeat;
	background-position: 660px 1px;
	
}

#right{
	width: 320px;
	height: 535px;
	
	float: right;
	overflow: hidden;
}


#footer{
	color: #000;
	height: 40px;
	width: 834px;
	margin: 0px 0 10px 0;
	padding: 0px 0 0 0;
	background: transparent url(../img/footerbg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	text-align: left;
	
	font-size: 13px;
	line-height: 18px;
	
	overflow: hidden;
}




