#body{
	width: 694px;
	margin: 0 auto;
}

#logo{
	position: relative;
	z-index: 2;
	margin-left: -50px;
	margin-top: 10px;
	float: left;
	width: 269px;
}

#header{
	margin-top: 27px;
	position: relative;
	z-index: 1;
	float: right;
	width: 540px;
	margin-left: -100px;
}

#header img{
	border: solid 4px #ffffff;
}

#container{
	min-height: 300px;
	width: 100%;
	margin: -33px 0px 10px 0px;
	background-color: #ffffff;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}

#content{
	padding: 36px 15px 15px 15px;
}

#navbar{
	float: left;
	width: 165px;
	margin-right: 20px;
}

#navbar a{
	display: block;
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #606060;
	padding: 6px 5px;
	border-bottom: 1px solid #e9e9e9;
	text-decoration: none;
}

#navbar a:hover{
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat-x;
	color: #38721f;
	font-weight: bold;
	background-color: #cae0cb;
}

#content_right{
	float: left;
	width: 475px;
}

#footer{
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	margin-bottom: 20px;
}

#footer a{
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}

#fade img{
	border: solid 5px #d6d6d6;
}

.gallery_box{
	float: left;
	margin-right: 10px;
	padding: 7px 7px 20px 7px;
	background-color: #cccccc;
}

.gallery_box:hover{
	background-color: #aeaeae;
}