* {
	padding: 0;
	margin: 0;
}

body {
	background: #F2F1E9;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #666;
	line-height: 17px;
}

img {
	border: none;
}

a {
	color: #b14029;
	outline: none;
}

a:hover {
	text-decoration: none;
	color : #444;
}

#wrap {
	background: #fff;
	width: 920px;
	margin: 5px auto 0 auto;
	padding: 0 10px;
}

#header {
	height: 110px;
	line-height: 30px;
}

#header img {
	margin: 0;
	float: left;
}

#header a {
	text-decoration: none;
}

#header p {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -1px;
	padding: 20px 0 0 250px;
}

#menu {
	margin-top: 5px;
	height: 30px;
	line-height: 30px;
	background: #FFCC33 url(images/menu.gif) no-repeat;
}

#menu li{
	float: left;
	list-style-type: none;
	padding-right: 10px;
}

#menu li a{
	color: #fff;
	font-weight: 600;
	display: block;
	text-decoration: none;
	padding: 0 10px;
}

#menu li a:hover,#menu li a.current {
	background: #FA9C39 url(images/menuover.gif) repeat-x;
}

#menu ul {
	padding-left: 1px;
}

#content {
	margin-top: 10px;
}

.right {
	float: right;
	width: 690px;
}

.right h1 {
	color: #b14029;
	font-size: 24px;
	font-weight: 100;
	padding : 10px 0 25px 0;
	letter-spacing: -1px;
}

.right p {
	margin-bottom: 10px;
}

.right ul {
	margin: 0 0 10px 30px;
}

.right p.pcenter {
	text-align: center;
}

.right img {
	margin: 10px;
}

.right table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

.right table td,.right table th {
	border: 1px solid black;
	padding: 5px;
}

.right table td a {
	text-decoration: none;
}

.right p.pcenter a {
	text-decoration: none;
}

.right table td.tdcenter {
	text-align: center;
}

.right .noborder, .right .noborder td {
	border: 0;
}

.left {
	float: left;
	width: 210px;
	border: 1px solid #EBE8DB;
	background: #FAF9F4;
}

.left p {
	color: #b14029;
	padding: 15px 0 15px 10px;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 100;
}

.left ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	font-weight: normal;
}

.left li {
	margin: 0 5px 10px 5px;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	color: black;
}

.left a, .left a:hover {
	text-decoration: none;
	font-size: 11px;
	display: inline;
	padding: 0;
	font-weight: normal;
	color: #993333;
}

#footer {
	font-size: 11px;
	color: #aaa;
	text-align: center;
	padding: 10px 0;
	margin: 20px 0;
	border-top: 1px solid #ccc;
}

#footer a {
	color: #aaa;
}

#footer a:hover {
	color: #aaa;
	text-decoration: underline;
}

/* FAdv */#fadv {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	clear: both;
	width: 920px;
	border-top: 1px solid #ccc;
}

#fadv ul {
	list-style: none;
	display: inline;
	float: left;
	color: #000000;
	margin: 10px;
	padding: 0;
}

#fadv li {
	display: block;
	float: left;
	width: 285px;
	margin: 5px;
	padding: 0;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fadv li a, #fadv li a:hover, #fadv li a:visited {
	color: #993333;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}