body{
	font-family: Verdana;
	font-size: 11px;
	
	background-image:url('../images/bodybg.png');
	background-position:top left;
	background-repeat:repeat-x;
	
	margin:0px;
}

p{
  margin-top:0px;     
}

b{
	color:#005941;
}

a{	
	color:#00573d;
}

h3, h3 a{
	font-size:14px;
	color:#005941;
	text-decoration:none;
	font-weight:normal;
	margin-top:3px;
	margin-bottom:3px;	
}

.main{
	position:relative;	
	width:990px;
	height:800px;
	background-image:url('../images/mainbg.png');
  background-position:top left;
  background-repeat:repeat-x;	
}

.content
{
	position:absolute;
	top:58px;
	left:-15px;
	
	width:791px;
	height:743px;
	
	background-image:url('../images/contentbg.png');
  background-position:top left;
	background-repeat:no-repeat;	
	
	line-height:1.6;
	
	text-align:left;
}

.text{
	position:relative;
	width:684px;
	height:600px;
	
	left:70px;
	top:75px;
	
	overflow:auto;	
}

.menucontainer{
  position:absolute;
	width:203px;
	left:782px;	
}	

.menu{
	width:203px;
	padding-top:58px;
	background-image:url('../images/menubg.png');
  background-position:top left;
  background-repeat:repeat-y;  
}

.menu a{
  font-size: 11px;
	color:#daf0d7;
	text-decoration:none;
	font-weight:bold;	
	letter-spacing: 1.0px; 
}

.menudivider{
	width:68px;
	height:1px;
	border-bottom:1px dotted #FFFFFF;
	margin:10px;	
}

.rightcontent,.rightcontent p{
	padding-top:20px;
	width:203px;
	text-align:left;
	color:#005941;
	line-height:1.6;	
}

.address{
	position:absolute;
	left:70px;
	top:25px;
	color:#005941;
	font-weight:bold;	
}

.logo{
	position:absolute;
	width:169px;
	height:62px;
	left:592px;
	cursor:pointer;	
}

.habenulogo{
  position:absolute;
  width:55px;
  height:165px;
  left:0px;
	top:155px;
  cursor:pointer;  
}

.hometl{
	float:left;
	width:50%;
	height:280px;
	text-align:right;
	border-right:1px dotted #808080;
}

.hometr{
	float:right;	
	width:49%;
  height:280px; 
	text-align:right;	
}

.homebl{
  float:left;
  width:50%;
  height:247px;
	text-align:right;  
  border-right:1px dotted #808080;
}

.homebr{
  float:right;
  width:49%;
  height:247px;
	text-align:right;    
}

.hometop{
	position:relative;
	height:280px;
	width:100%;
	border-bottom:1px dotted #808080;
}

.homebottom{
  position:relative;
  height:247px;
  width:100%;  
}

.footer{
	position:absolute;
	bottom:35px;
	left:75px;
	z-index:99;
}

.footer a{
	text-decoration:none;
	color:#FFFFFF;	
}



