body {background-color: #101010;
	  font-family: Verdana;
	  font-size: 12px;
	  color: #ffffff;
	  text-align: center;
	  margin: 0 auto;}
	  
#nav {position: relative;
	  top: 0px;
	  left: 0px;
	  width: 750px;
	  height: 110px;
	  background: url('../images/nav_back.png') no-repeat;
	  text-align: center;
	  margin: 0px auto 0px auto;}
	  
#nav ul {
    margin: 0px;
    padding: 10px 135px 0;
    list-style: none;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;}
	
#nav li {
    float:left;
    margin-right: 5px;
    padding: 0px;}
	
#nav a {
    display: block;
	background:url("../images/menu/normal.png") no-repeat;
	padding: 70px 0px 17px 0px;
	text-decoration: none;
	color: #ffffff;
	width: 90px;
	font-family: Tahoma;
	font-size: 11px;}
	
#nav a:hover {
    display:block;
	text-decoration: none;
	padding: 70px 0px 17px 0px;
	color: #ffffff;
	background: url("../images/menu/over.png") no-repeat;
	width: 90px;}

#nav #current {background-image: url("../images/menu/over.png") no-repeat;
			   display: block;}

#nav #current a {
    background-image:url("../images/menu/over.png");
	padding-bottom: 17px;
	color: #ffffff;
	display: block}



#header {position: relative;
		 top: 0px;
		 left: 0px;
		 width: 800px;
		 height: 350px;
		 background: url('../images/header.png') no-repeat;
		 margin: 0px auto 0px auto;}

#flash {position: absolute;
		top: 75px;
		left: 415px;
		background: transparent;
		height: 232px;
		width: 167px;
		z-index: 2;}
		
#instructions {position: absolute;
			   top: 320px;
			   left: 30px;
			   background: transparent;
			   z-index: 1;}
		 
#page_header {position: relative;
		      top: 0px;
			  left: 0px;
			  width: 800px;
			  height: 175px;
			  background: url('../images/page_header.png') no-repeat;
			  margin: 0px auto 0px auto;}
		 
#content {position: relative;
		  top: 0px;
		  left: 0px;
		  width: 750px;
		  background: url('../images/content_bg.png') no-repeat;
		  background-color: #101010;
		  text-align: justify;
		  padding: 30px 0px 30px 0px;
		  min-height: 200px;
		  margin: 0px auto;}

#content2 {position: relative;
		  top: 0px;
		  left: 0px;
		  width: 750px;
		  background: transparent;
		  text-align: justify;
		  padding: 30px 0px 30px 0px;
		  min-height: 200px;
		  margin: 0px auto;}
		  
.box {position: relative;
	  top: 0px;
	  left: 0px;
	  background: transparent;
	  width: 580px;
	  padding: 0px 10px 30px 10px;}
	  
.box2 {position: relative;
	   top: 0px;
	   left: 0px;
	   background: transparent;
	   width: 400px;
	   padding: 0px 10px 0px 10px;
	   float: left;
	   text-align: left;}
	   
.box3 {position: relative;
	   top: 0px;
	   left: 0px;
	   background: transparent;
	   width: 300px;
	   padding: 40px 10px 30px 10px;
	   text-align: left;
	   float: right;}
	   
.box4 {position: relative;
	  top: 0px;
	  left: 0px;
	  background: transparent;
	  width: 740px;
	  padding: 0px 10px 30px 10px;}
		  
#footer {position: relative;
		 top: 0px;
		 left: 0px;
		 width: 750px;
		 height: 110px;
		 background: url('../images/footer.png') no-repeat;
		 text-align: center;
         padding-top: 20px;
		 padding-bottom: 0px;
		 margin: 0px auto;
		 clear: both;}
		 
img {border: 0px;}

h1 {font-family: Tahoma;
    font-size: 18px;
	color: #E97A7E;
	font-weight: bold;
	text-decoration: none;}
	
h2 {font-family: Tahoma;
	font-size: 15px;
	color: #80A691;
	font-weight: bold;
	text-decoration: none;}
	
h3 {font-family: Tahoma;
	font-size: 15px;
	color: #E97A7E;
	font-weight: bold;
	text-decoration: none;}
	
a {font-family: Verdana;
   font-size: 12px;
   color: #88584E;
   text-decoration: none;}
   
a:hover {text-decoration: underline;}