@charset "utf-8";
/* CSS Document */
	body
	{
		margin: 0;
		padding: 0;
		scrollbar-base-color: #e9ead4;
		scrollbar-arrow-color: #726E1A;
		scrollbar-3dlight-color: #e9ead4;
		scrollbar-darkshadow-color: #e9ead4;
		scrollbar-face-color: #e9ead4;
		scrollbar-track-color: #ebeeae;
		text-align: center;
		color: #505367;
		background-color: #FFFFFF;
		font-family: arial, hevetica, sans-serif;
		font-size: 10pt;
		background-image: url(../images/background8.gif);
		background-color: #ffffff;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: top center;
		position: relative;
	}
	a
	{
		color: #726E1A;
	}
	h1 {
		color: #726E1A;
		font-size: 12pt;
		font-weight: bold;
		margin-bottom:3; 
	}
	h2 {
		font-size: 10pt;
		font-weight: bold;
		margin-bottom:3;
	}
	#con_main
	{
		margin: 1em auto;
		width: 760px;
		height: auto;
		text-align: left;
		background-color: #fff;
		border: 1px solid #6f6913;
	}
	#con_contentmain
	{
		width: 760px;
		height: 252px;
		background-image: url(../images/con_contentmain.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	#con_content
	{
		width: 760px;
		height: 252px;
		background-image: url(../images/con_content.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	#con_contentcalendar
	{
		width: 760px;
		height: 400px;
		background-image: url(../images/con_content.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	#con_contentphoto
	{
		width: 760px;
		height: 480px;
	}
	#header
	{
		width: 760px;
		height: 71px;
		background-image: url(../images/header.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		position: relative;
	}
	#mainnav
	{
		text-align: right;
		height: 25px;
		background-image: url(../images/mainnav.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		position: relative;
		color: #9b9a26;
		padding: 2px 0;
		padding-right: 35px;
		font-family: Tahoma, Arial, Verdana, Arial, sans-serif;
		font-weight: bold;
	}
	
	#mainnav ul
	{
		float: right;
		margin: 0 0 0 60px;
		padding-left: 10px;
		list-style-type: none;
		border-right: 1px solid #C4C769;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-left: 1px solid #C4C769;
	}
	
	#mainnav li a
	{
		color: #9b9a26;
		text-decoration: none;
	}
	
	#mainnav li a:hover
	{
		text-decoration: underline;
	}
	#feature
	{
		position: relative;
		float: left; 
		width: 410px;
	}
	#feature_right
	{
		position: relative;
		float: left; 
		width: 340px;
	}
	#content_left
	{
		position: relative;
		float: left; 
		width: 260px;
	}
	#content_right
	{
		position: relative;
		float: left;
		width: 450px;
	}
	#contents	
	{
	    float: right;
		width: 360px;
		background-color: aqua;
	}
	
	#footer	
	{
		border-top: 2px solid #f4f4f4;
		clear: both;
		color: #c3c3c3;
		text-align: right;
		padding: 5px;
		font-size: 90%;
	}
	.imagefloat
	{
		text-align:center
		padding: 2px;
		border: 4px solid #a1a034;
	}
	
