@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	}

h3 {
	font-size: 110%;
	}	
	
h2 {
	font-size: 130%;
	font-weight:bolder;
	font-style:italic;	}		

a {
	color:#bfd3ec;
	text-decoration:none;
	}	

a:hover {
	color:#FFFF00;
	text-decoration: underline;
	}
	
	
#container {
	background-image:url(images/bground.jpg);
	background-repeat:repeat-y;
	width: 725px;
	text-align:left;
	margin: 0 auto;
/*	border-left: 1px #728a9d solid;
	border-right: 1px #728a9d solid;*/
	height: auto;
	}	
	
#topBanner {
	background-image:url(images/top_gradient.jpg);
	background-repeat: repeat-x;
	height: 132px;
	text-align: center;
	padding-top: 37px;
	padding-bottom: 0px;
	}	
	
#topBar {
	background-image: url(images/metal_top.jpg);
	background-repeat:no-repeat;
	height: 40px;
	padding-left: 22px;
	}	
	
#topBar a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-align:center;
	text-decoration: none;
	height: 28px;
	width: 74px;
	margin-left: 4px;
	background-image:url(images/button_off.JPG);
	background-repeat:no-repeat;
	display:block;
	padding: 0px;
	float: left;
	background-position: 1px;
	}	

#topBar a:hover{
	background-image:url(images/button_on.JPG);
	background-repeat:no-repeat;
	display: block;
	padding: 0px;
	float: left;
	color: #FF9900;
	}	

	
#bodyText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #fff;
	line-height: 150%;
 	float: left;
	width: 42%;
/*	border: 1px #fff solid;*/
	margin-left: 32px;
	
	}	
	
#galleryContent{
	padding-left: 50px;
	padding-right: 50px;
	line-height: 120%;
	font-size: 70%;
	padding-bottom: 30px;
	padding-top: 30px;
	} 
#galleryContent img {
	float: left;
	border: 1px #000 solid;
	width: 220px;
	}	
#galleryDescrip {
	width: 400px;
	float: right;
 
	}	
#galleryCell {
	clear: both;
 
	height: auto;
	padding-top: 10px;
	}	
	
	
	
#logo {
	width: 200px;
	position: relative;
	top: -51px;
	float: left;
	left: 40px;
	z-index:10;

	}	
 
#hostingBox {
	border: #fff inset 2px;
	padding: 3px;
	position: relative;
	color: #fff;
	float:right;
 	width: 120px;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-right: 18px;
/*	border: 1px #fff solid;*/
	}
#hostingBox strong {
	text-decoration: underline;
 
	}	
	
	
#footer {
	background-image; background-image:url(images/footer_metal_plate.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 70%;
 	padding-top: 10px;
	margin-left: 25px;
	width: 384px;
	clear:both;
	height: 39px;
	}

.featured {
	width: 300px;
	height: auto;
 
	padding-bottom: 30px;
	}	
.clearall {
	clear: both;
	}	