body {
	padding: 0;
	margin: 0 0 30px;
	text-align: center;
	background-color: black;
}
#wrapper {
	width: 760px;
	background: #d4cdcc;
	text-align: left;
	margin: 0 auto;
}

.title {
	background: url('../images/title.gif');
	margin: 0 0 0 0px;
	text-align: right;
	width: 760px;
	height: 174px;
	font-family: "lucida Grande", Arial, sans-serif;
}

.title ul{
	color: #4f515c;
	margin: 0 0 10px 0;
	list-style: none;
	padding: 70px 30px 0 0;
	font-size: 13px;
}
.title li {
	margin: 30px 5px;
	display: inline;
	font-family: Times, serif;
	font-size: 14px;
	text-transform: uppercase;
}
.title li a{
	color: #41424c;
	text-decoration: none;
}
.title li a em{
	font-style: normal;
	font-size: 17px;
}
.title li a:hover{
	color: #E9E9E9;
	text-decoration: none;
}
.wrapper {
	width: 760px;
	overflow: hidden;
	background: url('../images/background.gif');
}
.rightcol {
	float: right;
	padding: 0 20px 20px 0;
	width: 577px;
}
.rightcol h1{
	font-family: "verdana", Arial, sans-serif;
	margin: 20px 0 20px 30px;
	color: #8f4e64;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
}
.rightcol h2{
	font-family: "verdana", Arial, sans-serif;
	margin: 0px 0 0px 30px;
	color: #975361;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}
.rightcol p{
	font-family: "verdana", Arial, sans-serif;
	margin: 0px 0 20px 30px;
	color: #555;
	padding-left: 20px;
	font-size: 13px;
}
.rightcol li{
	font-family: "verdana", Arial, sans-serif;
	margin: 0px 0 0px 30px;
	color: #555;
	padding-left: 20px;
	font-size: 13px;
}
.rightcol a{
	color: #003399;
	text-decoration: none;
}
.rightcol a:visited{
	color: #975361;
	text-decoration: none;
}
.rightcol a:hover{
	text-decoration: underline;
}
.leftcol {
	float: right;
	background-color: #807874;
	width: 163px;
}
.leftcol ul{
	list-style: none;
	padding: 0 0 0 23px;
	margin: 20px 0;
}
.leftcol li{
	font-family: "verdana", Arial, sans-serif;
	font-weight: bold;
	margin: 2px 0;
}
.leftcol li a {
	text-decoration: none;
	color: #a99f9b;
}	
.leftcol li a:hover {
		color: #fff;
}
.leftcol .selected a{
	color: #e1dbdd;
}
.leftcol .sub a{
	color: #a99f9b;
	padding-left: 15px;
	font-size: 14px;
	font-weight: normal;
}
.leftcol .sub-selected a{
	color: #e1dbdd;
	padding-left: 15px;
	font-size: 15px;
	font-weight: bold;
}
.leftcol .sub2 a{
	color: #a99f9b;
	padding-left: 20px;
	font-size: 12px;
	font-weight: normal;
}
.leftcol .sub2-selected a{
	color: #e1dbdd;
	padding-left: 20px;
	font-size: 13px;
	font-weight: bold;
}
.leftcol .sub3 a{
	color: #a99f9b;
	padding-left: 35px;
	font-size: 12px;
	font-weight: normal;
}
.leftcol .sub3-selected a{
	color: #e1dbdd;
	padding-left: 35px;
	font-size: 12px;
	font-weight: normal;
}
.footer {
	background-color: #000;
	padding: 3px 3px 3px 0;
	margin: 0 0 0 0px;
	text-align: right;
	font-family: "lucida Grande", Arial, sans-serif;
}
.footer small{
	font-size: 9px;
	color: #8e8681;
	display: block;
	margin: 0px;
	float: right;
}
.footer ul{
	float: left;
	color: #8e8681;
	margin: 0px 0 2px 163px;
	list-style: none;
	padding: 0;
	font-size: 10px;
	display: inline;
}
.footer li {
	margin: 0px 3px;
	display: inline;
	color: #8e8681;
	
}
.footer li a{
	color: #8e8681;
	text-decoration: none;
}
.footer li a:hover{
	color: #fff;
	text-decoration: none;
}
.clear {
	clear: both;
}