/*
Design by Rusty McMaster
http://www.prairiestatebassmasters.com
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #499FFF;
}

a:hover {
	text-decoration: none;
	color: #D72020;
}

a:visited {
	color: #499FFF;
}

body {
	
	background: #ffffff url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;;
}

#main
{
margin: 0 auto;
width: 782px;
background: #FFFFFF;
}

#header {
	height: 359px;
	text-align: left;
	background: url(images/logo.jpg) no-repeat center bottom;
	width: 782px;
}

#padding
{
padding-left: 10px;
}

#menu
{
width: 760px;
height: 65px;
background: url(images/buttons.gif) repeat-x;
border: 1px #FFFFFF solid;
margin-left: 0px;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 79px;
	height: 42px;	
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	margin-left: 20px;
	padding-top: 23px;
}

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

#left
{
	padding: 10px;
	width: 247px;
}

#left H3
{
width: 232px;
height: 27px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #000000;
background: url(images/title.gif) no-repeat;
}

#left ul {
	list-style: none;
	border-bottom: 1px solid #CC6029;
	border-left: 1px solid #CC6029;
	border-right: 1px solid #CC6029;
}

#left li ul {
	border: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
}

#left a {
	color: #499FFF;
}
#left a:visited {
	color: #499FFF;
}

#left a:hover {
	text-decoration: none;
	color: #D72020;
}

#left p
{
padding: 10px;
border-bottom: 1px solid #D72020;
border-left: 1px solid #D72020;
border-right: 1px solid #D72020;
}

#right
{
float: right;
width: 480px;
padding-right: 10px;
margin-right: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #CC6029;
}

#membertop
{
width: 760px;
height: 286px;
padding-left: 15px;
margin-right: 10px;
}

#membertop h2 {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	color: #cc6029;
}

#membertop p {
	font-weight: bold;
}

#membermid
{
width: 760px;
height: 300px;
padding-left: 15px;
margin-right: 10px;
}

#memberbot
{
width: 760px;
height: 260px;
padding-left: 15px;
margin-right: 10px;
}

#memberbot ul {
	margin-left: 300px;
}


#memberbot a {
	color: #499FFF;
}
#memberbot a:visited {
	color: #499FFF;
}

#memberbot a:hover {
	text-decoration: none;
	color: #D72020;
}


#footer {
	height: 53px;
	padding-top: 20px;
	width: 100%;
	background: url(images/footer.gif) repeat-x;
	border-top: 5px solid #CC6029;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}






