* {
	margin: 0;
	padding: 0;
}

body {
	background: #fce4c0 url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #222;
}

a {
	text-decoration: none;
	color: #FF7800;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #111;
}

#wrap {
	margin: 0 auto;
	width: 900px;
}

#header {
	height: 110px;
	background: #fce4c0 url(images/header.jpg) repeat-x;
}

#header p.hbig {
	font-size: 28px;
	letter-spacing: -1px;
	padding: 25px 0 0 20px;
	color: #000;
}

#header p.hbig a {
	color: #666;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}

#header p.hsmall {
	font-size: 19px;
	color: #aaa;
	padding: 5px 0 0 20px;
	letter-spacing: -1px;
	font-weight: 100;
}

.right {
	float: right;
	width: 670px;
	padding: 10px 10px 0 0;
}

.right h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 20px 0;
	color: #712F19;
}

.right h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	color: #712F19;
}

.right p {
	margin: 10px 0;
}

.right ul li, .right ol li {
	margin-left: 30px;
}

.right table {
	border-collapse: collapse;
	border: 2px solid #999;
	font-size: 14px;
	margin: 10px 0;
}

.right table td, .right table th {
	border: 1px solid #999;
	padding: 5px;
	text-align: center;
}

.right table td.tleft {
	text-align: left;
}

.right table td a, .right table td a:hover {
	text-decoration: none;
}

.right table td img {
	border: none;
	margin: 0;
	padding: 0;
	float: none;
}

img.inofloat {
	margin: 10px;
	float: none;
	border: none;
}

img.iright {
	margin: 10px;
	float: right;
	border: none;
}

.left {
	float: left;
	width: 180px;
	margin-top: 10px;
	background: #7E6F58;
}

.left p {
	color: #DDD;
	margin: 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #ddd;
}

.left ul {
	padding: 0 0 15px 10px;
	list-style-type: none;
	font-size: 12px;
}

.left ul li a {
	text-decoration: none;
	color: yellow;
}

.left ul li a:hover {
	border-bottom: 1px dotted yellow;
	text-decoration: none;
	color: yellow;
}

.left ul li a.current, .left ul li a.current:hover {
	border-bottom: 2px dotted yellow;
}

.left .sadv ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	font-weight: normal;
}

.left .sadv ul li {
	margin: 10px;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	color: white;
}

.left .sadv ul li a, .left .sadv ul li a:hover {
	text-decoration: none;
	font-size: 11px;
	display: inline;
	padding: 0;
	font-weight: normal;
	color: #FF7800;
	border: none;
}

#footer {
	text-align: center;
	font-size: 11px;
	margin-top: 40px;
	border-top: 1px dotted #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* FAdv */ #fadv {
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 1px dotted #aaa;
}

#fadv ul {
	list-style: none;
	display: inline;
	float: left;
	color: black;
	margin: 10px;
	padding: 0;
}

#fadv li {
	display: block;
	float: left;
	width: 240px;
	margin: 5px;
	padding: 0;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fadv li a {
	text-decoration: none;
	font-weight: normal;
	color: #FF7800;
}

.mailto1 {
	font-weight: normal;
	color: #FF7800;
	text-decoration: none;
}

.mailto2 {
	display:none;
}