body {
	margin: 0px;
}

#aheader { 
	background: url("../images/aheader_back.gif") repeat-x;
	border-bottom: 1px solid #1c1c1c;
	height: 27px;
	overflow: hidden;
	width: 100%;
	padding-left: 6px;
}

#aheader .over {
	float: left;
	width: 70%;
	border-right: 1px solid #bdb0e8;
}

#aheader ul {
	float: left;
	clear: right;
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
	height: 27px;
}

#aheader li  {
	display: block;
	margin-left: 0px;
	float: left;
	border-left: 1px solid #cfcbf5;
	border-right: 1px solid #bdb0e8;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 9px;
	padding-right: 9px;
	color: #4d4d4d;
	font-family: verdana;
	font-size: 11px;
}

#aheader li:hover {
	background-color: #cfd4f6;
	padding-bottom: 6px;
}

#aheader li.hover {
	background-color: #cfd4f6;
	padding-bottom: 6px;
}

#aheader li.active {
	background-color: #d4cff6;
	padding-bottom: 6px;
}

#aheader a {
	text-decoration: none;
	color: #4d4d4d;
}

#bheader {	
	background: url("../images/bheader_back.gif") repeat-x;
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #a1a1a0;
	width: 100%;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #2d2a2a;
	margin: 0px;
	text-valign: middle;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 8px;
}

#bheader em {
	color: #940429;
	font-style: normal;
	font-weight: normal;
}

#main {
	display: block;
	background: url("../images/logo.gif") no-repeat;
	width: 659px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#main ul#menu {
	float: left;
	margin-top: 50px;
	background: url("../images/lankar.gif") no-repeat;
	margin-left: 2px;
	margin-top: 55px;
	padding-top: 18px;
	list-style-type: none;
	padding-left: 0px;
	width: 140px;
	height: 450px;
}

#menu li {
	color: #727d92;
	padding-top: 7px;
	border-bottom: 1px solid #dcdce1;
	text-align: right;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #727d92;
}

#menu li.listHead {
	text-align: left;
	border-bottom: 1px solid #727d92;
}

#main #contents {
	padding-top: 45px;
	padding-left: 160px;
}

#contents h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	color: #6574e1;
	margin-bottom: 5px;
	font-weight: normal;
}	

#contents p {
	margin-top: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

.stats img {
	displaY: none;
}