*{ margin:0; padding:0; }
body{
	background:#E7E2C0 url(../images/bg.jpg) repeat-x left top;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
img, div { behavior: url(iepngfix.htc) }
strong{
	color:#984621;
}
img.floatLeft{
	padding:5px 10px 0 0;
	float:left;
}
img.floatRight{
	padding:5px 0 0 10px;
	float:right;
}
#header{
	width:800px;
	height:160px;
}
#header img.logo{
	float:left;
	margin-top:10px;
}
#header img.other{
	float:right;
	margin:10px 0 0 10px;
}
#header h1{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	clear:left;
	text-align:left;
}
#menu{
	width:800px;
	height:60px;
}
#menu ul{
	width:800px;
}
#menu li{
	float:left;
	list-style-type:none;
}
#menu a{
	height:60px;
	display:block;
	background:url(../images/bgButton.jpg) no-repeat right top;
	font-size:20px;
	color:#fff;
	text-decoration:none;
	line-height:300%;
}
#menu a:hover{
	display:block;
	background:url(../images/bgButtonHover.jpg) no-repeat right top;
	color:#984621;
	text-decoration:none;
}
#content{
	width:800px;
	height:inherit;
	text-align:left;
}
#content h1{
	font-size:24px;
	font-weight:bold;
	padding:10px 20px;
	color:#984621;
}
#content p{
	padding:10px 20px;
	line-height:150%;
}
#content ul{
	padding:10px 20px 10px 50px;
}
#content li{
	line-height:150%;
}
#footer{
	width:100%;
	height:100px;
	background:url(../images/bgFooter.jpg) repeat-x;
}
#footer p{
	padding:5px 0;
	color:#000;
	font-size:12px;
}
#footer a{
	text-decoration:underline;
	color:#000;
}
#footer a:hover{
	text-decoration:none;
	color:#984621;
}

#serv {
    color:#333;
    border-collapse: collapse;
    margin-left: 10px;
    padding: 5px;
    text-align: center;
    width: 97%;
}
#serv td {

    padding: 2px;
}
#serv td:first-child {
    border-left: medium none;
}
#serv td:last-child {
    border-right: medium none;
}
#title {
    background: none repeat scroll 0 0 #3B393A; color: #FFF;
  
    font-size: 16px;
    text-transform: uppercase;
}

	

	
