body{
 font: 12px Verdana, Arial, Helvetica, sans-serif; 
 color: white;
 background: black url(../images/mainbg.jpg) top center repeat-y;
 margin: 0;
}

h1, h2, p{
 padding: 0;
 margin: 0;
}

h1{
 color: yellow;
} 

ul, ul li{
 padding: 0;
 margin: 0;
}

img{
 border: 0;
 padding: 0;
 margin: 0;
}

a:link, a:visited{
  color: yellow;
  text-decoration: none;
  font-weight: bold;
} 

a:hover{
 text-decoration: underline;
} 

#container{
 position: relative;
 top: 0;
 width:1063px;
 margin: auto;
}

#header{
  background: url(../images/headerimg.jpg) top left no-repeat;
  height: 83px;
  margin-top: 20px;
  padding-left: 176px;
  padding-top: 29px;
 }
 
 #navcontainer{
  background: url(../images/menutopbg.jpg) top left no-repeat;
  height: 73px;
  padding-left: 176px;
  padding-top: 30px;
 }
 
 /* top nav style */
 ul#topnav {
    background: url(../images/topnav.jpg) top left no-repeat;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 855px;
	height: 51px;
}

ul#topnav li {
	float: left;
	position: relative;
	text-align: center;
	margin: 12px 0 0 12px;
}

ul#topnav li a {
	display: block;
	color: white;
	font-weight: bold;
	padding: 6px;
}

ul#topnav li a:hover{
	background:#394a59;
	text-decoration:none;
  }	
/* end topnav style */
 
 #content{
  background: url(../images/contbg.jpg) top left no-repeat;
  height: 401px;
  padding: 0 60px;
 }
 
  #contentrep{
   background: url(../images/contbgrep.jpg) top left repeat-y;
   padding: 0 60px;
 }
  
  p{
    text-align: justify;
	margin-top: 10px;
  }
  
 .left{
   float: left;
   border: 0;
   margin: 15px 15px 15px 0;
  }
  
  .right{
   float: right;
   border: 0;
   margin: 15px 0 15px 15px;
   
  }
 
 .clear{
   clear: both;
   height: 0;
   margin: 0;
   padding: 0;
 }
 
 .img{
   border: 1px #151F28 solid; 
   padding: 1px;
  }
 
 #bottnavcontainer{
   background: url(../images/menubottbg.jpg) top left no-repeat;
   height: 68px;
   padding-left: 176px;
   padding-top: 30px;
 }
 
 /* top nav style */
ul#bottnav {
    background: url(../images/bottnav.jpg) top left no-repeat;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 855px;
	height: 51px;
}

ul#bottnav li {
	float: left;
	position: relative;
	text-align: center;
	margin: 12px 0 0 12px;
}

ul#bottnav li a {
	display: block;
	color: white;
	font-weight: bold;
	padding: 6px;
}

ul#bottnav li a:hover{
	background:#51626f;
	text-decoration:none;
  }	
/* end topnav style */

#footer{
  text-align: center;
  font-size: 10px;
  margin: 20px 0;
}

