* {margin: 0; padding: 0;}
body {
	font: 0.8125em Helvetica, Arial, Verdana, sans-serif; 
	line-height: 1.2; 
	color: #333; 
	background: #8a8a8a ;
	
	}


a {text-decoration: none;}
a img {border: none;}
a:link, a:visited {color: #8ae; }

html body a:hover {color: #555; background-color: #FFF; /* border-bottom: 1px solid #500; */ }

ul, ol {list-style: none;}

#main { position:relative;
		background: #111;
		height: 600px;
		background-image: url(/img2/background_mast.jpg); 
		background-repeat:repeat-x;
		/* background-attachment:fixed;  */
		}


#logo {
	padding-top:40px;
	margin-left:21px;
}

#features {
	position:absolute;
	width:50px;
	 left:20px;
	 width:200px;
	 padding-top:15px;
}
#silo {
	position:absolute;
	left:230px;
 	width:480px;
	padding-top:15px;
}

#titlebox {
	background: #555;
	height: 25px;
	background-image: url(/img2/title_top_bg.gif); 
	background-repeat:repeat-x;
	margin-bottom:15px;

}

#titleboxbottom {
	background: #555;
	height: 23px;
	background-image: url(/img2/title_btm_bg.gif); 
	background-repeat:repeat-x;
	margin-bottom:15px;

}

#content { padding-left:25px;
			color:#DDD;
			}


.title {font: 1.6em Georgia, "Times New Roman", Times, serif; 
	margin-bottom: 0.5em;
	text-transform: none; letter-spacing: 2px; 
	color:#EEE; padding-left:12px;
}
.title a:link, .title a:visited {color: #333;}
.title a:hover {color: #000;}

.subtitle {font:.85em;  border-bottom: 1px solid #500; margin-bottom:3px; color:#999;}


.feature { margin-bottom:5px; border: 1px solid #000; }
