/* designed by Ben Smith of the Website Guys*/
*{
padding:0;
margin:0;
}

body {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size:100%;
background-image: url(images/background.jpg);
background-repeat: repeat;
}

#container {
background-color:white;
margin: auto;
width: 940px;
text-align: left;
border: solid 1px black;
}

#header {
position: relative;
height: 300px;
background: url(images/header.gif) no-repeat;
}

h1 {
text-indent: -9999px;
font-size:0px;
}

h2 {
color:#841100;
}

h3 {
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size:20px;
	color:#841100;
	margin-top:12px;
}

a {
text-decoration: none;
color:#0283bb;
}

a:hover {
text-decoration: underline;
}

p {
color: #43433f;
line-height: 21px;
}

li {
list-style: none;
}

#header small {
position: absolute;
top: 100px;
left: 80px;
}

#nav { 
background-image:url(images/nav_bg.gif);
background-repeat:repeat-x;
border-top: 1px solid black;
border-bottom: 1px solid black;
overlfow: hidden;
height: 40px;
margin: 0 0 0px 0;
padding: 0 0 0 30px;
}

#nav li {
float: left;
line-height: 40px;
border-right: 1px solid #aab391;
padding: 0 2em;
color: white;
}

#nav li a {
color: white;
}

.selected {
color:#CCC;
}

#nav li a.first {
padding-left: 0;
}

#nav ul li.last {
border-right:none;
}

#content {
position: relative;
margin-bottom: 20px;
clear:both;
padding:20px;
}

#content p {
	font-size: 12px;
	padding-right:30px;
	text-align: left;
}

#content ul li {
	font-size:12px;
	line-height: 18px;
}

#content a {
	font-size: 14px;
}

#footer { 
clear:both;
background-image:url(images/nav_bg.gif);
background-repeat:repeat-x;
border-top: 1px solid black;
overlfow: hidden;
height: 35px;
padding: 5px 0 0px 400px;
}

#footer li {
float: left;
line-height: 20px;
color: white;
font-size: 90%;
font-family: Arial, Helvetica, sans-serif;
}

#footer li a {
border-right: 1px solid #aab391;
padding: 0 .8em;
color: white;
font-family: Arial, Helvetica, sans-serif;
}

#footer li a.last {
	border-right:none;
}

#footer li a.last2 {
	border-right:none;
	padding:0px;
}


#lcol {
	width:600px; 
	float:left; 
	
}
#rcol {
	width:220px; 
	float:left; 
	margin-left: 40px;
}

