/* designed by Ben Smith */
*{
padding:0;
margin:0;
}

img{
	border:none;
}

#nav { 
background-color:#333;
overlfow: hidden;
height: 29px;
margin: 0 0 6px 0;
padding: 0 0 0 31px;
border-top: 1px solid #515151;
}

#nav li {
float: left;
line-height: 30px;
font-size:12px;
}

#nav li a {
border-right: 1px solid #aab391;
padding: 0 1em;
color: white;
}

#nav li a.last {
	border-right:none;
}

body {
background-color: #999;
background-image: url(images/background.gif);
background-repeat: repeat-x;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size:100%;
}

a {
text-decoration: none;
color:#06F;
}

a:hover {
text-decoration: underline;
}

a.selected {
font-weight: bold;
}

p {
	color: #43433f;
	line-height: 21px;
	text-align: center;
}


h2 {
color:#333333;
font-size: 24px;
}

li {
list-style: none;
}

#container {
margin: auto;
width: 1010px;
text-align: left;
background-color:#FFF;
}

#header {
position: relative;
background: url(images/header.jpg) no-repeat;
height: 102px;
}

#header h1 {
text-indent: -9999px;
/*line-height: 150px;*/
}

#header small {
position: absolute;
top: 100px;
left: 80px;
}

#content {
	height:850px;
	padding: 10px;

}
