/* CSS Document */


body {
	background: #73A179 url(/images/background.gif) repeat-y;
	background-position:left;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	left:70px;
	position:relative;
	
}

p {
	line-height:180%;
}

h2 {
	font-size:140%;
	color:#026227;
}

h4 {
	font-size:95%;
	color:#026227;
	letter-spacing:4px;
	text-transform:uppercase;
	border-bottom:thin;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #CCCCCC;
}

	
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover, a:active {
	color: #73a179;
	text-decoration: none;
}

#page_content {
	position:absolute; 
	left:260px; 
	top:105px; 
	width:470px; 
	background:#f1f5f1; 
	padding-left:30px; 
	padding-top:30px
}


#gallery {
	position:absolute; 
	left:0px; 
	top:106px; 
	width:470px; 
	background:#f1f5f1; 
}

#logo {
	position:absolute; 
	left:-20px; 
	top:8px
}

#greenline {
	position:absolute; 
	left:-20px; 
	top:95px; 
	background-color: #73a179; 
	height: 1px; 
	width: 800px;
}

#title_header {
	position:absolute;
	left:-20px;
	top:105px;
}

#navigation {
	position:absolute; 
	left:-20px; 
	top:305px
}

#homebutton {
	font-size:95%;
	background-color:#f1f5f1;
	color:#026227;
	text-transform:uppercase;
	border:thin;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	left:513px; 
	top:40px;
	position:relative;
	white-space: nowrap;
	display: block;
	width: 80px;
	height: 24px;
	margin: 0;
	padding: 0;
	
	}