<style type="text/css">
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}
#wrap {
	min-width: 500px;
	max-width: 1400px;
	}
#content {
	float:left;
	width: 68%;
	font-size: 95%; 
	color: #333;
	line-height: 1.5em;
	border-right:thin;
	}
#sidebarleft {
	float:left;
	width: 17%;
	font-size: 90%;
	}
#sidebar {
	float:right;
	clear:right;
	width: 15%;
	}
#footer {
	clear: both;
	background: #828377 url(./img/footer-bg.gif) repeat-x top left;
	}
#content .gutter {
	padding: 25px;
	background: url(./img/content-bg.gif) repeat-x top left;
	}
#sidebar .gutter, #sidebar-2 .gutter, #sidebarleft .gutter{
	padding: 15px;
	}
#header {
	border-bottom: 3px solid #87B825;
	}
#header h1 {
	margin: 0;
	padding: 25px;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #374C0E;
	background: url(./img/bulls-eye.gif) no-repeat top left;
	}
#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #663;
	font-weight: normal;
	}
.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(./img/box-b.gif) no-repeat bottom right;
	margin-right: 0px;
	position:static;
 	top: 0px;
 	right: 0px;
	float:right;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #693;
	background: url(./img/box-t.gif) no-repeat top left;
	}
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(./img/li-bullet.gif) no-repeat 0 3px;
	}
#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333; 
	}
#content, #sidebar , #sidebarleft{
	height: 1%;
	}
.feature { 
	display: inline-table; 
	}
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
background-color: #99CCFF; 
}
.hovermenu ul li{
list-style: none;
display: inline;
}
.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #99CCFF;
border: 0px solid #99CCFF; 
}
.hovermenu ul li a:hover{
background-color: #3366CC;
border-style: outset;
}
.hovermenu ul li a:active{ 
border-style: outset;
}
</style>