body {
	color: #fff;
    background-color: #231f20;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: .8em;
}

a {
	color: #f19111;
    text-decoration: underline;
}
a:hover {
	color: #d3d3d3;
    text-decoration: underline;
}

#content {
	margin-right: auto;
	margin-left: auto;
	background: #231f20;
	width: 700px;
}

#header {
    clear: both;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	background: #1c3b20;
	font-weight: bold;
	font-size: 2em;
	height: 100px;
    width: 100%;
    border: 1px solid #f19111;
}

#nav {
    clear: both;
}

#menu {
    float: left;
    background-color: #231f20;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border: 1px solid #f19111;
}
#menu li {
    float: left;
    font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
#menu a {
    background: #231f20 url("images/seperator.gif") bottom right no-repeat;
    color: #ccc;
    display: block;
    float: left;
    margin: 0;
    padding: 8px 12px;
    text-decoration: none;
    font-weight:normal;
}
#menu a:hover {
    background: #d3d3d3 url("images/hover.gif") bottom center no-repeat;
    color: #231f20;
    padding-bottom: 8px;
    }

#divclear {
    clear: both; 
}

#base {
	clear: both;
    width: 100%;
	background: #231f20;
    border: 1px solid #f19111;
	}

#base img {
	border: none;
}

#footer {
    height: 30px;
    width: 100%;
	background: #231f20;
    border: 1px solid #f19111;
}

p#footer-left {margin:4px;float:left;}
p#footer-right {margin:4px;float:right;}

h1 {
}

h2 {
}

p {
padding: 4px;
}
