body {
	width: 100%;
	margin: 0px;	
	background: #fff url(../img/exp_bg.gif) repeat-x top left;
	font: normal 12px/17px Arial, Verdana, sans-serif;
	color: #000;
	}

h1, h2, h3, h4, h5 {
	line-height: 1.25em;
	}
	
h1 {
	border-bottom: 1px solid #ddd;
	width: 100%;
	font-size: 1.7em;
	}
	
h5 {
	display: block;
	font-weight: normal;
	background: transparent url(http://host31.spidergraphics.com/exp/img/exp_quotes.gif) no-repeat top left;
	font-size: 1em;
	padding: 10px 0px 10px 65px;
	margin: 0px;
	width: 300px; 
	}
	
/* original style for h6
h6 {
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	margin: -20px;
	background: transparent url(http://host31.spidergraphics.com/exp/img/exp_h6_bg.gif) no-repeat top left;
	}
*/	
	
	
h6 {
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	margin: -8px;
	background: transparent url(http://host31.spidergraphics.com/exp/img/exp_h6_bg.gif) no-repeat top left;
	}
	
	
	
#wrap {
	width: 768px;
	margin: 0px auto;
	}
	
#header {
	width: 768px;
	}
	
#leftnav {
	float: left;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background: #87c0d6 url(../img/exp_leftnav_bg.jpg) no-repeat bottom left;
	padding-bottom: 280px;
	}
	
#nav {
	width: 152px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 13px;
	}
	
#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
#nav a {
	display: block;
	color: #fff;
	padding: 5px 10px;
	width: 132px;
	text-decoration: none;
	}

#nav a:hover {
	background-color: #5d98af;
	}
	
#contentWrap {
	float: left;
	width: 410px;
	margin-left: 2px;
	}
	
#topnav {
	float: left;
	width: 408px;
	background: #fff url(../img/exp_topnav_bg.gif) repeat-x 0px 2px;
	border-right: 2px solid #fff;
	}

#topnav a {
	color: #fff;
	float: left;
	display: block;
	width: 134px;
	height: 25px;
	line-height: 25px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	background: #fff url(../img/exp_topnav_bg.gif) repeat-x top left;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}
	
#topnav a:hover {
	background-position: 0px -25px;
	}
	
#sidebar {
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0px;
	}

#content {
	float: left;
	width: 370px;
	margin: 0px;
	padding: 17px 20px 20px 20px;
	background: #fff url(../img/exp_content_top.gif) no-repeat top left;
	}
	
#footer {
	width: 760px;
	text-align: center;
	font-size: 11px;
	float: left;
	}
