	body {
		margin: 0;
		background: url(../images/layout/bdy_bg.gif) repeat-x #fefcd5;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
	
	#wrap {
		height: 550px;
	}
	
	#innerWrap {
		margin-left: auto;
		margin-right: auto;
		width: 770px;
		height: 520px;
	}
	
	#header {
		height: 150px;
	}
	
	#header h1 {
		padding: 40px 0 0 0;
		margin: 0;
		float: left;
	}
	
	#header h1 img {
		height: 99px;
	}
	
	#header .headerPanel1 {
		float: right;
		text-align: right;
		padding: 60px 0 0 0;
		padding-right: 5px;
		font-size: 0.95em;
	}
	
	.printHead {
		display: none;
	}
	
	#panel1 {
		height: 370px;
		width: 210px;
		float: left;
	}
	
	.bg1 {
		background: url(../images/panel1/img1.jpg) no-repeat;
	}
	
	#content {
		background: #262425;
		color: #fff;
		height: 360px;
		width: 390px;
		float: left;
		overflow:auto;
		padding: 5px 10px 5px 10px;
	}
	
	#content a {
		color: #999;
		font-weight: bold;
		text-decoration: none;
	}
	
	#content a:hover {
		color:#ccc;
		text-decoration: underline;
	}
		
	#navPanel {
		background:  #676767 url(../images/navpanel/panel2bg.gif) no-repeat bottom;
		height: 360px;
		width: 150px;
		float: right;
		color: #fff;
		padding-top: 10px;		
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	#navPanel ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#navPanel li a {
		color: #fff;
		display: block;
		line-height: 25px;
		padding: 0 10px 0 25px;
		background: #676767 url(../images/navpanel/nav_bg.gif) no-repeat left;
		font-weight: bold;
		text-decoration: none;
		font-size: 1em;
	}
	
	* html #navPanel li a {
		height: 1px;
	}
	
	#navPanel li a:hover {
		color: #676767;
		background: #ccc;
	}
	
	#navPanel .ad {
		margin-top: 35px;
	}
	
	* html #navPanel .ad {
		margin-top: 32px;
	}
	
	
	#footer {
		clear: both;
		height: 30px;
		line-height: 30px;
		font-size: 0.85em;
	}
	
	#footer_xero-g {
		float: right;
		margin-top: -2em;
	}
	
	#footer a {
		color: #676767;
		font-weight: bold;
		text-decoration: none;
	}
	
	#footer a:hover {
		color:#999999;
		text-decoration: underline;
	}
	
	#products {
		clear: both;
		padding-top: 10px;
		margin: 0px;
	}
	
	.services {
		padding: 0 10px 0 10px;
	}
	
	.services li {
		padding: 2px 0 2px 0;
	}
	
	.services h2 {
		font-size: 1.1em;
		color: #fff;
		font-weight: bold;
		border-top: 1px solid #333333;
		margin-top: 10px;
	}
	
	
	h2 {
		color: #FEFCD4;
		font-size: 1.6em;
		line-height: 2em;
		font-weight: normal;
		margin: 0;
	}
	
	h3 {
		color: #FEFCD4;
		font-size: 1.4em;
		line-height: 1.8em;
		font-weight: normal;
		margin: 0;
	}
	
	p {
		font-size: 1.0em;
		margin: 5px 0 10px 0;
	}
	
	img {
		border: none;
	}
	
	table {
		border: none;
	}
	
	th, td {
		border: none;
		padding-top: 6px;
	}
	
	th {
		text-align: left;
		vertical-align: top;
	}
	
