body, html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#B6B7B5;

	}
	

#place{
	width:910px;
	margin: 0 auto;
	}
	
#big_container{
	width:920px;
	background-image:url(ebsimages/top_swirl.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	}
	
	

#logo{
	background-image:url(ebsimages/sunflower.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#ffffff;
	float:right;
	width:770px;
	height:152px;
	}
	
#logo_title{
	margin: 12px 0 0 20px;
	float:left;
	color:#D0B37D;
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-size:32px;
	}
	
#logo_title h1{
	color:#D0B37D;
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-size:32px;
	font-weight:normal;
	}
	

#logo_title p{
	margin:-15px 0 0 0px;
	color:#CDB059;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:12.8px;
	font-style:italic;
	}

#navcontainer{
	width:150px;
	float:left;
	line-height:17.65px;
	margin-top:20px;
	}
	
#navcontainer #current {
	background-color: #B6B7B5;
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	background-color: #B6B7B5;
	border: none;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#navcontainer li {
	position: relative;
}

#navcontainer li a {
	display: block;
	height: 15px;
	width: 140px;
	padding: 5px 10px 5px 0;
	text-decoration: none;
	border-bottom: 1px solid;
	border-top:1px solid;
	border-top-color: #DCDDDB;
	border-bottom-color: #8F908E;
	color: #484B49;
	background: #B6B7B5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
}

#navcontainer a:hover {
	background-color: #fff;
}

#navcontainer a:active {
}

.navtop{
	height:1px;
	max-height:1px;
	line-height:0px;
	font-size:0px;
	width:150px;
	padding:0;
	margin:0;
	background-color:#8F908E;
	}
	

.navbottom{
	height:1px;
	max-height:1px;
	line-height:0px;
	font-size:0px;
	width:150px;
	background-color:#DCDDDB;
	padding:0;
	margin:0;
	}
	


#container{
	width:770px;
	float:right;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-color:#ffffff;
	}
	
#index_container{
	width:750px;
	margin:10px;
	float:left;
	_margin:5px;
	}
	
#index_text{
	width:250px;
	float:left;
	}
	
#index_text h1{
	width:250px;
	height:20px;
	background-color:#E3E3E3;
	font-size:14px;
	color:#5D5D5D;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 0 0 5px;
	}
	
#index_text p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	color:#7c7c7c;
	}
	
#index_text a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	color:#7c7c7c;
	}
	
#index_image{
	background-image:url(ebsimages/index_image.jpg);
	width:457px;
	height:304px;
	background-position:center;
	background-repeat:no-repeat;
	float:right;
	}
	
#wrapper{
	min-height:500px;
	height:auto !important;
	height:500px;
	margin:10px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
#footer{
	background-image:url(ebsimages/footer_swirl.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:770px;
	height:69px;
	float:right;
	text-align:center;
	}
	
#footer p{
	width:770px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12.8px;
	color:#484B49;
	}
	
	
	
.clear{
	clear:both;
	}

