@charset "utf-8";
/* CSS Document */

html, body{ 
    margin:0; 
    padding:0; 
    text-align:center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #564936;
} 

    
h3{
    color:#FFFFFF;
}

.cssButton{
    border-style:  3;
    border-style:  beveled;
	font-weight:Normal;
	font-size: 10pt; 
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #936951; 
}

#content{ 
    width:880px; 
    text-align:left;  
    margin-left:auto; 
    margin-right:auto;  
	margin-top: 5px;
} 

#wrapper{
	background-color:#CCCAAC;
}
    
#headerr{
	position:relative;
background-color: #936951;
	background-image: url(../img/logos/benignus_200.gif);
	background-repeat: no-repeat;
	background-position: 7px 40px;
	
	height:146px; 
	width:100%;	   
	border-bottom: 1px solid #ffffff;
	
} 

#headerr H1 span {
	display:none;
	}

/*#content #header img {
	margin-top: 40px;
	margin-right: 5px;
	margin-bottom: 33px;
	margin-left: 5px;
}*/

    
#navcol{
	width:190px;
	float:left;
	position:relative;
	background-color:#CCCAAC;
	margin-top: 25px;
	margin-bottom: 25px;
}

#navcol a{
    text-decoration: none;
	color: #564936;
}

#navcol a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

#navcol ul li{
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
	font-size: 15px;
	margin-left: 10px;
}

   
#adminav ul li{
	text-decoration: none;
	list-style-type: none;
	font-size: 12px;
	margin-left: 10px;
}

   
#maincol{
	background-color: #CCCAAC;
	float: right;
	display: inline;
	position: relative;
	width:625px;
	padding-right: 19px;
	padding-left: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: justify;
}

#maincol img {
	float: right;
	border: 1px solid #FFFFFF;
	margin-left: 20px;
}
    
#maincol a {
    text-decoration: underline;
    color: #564936;
}
    
#maincol a:hover {
    color: #FF0000;
}
    
#footer{
	height:20px;
	background-color:#E9E8D2;
	clear:both;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	font-size: 10px;
} 
    
#footer a {
    text-decoration: underline;
    color: #564936;
}
    
#footer a:hover {
    color: #FF0000;
}
    
#lang{
	margin-left: 5px;
	margin-right: 30px;
	margin-top: 3px;
	width:210px;
	float:left;
}

    
/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	background-color:#CCCAAC;
}
    
.clearfix{display: inline-block;}
   
   /* Hides from IE-mac \*/
   * html .clearfix{height: 1%;}
   .clearfix{display: block;
}
   /* End hide from IE-mac */  

.tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
