body, html {	
	height: 100%;		
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: white;
	background-color: #524B3B;
	}
a { 
	color: #E98300; 
	}
a:hover { 
	color: #FF9E22; 
	}
h1, h2, h3, h4, h5, h6 {				
	margin: 2px 0 2px 0;
	}
h1 { 
	font-size: 20px; 
	}
h2 { 
	font-size: 18px; 
	}
h3 { 
	font-size: 16px; 
	}
h4 { 
	font-size: 14px; 
	}
h5 { 
	font-size: 12px; 
	}
h6 { 
	font-size: 10px; 
	}
p { 
	margin: 8px 0 8px 0; 
	}
div#main {
	width: 756px; /* Default width */
	height: 490px; /* Default height */
	margin: 0 auto 0 auto; /* Align center */
	text-align: center; /* IE 5.5 centering */				
	}			