* {
	margin: 0;
	padding: 0;
}

body, div, p, a, img, ul, ol, li, table, th, tr, td {
	border: 0;
}

body {
	padding: 0;
	background: #fff url("/images/bg.jpg") repeat-x;
	font: 14px "arial",sans-serif;
	color: #000;
	text-align: center;
}

a {
	color: #734105;
	outline: none;
}

a:hover {
	color: #a6600c;
}

h1 {
	margin: 15px 0 10px 0;
}

h1 {
	font-size: 140%;
	color: #734105;
	font-weight: normal;
	margin: 0;
	padding: 10px 26px;
}

#layout {
	width: 745px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 133px;
	background: #ee8100 url("/images/header.jpg") no-repeat;
}

#header p.hbig {
	margin: 0;
	line-height: 120%;
	font-size: 230%;
	padding: 30px 0 0 30px;
}

#header p.hbig a {
	color: #ffecd5;
	font-weight: normal;
	text-decoration: none;
}

#header p.hbig a:hover {
	color: #FFF;
}

#header p.hsmall {
	color: #fff;
	margin-left: 30px;
	margin-top: -5px;
}

#nav {
	height: 45px;
	border-bottom: 1px solid #c1c1c1;
	padding: 0;
}

#nav ul {
	margin: 0 0 0 20px;
	height: 45px;
	padding: 0;
	list-style: none;
}

#nav ul li {
	float: left;
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	height: 35px;
	line-height: 30px;
}

#nav ul li a {
	float: left;
	text-align: center;
	color: #734105;
	text-decoration: none;
	background: url("/images/nav-sep.jpg") no-repeat right 50%;
	padding: 0 15px;
}

#nav ul li a.nosep {
	background: none;
}

#nav ul li a:hover {
	padding-bottom: 1px;
	border-bottom: 1px solid;
}

#nav ul li#active a {
	border-bottom: 3px solid;
}

#nav ul li#active a:hover {
	padding-bottom: 0px;
	border-bottom: 3px solid;
}

#leftside {
	float: left;
	padding: 10px;
	margin: 0;
	width: 490px;
}

#leftside p {
	margin-bottom: 10px;
}

#leftside ul {
	margin-bottom: 10px;
}

#leftside li {
	margin-bottom: 10px;
	margin-left: 25px;
}

#leftside table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

#leftside th, #leftside td {
	border: 1px solid black;
	padding: 5px;
}

#rightside {
	float: right;
	width: 225px;
	margin-top: 20px;
	padding: 5px;
	background-color: #F0F0F0;
}

#rightside p {
	color: #606060;
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#rightside ul {
	padding: 5px;
	margin: 0;
	list-style: none;
	text-align: left;
	font-weight: normal;
}

#rightside ul li {
	margin: 0 5px 10px 5px;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	height: 100%;
	border: none;
	background: none;
}

#rightside ul a {
	text-decoration: none;
	font-size: 11px;
	display: inline;
	padding: 0;
	font-weight: normal;
	color: #990000;
	background: none;
}

#rightside ul a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	height: 85px;
	margin: 0 auto;
	text-align: center;
	background: url("/images/footer-bg.jpg") repeat-x bottom;
}

#page-bottom{
	height: 46px;
	line-height: 40px;
	background: url("/images/footer.jpg") no-repeat bottom;
}

#footer p {
	margin: 0;
	font-size: 12px;
	padding-top: 11px;
	color: #ffd39f;
}

#footer p a {
	color: #fff;
}

#footer p a:hover {
	color: #ffd39f;
	text-decoration: none;
}

.clear {
	clear: both;
	background-color: #FFF;
}

.upper {
	text-transform: uppercase;
}

p.pcenter {
	text-align: center;
}

#fadv {
	margin: 0 auto 10px auto;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
	width: 745px;
}

#fadv ul {
	list-style: none;
	display: inline;
	float: left;
	color: #000;
	margin: 10px;
	padding: 0;
}

#fadv li {
	display: block;
	float: left;
	width: 225px;
	margin: 5px;
	padding: 0;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fadv li a, #fadv li a: visited {
	color: #990000;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}

#fadv li a:hover {
	text-decoration: underline;
}