body {
		   font-family: Verdana, Arial, Helvetica, sans-serif;
	       font-style: normal;
	       line-height: normal;
	       font-weight: normal;
		   background-color:#060000
}

#wrapper {
	height: 600px;
	width: 800px;
	
}

#header {
	position: absolute;
	top: 20px;
	left: 75px;
	height: 100px;
	width: 440px;
	background-image: url(pic/logo.jpg);
}

#navigation {
	     left: 355px;
	     width: 400px;
		 top: 140px;
		 background-color:#060000;
		 position: absolute;
}

#navigation2 {
	     left: 215px;
	     width: 100px;
		 top: 140px;
		 background-color:#060000;
		 position: absolute;
}

#navigation3 {
	     left: 235px;
	     width: 100px;
		 top: 140px;
		 background-color:#060000;
		 position: absolute;
}

h1 {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	word-spacing: 7px;
}	

#contentleft {
	position: absolute;
	top: 180px;
	left: 15px;
	height: 390px;
	width: 300px;
	background-color:#060000;
}

#contentleft2 {
		 position: absolute;
	     top: 180px;
		 left: 15px;
		 height: 390px;
	     width: 320px;
		 background-color:#060000;
} 

#contentleft3 {
		 position: absolute;
	     top: 175px;
		 left: 15px;
		 height: 385px;
	     width: 300px;
		 background-color:#060000;
} 

#contentright {
		 position: absolute;
	     top: 165px;
		 left: 336px;
		 height: 100px;
	     width: 320px;
		 background-color:#060000;
}	 
h2 {
	color: #F28E02;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h3 {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	 
#content a:link {
	     color: #FFFFFF;
	     text-decoration: none;
}

#content a:visited {
	     text-decoration: none;
	     color: #FFFFFF;
}

#content a:hover {
	     text-decoration: none;
	     color: #F28E02;
}

#content a:active {
	     text-decoration: none;
	     color: #F28E02;	 
}	

#topbar {
		 position: absolute;
	     top: 155px;
	     left: 40px;
	     height: 20px;
	     width: 275px;
	     background-image: url(pic/topbar.jpg);
}	 

#bottombar {
		 position: absolute;
	     top: 573px;
	     left: 40px;
	     height: 20px;
	     width: 275px;
	     background-image: url(pic/topbar.jpg);
}	

#topbar2 {
		 position: absolute;
	     top: 155px;
	     left: 60px;
	     height: 20px;
	     width: 275px;
	     background-image: url(pic/topbar.jpg);
}	 

#bottombar2 {
		 position: absolute;
	     top: 573px;
	     left: 60px;
	     height: 20px;
	     width: 275px;
	     background-image: url(pic/topbar.jpg);
}

