body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #b3976f url(images/wrapper_bg.png) repeat-x;
	padding: 0;
	margin: 0;
}

.wrapper {
	width: 700px;
	margin: 0 auto;
	position: relative;
}

.logo {
	width: 331px;
	height: 75px;
	margin-left: 13px;
	margin-top: 38px;
	margin-bottom: 5px;
}

.content_wrap {
	margin-top: 118px;
}

.content {
	width: 460px;	
}

.content_top {
	background: url(images/contentbg_top.png) no-repeat;
	padding: 50px 30px 8px 30px;
}

.content_mid {
	background: url(images/contentbg_mid.png) repeat-y;
	min-height: 265px;
}

.content_btm {
	background: url(images/contentbg_btm.png) no-repeat;
	height: 21px;
}

.content h3 {
	font-size: 13px;
	font-weight: bold;
	color: #363441;
}

.right {
	width: 225px;
	margin-top: 189px;
}

.right2 {
	width: 225px;
	margin-top: 3px;
}

.right_top {
	background: url(images/rightcontent_top.png) no-repeat;
	padding: 55px 30px 10px 30px;
}

.right_top2 {
	background: url(images/rightcontent_top2.png) no-repeat;
	padding: 30px 30px 10px 30px;
}

.right_mid {
	background: url(images/rightcontent_mid.png) repeat-y;
}

.right_btm {
	background: url(images/rightcontent_btm.png) no-repeat;
	height: 16px;
}

.nav {
	position: absolute;
	right: 40px;
	top: 50px;
	width: 180px;
}

.nav a {
	font-family: Tahoma;
	color: #b3976f;
	text-decoration: none;
}

.nav a:hover,
.nav a#active {
	color: #e6d8b5;
}

.nav a#active {
	font-weight: bold;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav li {
	list-style: none;
	text-indent: 10px;
	border-bottom: 1px dotted #b3976f;
	line-height: 20px;
	padding: 0;
}

.right_mid ul {
	padding: 0;
	margin: 10px 0 0 20px;
	font-size: 10px;
}

.right_mid a {
	color: #181818;
	text-decoration: none;
}

.right_mid a:hover  {
	text-decoration: underline;
}

.right_mid li {
	list-style: none;
	background: url(images/bullet.png) center left no-repeat;
	line-height: 20px;
	text-indent: 10px;
}

.footer {
	margin: 10px 13px;
	font-size: 11px;
	font-family: Tahoma;
	color: #6e593b;
}

.footer a {
	color: #6e593b;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	text-decoration:underline;
}

.content_mid a {
	color: #80941D;
}