#header
{
	width: 690px;
	height: 100px;
	border: 1px solid #993300;
	background: #FFFEFB url('testing5.jpg');
	background-position:right;
	border-bottom: 0px;
	
}


#menu
{
	width: 680px;
	border:1px solid #993300;
	padding: 5px;
	margin-bottom: 10px;
	text-align: right;
	background: #FFFEFB;
}


#main
{
	margin: 0px auto;
	border: 1px solid #993300;
	background: #FFFEFB;
	line-height: 150%;
	width: 690px;
	height: 335px;
		
}


body
{

	background: #FDFBF3;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #202020;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
}


#text
{
text-align: left;
padding-top: 10px; 
padding-right: 15px; 
padding-bottom: 15px;
padding-left: 15px;
width: 660px;
height: 310px;
overflow: auto;


}
	
	

#footer
{
	width: 690px;
	height: 37px;
	padding: 0px;
	border:1px solid #993300;
	margin-top: 10px;
	text-align: right;
	background: #FFFEFB;
}

a:active, a:visited, a:link
{
	color: #202020;
	text-decoration: none;
}
	
a:hover
{
	color: #993300;
	text-decoration: none;
}

#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 700px;
     height: 510px;
     margin-top: -265px;
     margin-left: -350px; 
     }