/* CSS Document */
body
{
margin-top:25px;
background-image:url(images/BG.jpg);
background-repeat:repeat-y;
background-color:#3d5a19;
background-position:center;
}

#container
{
margin:0px;
}

#header
{
background-image:url(images/header.jpg);
width:791px;
height:90px;
}

#nav
{
height:33px;
width:791px;
}

	#nav img
	{
	float:left;
	}

#content
{
background-image:url(images/content_bg.jpg);
background-repeat:repeat-y;
width:791px;
min-height:460px;
}

	#Rcolumn
	{
	background-image:url(images/frog_side.jpg);
	width:282px;
	min-height:460px;
	float:right;
	}
	
	#Lcolumn
	{
	width:469px;
	min-height:460px;
	float:left;
	text-align:left;
	padding-left:30px;
	}

	#content h1
	{
	font-size:24px;
	color:#336600;
	font-family:Century Gothic, verdana;
	font-weight:normal;
	}

	content h2
	{
	font-size:11px;
	font-family:Century Gothic, verdana;
	color:#b1cf8a;
	font-weight:normal;
	}
	
	#content p
	{
	font-size:12px;
	font-family:century gothic, verdana;
	color:#336600;
	}
	
	#content a
	{
	color:#9933cc;
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	}
	
	#content a:hover
	{
	text-decoration:none;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
	
	#content li
	{
	font-family:century gothic;
	color:#336600;
	font-size:12px;
	font-weight:bold;
	}
	
#footer
{
background-image:url(images/footer.jpg);
height:46px;
width:791px;
}

	#footer p
	{
	margin:0px;
	padding-top:7px;
	padding-left:20px;
	text-align:left;
	font-size:10px;
	font-family:verdana;
	color:#b1cf8a;
	}
	
	#footer a
	{
	color:#b1cf8a;
	}