body, html {border:0; padding:0; margin:0;}

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

body {
	background-color: #1a0e08;
	background-image: url("images/bggrad.jpg");
	background-repeat: repeat-x;
	position: relative;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	/*min-width: 656px;	*/
	/*text-align: center;*/
	}

#headercontainer {
	width: 100%;	
	height: 142px;
	}

#header {
 	clear: both;  
	margin: 0 auto;
	position: relative;
    width: 930px;
	height: 142px;
	background-repeat: no-repeat;
    background: url("images/bgheader.jpg");
	}

#wrapper {
	position: relative;
	text-align: center;
	width: 100%;
	height: 529px;
	}	

#nav {
 	clear: both;  
	margin: 0 auto;
	position: relative;
    width: 930px;
	height: 33px;
	}

#content1 {
 	clear: both;  
	margin: 0 auto;
	position: relative;
    width: 930px;
	height: 529px;
	background-repeat: no-repeat;
	background: url("images/bgcontent1.jpg");
	}
	
#content2 {
 	clear: both;  
	margin: 0 auto;
	position: relative;
    width: 930px;
	height: 529px;
	background-repeat: no-repeat;
	background: url("images/bgcontent2.jpg");
	}
	
#content3 {
 	clear: both;  
	margin: 0 auto;
	position: relative;
    width: 930px;
	height: 529px;
	background-repeat: no-repeat;
	background: url("images/bgcontent3.jpg");
	}
	
#content4 {
 	clear: both;  
	margin: 0 auto;
	position: relative;
    width: 930px;
	height: 529px;
	background-repeat: no-repeat;
	background: url("images/bgcontent4.jpg");
	}
	
#content5 {
 	clear: both;  
	margin: 0 auto;
	position: relative;
    width: 930px;
	height: 529px;
	background-repeat: no-repeat;
	background: url("images/bgcontent5.jpg");
	}
	
#footercontainer {
	width: 100%;	
	height: 174px;
	}
	
#footer {
 	clear: both;  
	margin: 0 auto;
	position: relative;
    width: 930px;
	height: 174px;
	background-repeat: no-repeat;
	background: url("images/bgfooter.jpg");
	}

a {
	color: #3d86ac;
	font-weight: bold;
	text-decoration: none;
	}

p {
	padding: 0px 0px;
	color: #333333;
	}

h1 {
	font-size: 16px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	}
	
/*h2 {
	font-size: 18px; 
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	}*/

