body{
	font-family: Arial;
	color: #717171; 
	margin: none;	
	padding: none;
	font-size: 11px;
	line-height: 18px;
}
a{
	color: #7fbd51; 
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #7fbd51;
	text-decoration: underline;
}
img{
	margin: none;
	padding: none;
	border: none;

}

table, tr, td, div{
	border-collapse: collapse;
	margin: none;
	padding: none;
	border: none;
	border: 0px solid black;
	
}
table.root{
	width: 100%;
	height: 600px;
	border-collapse: collapse;
	border: 0px solid black;
}
table.root tr td{
	border-collapse: collapse;
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}	
td.left{
	background-image: url(../images/bg_left.jpg);
	background-position:  right 93px;
	background-repeat: no-repeat;	
}
td.right{
	background-image: url(../images/bg_right.jpg);
	background-position:  left 93px;
	background-repeat: no-repeat;
}
td.center{
	width: 900px;
	background-image: url(../images/bg_center.jpg);
	background-position:  left;
	background-repeat: no-repeat;
}
div.main{
	width: 900px;
	height: 600px;
	float: left;
	clear: both;
}
div.header{
	width: 900px;
	height: 90px;
	float: left;
	clear: both;
	background-color: white;
}
div.header_left{
	width: 450px;
	height: 83px;
	float: left;
	
}
div.logo{
	width: 168px;
	height: 73px;
	float: left;
	padding-top: 10px;
}
div.slogan{
	width: 260px;
	height: 20px;
	padding-top: 61px;
	float: left;
}
div.header_right{
	width: 450px;
	height: 83px;
	float: left;
}
div.quote{
	width: 440px;
	text-align: right;
	float: left;
	color: #7fbd51;
	padding-right: 10px;
	padding-top: 62px;
	font-size: 12px;
}
div.line{
	height: 7px;
	width: 900px;
	float: left;
}
div.line img{
	display: block;
}

div.content{
	float: left;
	clear: both;
	padding: 20px;
	height: 447px;
	width: 860px;
	
}
div.content_left{
	float: left;
	width: 180px;
	height: 437px;
	clear: left;
}
div.menu{
	width: 174px;
	background-color: white;
	padding: 3px;
	height: 180px;
}
div.menu_content{
	border-top: 1px solid #e5f2dc;
	border-bottom: 1px solid #e5f2dc;
	height: 178px;
}
div.menu_item{
	height: 32px;
	width: 168px;
	margin: 3px;
	margin-bottom: 0px;
}

div.menu_item a{
	display: block;
	width: 168px;
	height: 32px;
}
div.menu_item a:hover{
	background-color: #7fbd51;
}	
div.menu_item img{
	display: block;
	width: 75px;
	height: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 84px;
	padding-left: 12px;
	
}
div.menu_item_over{
	height: 32px;
	width: 168px;
	margin: 3px;
	margin-bottom: 0px;
}
div.menu_item_over img{
	display: block;
	width: 75px;
	height: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 81px;
	padding-left: 12px;
	background-color: #7fbd51;
}
div.contact{
	width: 174px;
	background-color: white;
	padding: 3px;
	height: 118px;
	margin-top: 114px;
}
div.contact_content{
	border-top: 1px solid #e5f2dc;
	width: 152px;
	height: 116px;
	padding-left: 10px;
	padding-right: 10px;
}
div.contact_footer{
	width: 180px;
	height: 13px;
	background-color: #e5f2dc;
}
div.content_right{
	float: left;
	height: 440px;
	width: 670px;
	margin-left: 10px;
}
div.content_main{
	height: 418px;
	width: 664px;
	padding: 3px;
	background-color: white;
}
div.content_main_content{
	height: 397px;
	border-top: 1px solid #e5f2dc;
	width: 634px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	line-height: 18px;
	overflow: auto;
}
div.content_footer{
	width: 670px;
	height: 13px;
	background-color: #e5f2dc;
}
div.footer{
	float: left;
	clear: both;
	width: 855px;
	height: 16px;
	margin-top: 10px;
	background-color: white;
	font-size: 9px;
	color: #7fbd51;
	padding-top: 4px;
	text-align: right;
	padding-right: 5px;
}
