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: #F21A2F;
} 

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:1094px;
 margin: auto;
}

#header{
  background: url(../images/headerimg.jpg) top left no-repeat;
  height: 83px;
  margin-top: 27px;
  padding: 27px 0 0 270px;
 }
 
 #navcontainer{
  background: url(../images/menutopbg.jpg) top left no-repeat;
  height: 61px;
  padding: 40px 0 0 270px;
 }
 
 /* top nav style */
 ul#topnav {
    background: url(../images/topnav.jpg) top left no-repeat;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 790px;
	height: 52px;
}

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 */
 
 #contenttop{
  background: url(../images/h1bg.jpg) top left no-repeat;
  height: 64px;
  padding: 0 60px 0 270px;
 }
 
 #content{
  background: url(../images/contbg.jpg) top left no-repeat;
  height: 348px;
  padding: 0 30px 0 65px;
 }
 
  /*#contentrep{
   background: url(../images/contbgrep.jpg) top left repeat-y;
   padding: 0 60px;
 }*/
  
  p{
    text-align: justify;
	padding-top: 10px;
  }
  
 .left{
   float: left;
   margin: 15px 15px 15px 0;
  }
  
  .right{
   float: right;
   margin: 15px 0 15px 15px;
  }
  
  div#content div img{
  border: 1px solid #F21A2F;
  }
 
 .clear{
   clear: both;
   height: 0;
   margin: 0;
   padding: 0;
 }
 
 div#content div .img{
   border: 1px #151F28 solid; 
   padding: 1px;
  }
  
  .link{
   text-align:center;
   }
 
 #bottnavcontainer{
   background: url(../images/menubottbg.jpg) top left no-repeat;
   height: 87px;
   padding: 17px 0 0 270px;
 }
 
 /* top nav style */
ul#bottnav {
    background: url(../images/bottnav.jpg) top left no-repeat;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 790px;
	height: 52px;
}

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{
  background: url(../images/mainbgbott.jpg) top left no-repeat;
  height: 109px;
  text-align: center;
  font-size: 10px;
  padding: 20px 0;
}

