body {
	background-image: url(assets/bg_grass.jpg);
	background-color: #658EBA;
	margin: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;

}
p, td {
	margin:0px;
}
#main {
	position:absolute;
	left:50%;
	width:649px;
	margin-top:6px;
	margin-bottom:6px;
	margin-left:-324px;
	padding:0px;
	/*overflow: visible;*/
	height:auto;
	z-index: 1;
	/*background-color: #FFFFFF; */
	/*background-color: transparent;*/
	
}
#content {
	width: 100%;
	background-color:#FFFFFF;
	opacity: .86;
	margin-top: 0px;
	filter: Alpha(Opacity=86);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6C9A5A;
}
#content h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 26px;
	color: #333333;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	font-weight: bold;
	padding-top: 15px;
}
#content p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 20px;
}
#content a:hover {
	font-weight: bold;
	color: #6D995A;
	text-decoration: none;

}

#content a {
	font-weight: bold;
	color: #6D995A;
	text-decoration: underline;

}
#content h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
	padding-top: 22px;
	width: 390px;
}
#content #menu p {
	background-image: url(assets/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content #menu a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#main #content #menu h1 {
	font-size: 15px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 8px;
}
#main #footer p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
	color: #333333;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
}
#main #footer p a {
	color: #333333;
	text-decoration: none;
}
#main #footer p a:hover {
	text-decoration: underline;
}


#content #menu a:hover {
	text-decoration: underline;
}

#content table {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}



#menu {
	width: 200px;
	float:right;
	background-color: #FFFFFF;
	padding-left: 6px;

}
#footer {
	width: 100%;
	background:url(assets/footer_bg.png) no-repeat bottom;
	height: 30px;
}
#photo_layer {
	position:absolute;
	left:50%;
	width:1px;
	margin-top:6px;
	margin-bottom:6px;
	margin-left:-324px;
	padding:0px;
	/*overflow: visible;*/
	height:auto;
	z-index: 2;
}
.img_large {
	margin-top: 265px;
	margin-left: 18px;
	border: thin solid #CCCCCC;
}
