@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: url(images/bg.gif) repeat;
}
h1 {
	color: #bd630e;
	font-size: 18px;
	font-weight: bold;
}
a {
	color: #006;
}
a:visited {
	color:  #c1752e;
}
th {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
td {
	font-size: 12px;
}
.blue {
	color: #006;
	font-weight: bold;
	font-size: 13px;
}

.container {
	width: 798px;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	border-right: solid 1px #d8cfb3;
	border-left: solid 1px #d8cfb3;
}

.nav {
	width: 195px;
	float: left;
}
.nav a{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	line-height: 31px;
	padding-left: 20px;
}
.nav a:hover{
	color: #cf7618;
}
.nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav li{
	height: 31px;
	width: 195px;
	background: url(images/nav.png) no-repeat;
	border: 1px solid #fff;
}
.main {
	width: 590px;
	background: #f9f5ee;
	padding: 5px;
	float: right;
}

.bottom {
	line-height: 20px;
	padding: 0;
	margin: 0;
}
.footer {
	width: 100%;
	clear: both;
	color: #999;
	font-size: 11px;
	text-align: center;
	padding: 0;
}