html {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Courier, sans-serif;
	background-color: #343434;
	font-size: 70%;
	border: none;
	text-align: center;
}

a {
    color: #D9A903;
}

a img {
	border: 0;
}

.cleaner {
	height: 0px;
	clear: both;
}

.cleaner_right {
	height: 0px;
	clear: right;
}

#body_div {
	margin: auto;
	width: 940px;
	text-align: left;
}

#top_shaddow {
	height: 0px;
	background: blue url(../images/top_shaddow.png) top left repeat-x;

}

#left_top_shaddow {
	float: left;
	margin-left: -5px;
	width: 5px;
	height: 0px;
	background-color: black;
}

#right_top_shaddow {
	float: right;
	margin-right: -5px;
	width: 5px;
	height: 0px;
	background-color: black;
}

#left_shaddow {
	padding-left: 5px;
	background: #252525 url(../images/left_shaddow.png) top left repeat-y;
}

#right_shaddow {
	padding-right: 5px;
	background: #252525 url(../images/right_shaddow.png) top right repeat-y;
}

#bottom_shaddow {
	height: 13px;
	background: #252525 url(../images/bottom_shaddow.png) top left repeat-x;
}

#left_bottom_shaddow {
	position: relative;
	float: left;
	margin-left: -5px;
	width: 10px;
	height: 13px;
	background: black;
	margin-top: 0px;
}

#right_bottom_shaddow {
	position: relative;
	float: right;
	margin-right: -5px;
	width: 10px;
	height: 13px;
	background-color: black;
	margin-top: 0px;
}

#realheader {

}


#header {
}

#header.eid_0 {
	height: 223px;
	background-color: #252525;
	margin-left: -5px;
}

#header2.eid_1 {
	height: 5px;
}

#footer {

}

#footer.eid_0 {
	height: 25px;
	background: #252525 url(../images/footer.png) top left repeat-x;
	margin-left: 8px;
	margin-right: 8px;
}

#realfooter {
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

#realfooter.eid_0 {
	height: 29px;
	background-color: #343434;
}

#content.eid_left {
	padding-left: 215px;
	background: #252525 url(../images/hr_dotted_dark_gray.png) 213px 0px repeat-y;
}


#left_panel_fix {
	float: left;
	margin-left: -2px;
	width: 0px;
}

#left_panel {
	width: 215px;
	float: left;
	margin-left: -215px;
	position: relative;
	padding-bottom: 4px;
}

#main_content {
	background-color: #252525;
	position: relative;
	padding: 5px 11px 5px 12px;
}
#wsb {
    float: right;
}