body{
	margin: 0px;
	padding: 0;
	background-color:#92D37D;
}
a:link, a:visited{color: #666;}
a:hover{color: #333;}

/***************************************Buttons***********************************************/
#contact{ display: block; width: 190px; height: 92px; background: url("../images/buttons/b_contact.png") no-repeat 0 0;}
#contact:hover{ background-position: 0 -92px;}
#contact span{display: none;}

#home{ display: block; width: 190px; height: 92px; background: url("../images/buttons/b_home.png") no-repeat 0 0;}
#home:hover{ background-position: 0 -92px;}
#home span{display: none;}

#info{ display: block; width: 190px; height: 92px; background: url("../images/buttons/b_info.png") no-repeat 0 0;}
#info:hover{ background-position: 0 -92px;}
#info span{display: none;}

#pics{ display: block; width: 190px; height: 92px; background: url("../images/buttons/b_pics.png") no-repeat 0 0;}
#pics:hover{ background-position: 0 -92px;}
#pics span{display: none;}
/***************************************HomePage***********************************************/

.main #bdr{
	background-image: url(../images/bg.png);
	background-repeat:repeat-y;
	background-color:#92D37D;
	width: 1000px;
	margin:auto;
	margin-top:	44px;

}
.main #top{
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
	float:top;
	width: 1000px;
	height: 278px;
}
.main #nav{
	float:left;
	width: 192px;
	margin-left:76px;
}
.main #content{
	margin-left: 14px;
	float:left;
	width: 640px;
	min-height: 200px;
}
.main #footer{
	background-image: url(../images/footer.png);
	background-repeat:no-repeat;
	width: 1000px;
	height: 72px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*********************************************Pages*************************************************/
.page #brief{
	background-image: url(../images/tree_header.png);
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-position:bottom;
	width: 1070px;
	height: 488px;
	margin:auto;
	margin-top:	44px;
}
.page #bdr{

	background-color:#ffffff;
	width: 1070px;
	height: 277px;
	margin:auto;
}
.page #nav{
}
.page #content{
	background-color:#ffffff;
	width: 1070px;
	margin:auto;
}
