* {
padding : 0;
margin : 0;
}
body {
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
background : #908069;
background-color : #000000;
}
#wrapper {
margin : 0 auto;
width : 700px;
}
#header {
width : 700px;
color : #996633;
padding : 10px;
height : 148px;
margin : 10px 0 0 0;
background : #996633;
}
.nav {
width : 720px;
height : 2em;
color : #ffffff;
text-align : center;
margin : 4px 0 4px 0;
background-color : #832821;
line-height : 2em;
font-size : 90%;
}
.nav ul a {
color : #ffffff;
font-weight : bold;
text-decoration : none;
}
.nav ul a:hover, .nav ul a.selected {color: rgb(255, 255, 255); text-decoration:underline;
}

.nav li {
width : 200px;
padding : 0 18px 0 18px;
list-style : none;
display : inline;
}
.navfoot {
width : 700px;
height : 2em;
line-height : 2em;
color : #ffffff;
text-align : center;
margin : 4px 0 4px 0;
background-color : #832821;
background-repeat : repeat-x;
background-position : center;
}
.navfoot ul a {
color : #ffffff;
font-weight : bold;
text-decoration : none;
}
.navfoot ul a:hover {
text-decoration : underline;
}
.navfoot li {
width : 200px;
padding : 0 12px 0 12px;
list-style : none;
display : inline;
}
#content {
	width : 700px;
	color : #FFFFFF;
	border : 1px solid #c69c6d;
	background : #c69c6d;
	margin : 0 0 0 0;
	padding : 10px;
	height : auto;
	text-align: center;
	font-size: 12px;
}
#footer {
width : 700px;
color : #832821;
border : 1px solid #832821;
background : #832821;
margin : 0 0 10px 0;
padding : 10px;
}
#wrapper #content div table tr td {
	color: #FFFFFF;
	text-align: center;
}
#wrapper #content div table tr th {
	color: #FFFFFF;
}
