#main {
	margin: 10px auto;
	width: 800px;
	border: 0px solid #e0e9e6;
	background: #ecebeb url(../images/main_bg1.gif) top center repeat-y;
}

.both {
	clear: both;
}

#content {
	width: 780px;
	margin-left: 0px;
}

#top {
	width: 800px;
	height: 130px;
	background: #000;
	position: relative;
}

#top h1 {
	font: normal 22px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 43px;
	color: #ffffff;
	position: absolute;
	top: 25px;
	left: 80px;
	margin: 0px;
	padding: 0px;
}

#top #searchform {
	position: absolute;
	top: 40px;
	right: 15px;
	z-index: 1001;
}

#top #bg {
	z-index: 1000;
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
}

#menu {
	width: 800px;
	background: #000 url(../images/topmenubg.jpg) no-repeat;
	margin: 0px 0px 0px 0px;
}

#menu #uls ul {
	list-style: none; 
	text-align: left; 
	float: left;
	padding-top: 0px;
}

#mainlevel-nav li
{
	padding: 0px;
	background: transparent;
	display: block;
	margin: 0px;
	line-height: 23px;
	white-space: nowrap;
	list-style-type: none;
	float: left;
	width: auto !important;
	height: 23px;
	background: url(../images/menusep.gif) no-repeat top right
}

#mainlevel-nav li a
{
	display: block;
	text-decoration: none;
	text-align: left;
	color: #ffffff;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	text-transform: none;
	background: transparent;
	padding: 4px 15px 5px 15px;
}

#mainlevel-nav li a:hover {
	display: block;
	text-decoration: none;
	text-align: left;
	color: #989292;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 4px 15px 5px 15px;
	border: none;
}

#cols {
	width: 800px;
	clear: both;
}

#cols #col_left {
	width: 10px;
	margin-right: 0px;
	float: left;
}

#cols #col_left table.moduletable {
	border: 1px solid #ededed;
	width: 198px;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

#cols #col_left table.moduletable th {
	background: #000;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ffffff;
	padding: 5px 0px 5px 10px;
	line-height: 11px;
	text-transform: uppercase;
}

#cols #col_left table.moduletable td {
	padding-top: 5px;
}

#cols #col_left table.moduletable td table td {
	padding: 0px;
	margin: 0px;
}

#col_right {
	width: 780px;
	min-height: 400px;
	float: left;
	background: #ecebeb url(../images/hand.jpg) bottom right no-repeat;
}

#footer {
	width: 800px;
	clear: both;
	text-align: center;
	background: #000 url(../images/bottom.jpg) bottom left no-repeat;
	height: 70px;
	border-top: 0px solid #400000;
	margin: 0px;
	padding: 0px;
}

#footer p {
	text-align: center;
	padding: 08px 0px;
	margin: 0px;
}