body {
   background-image: url(../images/bg.jpg);
   background-repeat: no-repeat;
   background-position: top center;
   background-color: #090600;
}

.pagecontainer {
   width: 920px;
}

.contentcontainer {
   width: 920px;
   float: left;
   padding: 20px;
   margin-top: 20px;
}

.menucontainer {
	width: 920px;
	height: 28px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #40372e;
	border-bottom-color: #40372e;
}

.menuitem {
    float: right;
    width: 112px;
	height: 21px;
	color: #ada38a;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 6px;
}

.menuitem:hover {
    width: 110px;
	height: 21px;
	border: 1px solid #ada38a;
	background-color: #776e5d;
	color: #000000;
}

.menuitem a {
   margin-top: 8px;
   color: #ada38a;
   text-decoration: none;
}

.logo {
   margin-top: 20px;
   float: left;
}

.slides {

}

.news {
   float: left;
   width: 450px;
   height: 100px;
   padding: 20px;
}

h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   color: #9f8364;
   margin-bottom: -15px;

}

p {
   font-family:Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #e6dbce;
   line-height: 20px;
}
.client-listing {
	font-size:18px;
}

a {
   color: #9f8364;
   text-decoration: none;
}

.news a:hover {
   text-decoration: underline;
}

.clientcontainer {
   float: right;
   background-image: url(../images/clientbg.png);
   background-repeat: no-repeat;
   width: 422px;
   height: 123px;
   margin-top: 20px;
   color: #e6dbce;
   font-family:Arial, Helvetica, sans-serif;
   line-height: 25px;
   text-align:left;
}
.client-box {
	float:left;
	text-align:center;
	width:211px;
	font-size:20px;	
}
.footer {
   width: 920px;
   float: right;
   border-top: 2px solid #40372e;
   margin-top: 35px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   text-decoration: none;
   color: #e6dbce;
   padding-top: 15px;
   margin-bottom: 10px;
}

.footer a {
   color: #e6dbce;
   text-decoration: none;
}

.footer a:hover {
   text-decoration: underline;
}

h2, .hidden, small {
   color: #9F8364;
   font-family: Arial, Helvetica, sans-serif;
}

.style1 {
	color: #E6DBCE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}



