html, body { 
 margin:0; 
 padding:0; 
 background-color: #000000;
	color: white;
	font: 12px Arial, Helvetica, sans-serif;
} 

#pagewidth { 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header {
 text-align: center;
 position:relative; top:0px;
 width:100%;
 height:500px;
 background-color: #000000;
 background-position: 0% 0%;
 background-image: url(../images/beltb.jpg);
 background-repeat: no-repeat;
}

h1 { 
 position:relative; top:120px;
 font-family: "Comic Sans MS", Arial, "Sans Serif";
 font-style: normal;
 color: #ffffff; 
 }
 
#wrapper{
 float: left;
 width: 799px;

}
 
#twocols {
 width: 649px; 
 float:right; 
 position:relative; 
  }
 
#maincol {  
 float: left; 
 display:inline; 
 position: absolute; top:-300px;
 background-color: transparent;
 width: 499px; }
 
#content {
 height:500px;
 font-family: "Trebuchet MS", Arial, San Serif;
 font-size: 12px;
 color:white;
 text-align:left;
 margin: 5px 5px 5px 20px;
 width:420px;
 position: relative;
 background-color: transparent; 
 }

#pressone {
 position:relative;
 float:left;
 margin:0px 0px 0px 90px;
}

#rightcol {
 width: 149px; 
 height:355px;
 float:right;  
 display:inline;
 background-color: transparent; 
 }

 #leftcol {
 width: 149px; 
 float:left; 
 height:355px;
 display:inline;
 background-color: transparent;
 }

#footer {
 background-image: url(../images/nav_bar_footer.jpg);
 height:20px;
 background-repeat: no-repeat;
 clear: both; 
 } 
 
/*form*/

#form {
 background-color:#99ccff;
 margin-top:0px;
 text-align: center;
 font-family: "Comic Sans MS", Times, serif;
 }
 
 
/*navagation*/

a:link {
 font-family: "Comic Sans MS", Arial, Sans-serif;
 text-decoration: none;
 color: #cc0000;
}

a:visited {
 font-family: "Comic Sans MS", Arial, Sans-serif;
 text-decoration: none;
 color: #990000;
}

a:hover {
 font-family: "Comic Sans MS", Arial, Sans-serif;
 text-decoration: none;
 color: #ff9900;
}

ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none;
font-size: 14px;
text-align:center;
}
ul li {
  margin: 2px 0 6px 0; 
  padding: 0;
  font-weight: bold;
  line-height: 75px; /* height of icon */
  background-repeat: no-repeat;
  background-position: 0% 0%;
  }
ul li a {
  padding-left: 0px; /* width of icon + whitespace */
  }
#home { background-image: url(../images/button.gif); }
#gall1 { background-image: url(../images/button.gif); }
#gall2 { background-image: url(../images/button.gif); }
#gall3 { background-image: url(../images/button.gif); }
#press { background-image: url(../images/button.gif); }
#contact { background-image: url(../images/button.gif); }


 
 /*images*/

img {
  border: 0px;
}

#ks {
 float: right;
 margin:5px;	
}

#pic1 {
 color: #FFFFFF;
 float: right;
 margin: 5px 50px 5px 5px;
}

#pic2 {
 color: #FFFFFF;
 float: right;
 margin: 5px 5px 5px 6px;
}

#pic3 {
 color: #FFFFFF;
 float: right;
 margin: 5px 5px 5px 5px;
}

#pic4 {
 color: #FFFFFF;
 float: left;	
 margin: 50px 5px 5px 7px;
}

#pic5 {
 color: #FFFFFF;
 float: right;	
 margin: 50px 5px 5px 50px;
}

#pic6 {
color: #FFFFFF;
position: relative; 5px 5px 5px 10px;
float: right;
margin: 5px 5px 5px 5px;
}

#pic7 {
color: #FFFFFF;
position: relative; 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
float: left;
}

#pic8 {
 color: #FFFFFF;
 position: relative; 5px 5px 5px 5px;
 float: right;
 margin: 5px 5px 5px 5px;
}

#pic9 {
 color: #FFFFFF;
 float: left;
 margin: 5px 5px 5px 5px;
}

#pic10 {
 color: #FFFFFF;
 float: left;
 margin: 5px 5px 5px 5px;
}



 


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
#twocols:after, #wrapper:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
#twocols, #wrapper{display: inline-table;}

/* Hides from IE-mac \*/
* html #twocols, * html #wrapper{height: 1%;}
#twocols, #wrapper{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}





