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

* {
	padding:0px;
	margin: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
body {
background-color: #e6ffcb;

/*background-image:url(images/tree_bg.png);
background-repeat:no-repeat;*/
}

#body_back {


background-image:url(images/tree_bg.png);
background-repeat:no-repeat;

width:900px;
height:auto;

margin-right:auto;
margin-left:auto;


}

#logo {
width:372px;
height:68px;

padding-top:20px;
padding-left:180px;

}

#nav {
	width: 883px;
	height: 29px;
	
	margin-left: 8px;
	
	margin-top:15px;
}

#main_top {
	width:902px;
	height:10px;
	/*margin-left: 70px;*/
	background-image:url(images/main_top.png)
	
}

#main_box {
	width:898px;
	height:auto;
	
	/*margin-left: 70px;*/
	
	background-color:#FFF;
	
	border-right-style: solid;
	border-right-color:#d5ffa8;
	border-right-width: 1px;
	
	border-left-style: solid;
	border-left-color:#d5ffa8;
	border-left-width: 1px;
}

#main_bottom {
	width:902px;
	height:10px;
	/*margin-left: 70px;*/
	background-image:url(images/main_bottom.png)
	
}

#logos_bottom {
	width:900px;
	height:100px;
	
	/*margin-left: 70px;*/
}

#top_banner {
	width:872px;
	height:140px;
	
	margin-left:auto;
	margin-right:auto;
	
}

#title_main {
margin-left:20px;
width:300px;
height:20px;
margin-top:10px;
}

#intro_text {
margin-left:30px;
width:800px;
height:100px;

}

#contact_text {
margin-left:30px;
width:800px;
height:300px;

}