/*
Design by Jason Clement
http://www.riversidemediagroup.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
}

h1, h2, h3 {
	color: #000;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 100%;
}

a:link {
	color: #2e7e29;
}

a:active {
	color: #666;
}

a:visited {
	color: #2e7e29;
}

a:hover {
	text-decoration: none;
	color: #666;
}

img {
	border: 5px solid white;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/************************************************
*	HEADER										*
************************************************/

#header {
	display: block;
	width: 800px;
	height: 250px;
	margin: 10px auto;
	background-image: url(images/FERGUSON-FISHING---web-site-header.jpg);
}

#header h1, #header h2{
	display: block;
	height: 0;
	text-indent: -9990px;
}

/************************************************
*	MENU										*
************************************************/

#menu {
	width: 710px;
	height: 60px;
	margin: 150px auto 0 auto;
	background-image: url(images/menu-bg.png);
	opacity: .75;
	filter: alpha(opacity=75);
}

#menu ul {
	margin: 0px 120px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 15px;
	float: left;
	text-decoration: none;
	text-align: center;
	font-size: 125%;
	color: #2e7e29;
}

#menu a:hover {
	background: #000;
}

#menu .active a {
	background: #2e7e29;
	color: #FFFFFF;
}

/************************************************
*	CONTENT										*
************************************************/

#content {
	width: 700px;
	margin: 0px auto;
	padding: 50px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #2d6e84;
}

#content p{
	margin-bottom: 20px;
}

/************************************************
*	FOOTER										*
************************************************/

#footer {
	clear: both;
	width: 700px;
	padding: 50px;
	margin: 0px auto;
	background-color: #cdcfb5;
	background-image: url(images/footer-bg.jpg);
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 80%;
	color: #2e7e29;
}

#footer a {
	color: #2e7e29;
}

#footer #rmg {
	font-family: Arial, sans-serif;
	margin-top: 50px;
	text-align: right;
	font-size: 60%;
	color: #fff;
}

#footer #rmg a, #footer #rmg a:hover {
	color: #fff;
	text-decoration: none;
}
