body {
	background-color: #C0B796;
	margin: 0px;
}
#wrapper {
	position: relative;
	width: 960px;
	margin: auto;
	background-image: url(images/bg.gif);
}
#homewrap {
	background-color: #ffffff;
	left: 0px;
	top: 0px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: auto;
}
#masthead {
	position: relative;
	width: 150px;
	background-image: url(images/mast-blank.gif);
	float: left;
}
#main {
	background-color: #ffffff;
	position: relative;
	width: 800px;
	left: 0px;
	top: 0px;
	float: right;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content {
	width: 550px;
	top: 65px;
	position: relative;
	left: 60px;
	float: left;
}
.item {
	position:absolute; 
	left:0; 
	top:0;
}

#rightnav{
	float: right;
	width: 140px;
}

#icons {
	position: relative;
	height: 440px;
	width: 55px;
	top: 0px;
	left: 0px;
	visibility: visible;
	float: left;
}
#headline {
	position: relative;
	height: 200px;
	width: 55px;
	top: 0px;
	visibility: visible;
	float: right;
	right: 0px;
	padding-right: 20px;
}


.iconborder {
	border-top: 3px solid #ffffff;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 6px;
}
a:link	 	{ color: #000000; text-decoration: underline;}
a:visited 	{ color: #000000; text-decoration: underline;}
a:active 	{ color: #990000; text-decoration: underline;}
a:hover 	{ color: #990000; text-decoration: underline;}

.imageborder {
	border: 1px solid #CCCCCC;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-top: 3px;
	margin-bottom: 7px;
}

.clientcaption {
	position:absolute; 
	width: 400px; 
	left:220px;
	top:0;
}

#footer {
	clear: both;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	letter-spacing: 1px;
	text-align: center;
	line-height: 15px;
}

