/*KeithDemele.com Main Stylesheet - GOD I HATE CSS!!!*/
body {
	background: url(../images/bg.jpg);
	margin: 0; padding: 0;
    }
.around {
	padding: 0; margin: 0px auto 0px auto;
	width:773px;
	background-color:#eee;
         }
.header {
	width:773px;
	height: 255px;
	background: url(../images/banner.jpg);
	margin: 0;	padding: 0;
}
.maincontent {
	width:763px;
	background-color:#eee;
	height: 100%;
	padding: 5px;
	margin: 0;
	font-family: Tahoma;
	font-size:13px;
	line-height: 15px;
	color:#666;
}
.footerbar {
	width:773px;
	height:4px;
	background: #fff url(../images/footerbg.gif) repeat-x;
	clear: both;
}
.footer {
	width:773px;
	height: 33px;
	background-color: #eee;
	float: left;
}
.mailinglist {
	padding:  5px 0 0 5px; margin: auto 0px;
	position: relative; top:0;
	width: 370px;
	float: left;
	vertical-align: middle;
}
.hg {
	height:6px;
	width: 773px;
}
a.active a.visited a.hover{
	font-family:Arial;
	font-size:10px;
	color:#4680C2;
	text-decoration:none;
}
.firefox a { 
 	display: block; 
	width: 80px;
	height: 16px;
	text-indent: -5000px; 
	overflow: hidden; 
	background: url(../images/white_1.gif);
}
#menu a:link, #menu a:active,#menu a:visited { 
	font-family: Arial;
	font-size:16px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
	color: #fff;
	float: left;
}
#menu a:hover {
	font-family:Arial;
	font-size:16px;
	text-decoration: none;
	text-align: center;
	color: #000;
}
#footer a:link, #footer a:active, #footer a:visited { 
	font-family: Arial;
	font-size:11px;
	text-align: center;
	line-height: 18px;
	height: 16px;
	text-decoration: none;
	color: #4680C2;
	float: left;
}
#footer a:hover {
	font-family:Arial;
	font-size:11px;
	text-decoration: none;
	text-align: center;
	color: #000;
}
#menu {
	width: 653px;
	padding: 0 0 0 120px; margin: 0; 
	height: 30px;
	line-height: 30px;
	list-style: none;
	background: #fff url(../images/navbg.gif) repeat-x;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
 }
#menu li {
 float: left;
 margin-right: 40px;
 }
#footer {
	position: relative;
	width:392px;
	margin: 5px 0 0 0; 
	padding: 2px 0 0 2px;
	list-style: none;
	float: right;
}
#footer li {
 float: left;
 margin-right: 8px;
 }
.firefox {
top: 0; right: 0
position: absolute;
}
/* -END MAIN STRUCTURE Beeches-*/