* {
	list-style:none;
	text-decoration:none;
	margin:0;
	padding:0;
}

body {
	overflow:auto;
	background-color:#8a7e5d;
	background-image:url("images/bodybg.jpg");
	background-repeat:repeat-y;
	background-position:center;
	color:#000;
	font:12px/150% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

img {
	border:0px;
	display:block;
}
#wrapper {
	width:1000px;
	background-image:url("images/wrapperbg.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	margin:0 auto;
	padding:0;
}
#wrapper h1 {
	display:none;
}
.content{
	background:#c2b48f url("images/contentbg.jpg") repeat-y center center;
	width:972px;
	margin-top:171px;
	margin-left:14px;
	margin-bottom:10px;
}
.contenttop{
	background:#c2b48f url("images/contenttop.jpg") no-repeat center top;
	width:972px;
	height:10px;
}
.contentbot{
	background:#c2b48f url("images/contentbot.jpg") no-repeat center bottom;
	width:972px;
	height:10px;
}

.contentleft {
	float:left;
	width:221px;
	margin-left:10px;
	background-color:#FFF;
}
.newsandupdates {
	background:#c2b48f url("images/newsandupdates.jpg") no-repeat center top;
	width:221px;
	height:46px;
	border-bottom:solid 10px #c2b48f;
}
.contentlefttop {
	width:221px;
	height:7px;
	background:#c2b48f url("images/contentlefttop.jpg") no-repeat center top;
}
.contentleftbot {
	width:221px;
	height:7px;
	background:#c2b48f url("images/contentleftbot.jpg") no-repeat center top;
}
.news {
	width:211px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
}
.news .newsdesc {
	font-size:12px;
	line-height:13px;
	margin-bottom:3px;
}
.news .sig{
	color:#999;
	font-size:11px;
	text-align:right;
}
.news h3 {
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:3px;
}
.contentright{
	float:left;
	width:719px;
	margin-left:10px;
	background-color:#FFF;
}
.contentright h2 {
	color:#ff6600;
	font-weight:normal;
	margin-left:10px;
	margin-bottom:10px;
}
.portfolio {
	background:#c2b48f url("images/portfolio.jpg") no-repeat center top;
	width:719px;
	height:44px;
	border-top:solid 1px #c2b48f;
	border-bottom:solid 11px #c2b48f;
}
.contentrighttop {
	width:719px;
	height:7px;
	background:#c2b48f url("images/contentrighttop.jpg") no-repeat center top;
}
.contentrightbot {
	width:719px;
	height:7px;
	background:#c2b48f url("images/contentrightbot.jpg") no-repeat center top;
}

.site {
	width:218px;
	float:left;
	background-color:#dddcd3;
	border:1px solid #dddcd3;
	text-align:center;
	margin-bottom:10px;
	margin-left:14px;
}
.site a {
	color:#999;
}
.site a:hover {
	color:#666;
}
.site h3 {
	background-color:#766b4a;
	width:218px;
	height:23px;
	color:#fff299;
	font-size:14px;
	padding-top:9px;
}
.site img {
	border:1px solid #9e967e;
	margin:9px;
}
.site p {
	width:218px;
	height:21px;
	font-size:11px;
	padding-top:7px;
}
.site .row1 {
	background-color:#efeee8;
}
.site .row2 {
	background-color:#e9e8e2;
}
.clear {
	clear:both;
}
#footer{
	text-align:right;
	width:990px;
	height:21px;
	padding-top:60px;
	padding-right:10px;
	background-image:url("images/footerbg.jpg");
}
