/* CSS Document */

.clear         { clear:both; line-height: 0px; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }



body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #B6A390;
	background:/#3b3bf1;
	margin:/ 0;
	padding: /0;
	background-image:/url(images/background.jpg);
	background-repeat: /repeat;
	background-color:#625547;
	}

.wrapper{
	width:800px;
	height:auto;
	margin:0 auto;
	padding:0;
	background-color:#F9F6F1;
	clear:both;
	}
	
.header{
	width:800px;
	height:122px;
	background-image: url(images/header_01.jpg);
	float:left;
	}
	
.banner{
	width:800px;
	height:245px;
	background-image:/url(images/banner_02.jpg);
	float:left; 
	}	
	
.bodyheader{
	width:800px;
	height:26px;
	background:url(images/bodyheader.jpg) repeat-x;
	float:left;
	}
	
.bodyfooter{
	width:800px;
	height:37px;
	background:url(images/bodyfooter.jpg) repeat-x;
	float:left;
	}	
	
.bodycontent{
	width:800px;
	height:auto;
	background-color:#F9F6F1;
	float:left;
	}
	
.left_colum	{
	width:240px;
	height:auto;
	background-color:#F9F6F1;
	float:left;
	}
	
.right_colum	{
	width:560px;
	height:auto;
	background-color:#F9F6F1;
	float:left;
	}				
	
.picarea {
	/*width:150px;*/
	width:110px;
	height:120px;
	margin:15px 0 5px 20px;
	background-color:#F9F6F1;
	float:left;
	}
	
.picbox{
	width:110px;
	height:65px;
	margin:0;
	float:left;
	}
	
.picbox img{
	width:110px;
	height:inherit;
}
	
.pictext{
	width:100px;
	height:auto;
	margin:10px 0 0 0;
	float:left;
	font-size:12px;
	color:#B6A390;
	text-align:center;
	}			
	
.footer{
	width:800px;
	height:30px;
	float:left;
	background-image:;
	}
	
.footermenu{
	width:520px;
	height:20px;
	margin:5px;
	float:right;
	color:#FFFFFF;
	}		
	
.footer_left{
	width:250px;
	height:30px;
	float:left;
	background-color:#D9D1C6;
	}	
	
.footer_right{
	width:550px;
	height:30px;
	float:left;
	background-color:#958069;
	text-align:right;
	}	
	
a {
	text-decoration:none;
	color:#A79682;
	padding:1px;
	}
	
a:hover {
	text-decoration:none;
	color: #c0c0c0;
	}
	

.client_picarea {
	width:140px;
	height:110px;
	margin:30px 5px 5px 25px;
	background-color:#F9F6F1;
	float:left;
	}
	
.client_picbox{
	width:140px;
	height:62px;
	margin:0;
	border: 1px solid #B6A390;
	float:left;
	}
	
.client_pictext{
	width:140px;
	height:auto;
	margin:10px 0 0 0;
	font-size:12px;
	color:#B6A390;
	text-align: center;
	float:left;
	}		