body {
    text-align: center;
	margin: 20px;
	padding: 5px;
	background: #5F5F5F;
}
 
 div#container {
 	width: 663px;
	height: 464px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	background: #4F4F4F;
 }
 
 
div#header {
	width: 663px;
	height: 132px;
    border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	background: #4F4F4F;
	position: relative;
	border-left: none;
	border-right: none;
	border-top: none;	
}

 div#header img {  
	position: relative;
	top: 20px;
}


div#nav {
	width: 135px;
	height: 331px;
	float: left;
	background: #4F4F4F;
	border: none;
	border-bottom: #4F4F4F;
	font-family: arial, sans-serif;  
	font-size: 8pt; 
	color: #FFFFFF;
	text-align: justify;
}

 
div#maininfo {
	width: 526px;
	height: 331px;
	float: left;
	background: #4F4F4F;
    border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	overflow: auto; 
	scrollbar-face-color: #4F4F4F;
  	scrollbar-shadow-color: white;
  	scrollbar-highlight-color: white;
  	scrollbar-3dlight-color: white;
  	scrollbar-darkshadow-color: white;
  	scrollbar-track-color: #5F5F5F;
  	scrollbar-arrow-color: #FFBA00;	
}

div#maininfo p {
	margin-left: 10px;
	margin-right: 10px;
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: E8E8E8;
	text-align: justify;
	}
	
div#centre p{
	margin-left: 10px;
	margin-right: 10px;
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: E8E8E8;
	text-align: center;
	}
	
div#maininfo img {
	border-color: #FFBA00;
	}

div#maininfo h1, h2 {
	margin-left: 5px;
	margin-right: 5x;
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #FFBA00;
	letter-spacing: 2px;

}

 a {
	color: #FFBA00;
	text-decoration: none;
}
	
 a:hover {
	color: #FF9933;
	text-decoration: underline;
}

div#copyright  {
	font-family: arial, sans-serif;  
	font-size: 7pt; 
	color: #CCCCCC;
	position: relative;
	top: 10px;
	text-align: center;

}

.button {
background-color: #FFBA00; 
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold; 
font-size: 7pt; 
color: white;
}