@charset "utf-8";

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #6A6D64;
	background-color:transparent;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-left: 0px;
	margin-top: 0px;
}
.divleft
 {
	position: absolute;
	height: auto;
	width: 410px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
.divright
{
	position: absolute;
	height: auto;
	width: 340px;
	left: 460px;
	top: 46px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6A6D64;
	border-right-color: #6A6D64;
	border-bottom-color: #6A6D64;
	border-left-color: #6A6D64;
}
.heading
{
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #6A6D64;
}
a:link, a:visited, a:active
{
	color: #6A6D64;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a:hover
{
	color: #6A6D64;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.featured 
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6A6D64;
	border-right-color: #6A6D64;
	border-bottom-color: #6A6D64;
	border-left-color: #6A6D64;
	height: 180px;
	width: 200px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 210px;
	left: auto;
	right: auto;
	bottom: auto;
}

