html, body {
	margin:auto;
	color:#000;
	font-family:Verdana;
	font-size:11px;
}
img {
	border:none;
	margin:0px;
}
form {
	margin:0px;
}
a:link, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#all_content {
	margin:auto;
	width:930px;
	height:520px;
	text-align:left;
}
#header {
	float:left;
	width:930px;
	height:51px;
}
#menu {
	float:left;
	width:930px;
	height:37px;
	background:url(../images/menu_bgr.gif) no-repeat;
}
#menu img {
	margin:5px 0px 0px 5px;
}
/*FANCY MENU*/
/*
#fancymenu { 
	position: relative; 
	height: 29px; 
	width: 421px; 
	background: url('images/bg.gif') no-repeat top; 
	padding: 15px; 
	margin: 10px 0; 
	overflow: hidden; 
}
#fancymenu ul { 
	padding: 0; 
	margin: 0; 
}
#fancymenu ul li { 
	float: left; 
	list-style: none; 
}
#fancymenu ul li a { 
	text-indent: -500em; 
	z-index: 10; 
	display: block; 
	float: left; 
	height: 30px; 
	position: relative; 
	overflow: hidden; 
}
#menu_home a { 
	width: 59px; 
	background: url('images/menu_home.png') no-repeat center !important; 
	background: url('images/menu_home.gif') no-repeat center;
}
#menu_plantatree a { 
	width: 119px; 
	background: url('images/menu_plantatree.png') no-repeat center !important; 
	background: url('images/menu_plantatree.gif') no-repeat center; 
}
#menu_travel a { 
	width: 70px; 
	background: url('images/menu_travel.png') no-repeat center !important; 
	background: url('images/menu_travel.gif') no-repeat center; 
}
#menu_rideanelephant a { 
	width: 142px; 
	background: url('images/menu_rideanelephant.png') no-repeat center !important; 
	background: url('images/menu_rideanelephant.gif') no-repeat center; 
}
*/
/*FANCY MENU*/
#content {
	float:left;
	width:914px;
	height:413px;
}
#con_top {
	float:left;
	width:914px;
	height:10px;
}
#chillifish {
	float:left;
	width:16px;
	height:413px;
}
#con_image {
	float:left;
	width:307px;
	height:393px;
	background:url(../images/con_bgr.gif) repeat-x #FEFAF8;
}
#menu_coach {
	float:left;
	display:inline;
	width:220px;
	margin:20px 0px 0px 25px;
}
#con_main {
	float:left;
	width:592px;
	height:393px;
	background:url(../images/con_bgr.gif) repeat-x #FEFAF8;
}
.con_main_title {
	float:left;
	width:550px;
	height:40px;
	margin:30px 0px 0px 0px;
}
.con_main_txt {
	float:left;
	width:550px;
	height:315px;
	color:#000;
	font-family:Verdana;
	font-size:11px;
	line-height:18px;
}
#con_right {
	float:left;
	width:15px;
	height:393px;
}
#con_bottom {
	float:left;
	width:914px;
	height:10px;
}
#footer {
	float:left;
	width:930px;
	height:19px;
	font-size:11px;
	color:#757575;
}
#footer a:link, #footer a:visited {
	color:#757575;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold { 
	position:relative;
	top:0px;
	left:0px;
	overflow:hidden;
	width:550px;
	height:315px;
	z-index:100;
}
div#wn { 
	position:absolute;
	left:0px;
	top:0px;
	width:550px;
	height:315px;
	clip:rect(0px, 550px, 300px, 0px);
	overflow:hidden;
	z-index:1;
}
div#lyr1 { 
	position:absolute;
	left:0px;
	top:0px;
	width:550px;
	z-index:1;
}
#scroll_btn {
	float:right;
	width:30px;
	margin:250px 5px 0px 0px;
}
.inputs {
	width:150px;
	height:19px;
	border:#939393 solid 1px;
}
#contact_form {
	float:right;
	width:300px;
	margin:67px 0px 0px 0px;
}