body {
	margin: 0px;
	background: #FFFFFF;
	text-align: center;
	padding: 0px;
}
div#main {
	border: 0px;
	padding: 0 6px 0 6px;
	margin: auto;
	text-align: left;
	width: 980px;
	height: auto;
	background: url(../imgs/bg_main.gif) repeat-y;
}
div#top_grey {
	background: #E8E8E8;
	width: 980px;
	height: 10px;
	font-size: 8px;
	position: relative;
}
div#top_menu {
	width: 980px;
	height: 88px;
	position: relative;
	padding: 0px;
	border: 0px;
	margin: 0px;
	text-align:left;
}
div#top_left {
	width: 165px;
	height: 88px;
	float: left;
	padding: 0px;
	border: 0px;
	margin: 0px;
	position: relative;
}
div#top_right {
	width: 815px;
	height: 88px;
	float: right;
	padding: 0px;
	border: 0px;
	margin: 0px;
	position: relative;
}
div#main_area {
	background: url(../imgs/bg_content.gif) repeat-y;
	position: relative;
	width: 980px;
	height: auto;
	text-align: center;
	padding: 0px;
	border: 0px;
	margin: 0px;
	vertical-align: top;
}
div#main_left {
	float: left;
	width: 165px;
	height: auto;
	background: #E8E8E8;
	text-align: left;
}
div#main_right {
	float: right;
	width: 165px;
	height: auto;
	background: #E8E8E8;
}
div#content {
	background: #FFFFFF;
	border: 0px;
	float: left;
	padding: 0px;
	margin: 0px;
	display: block;
	text-align: left;
	width: 650px;
	height: auto;
}
div#box_for_content {
	padding: 25px;
	position: relative;
	border: 0px;
	margin: 0px;
	width: 600px;
}
div#bottom_grey {
	background: #E8E8E8;
	width: 980px;
	height: 10px;
	clear: both;
	font-size: 8px;
	position: relative;
}
div#goto_top {
	display: none;
}
div#bottom_buttons {
	width: 640px;
	text-align: right;
	padding: 20px 10px 10px 0;
}
img.menu_header {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 165px;
	height: 34px;
}
div.menu_box {
	position: relative;
	text-align: left;
	padding: 0 8px 20px 8px;
	width: 149px;
	font-family: Tahoma, Vedana, Arial;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
div.menu_box_arrow {
	float: left;
	width: 15px;
	text-align: left;
	vertical-align: top;
}
div.menu_box_link {
	float: right;
	width: 134px;
	text-align: left;
}
div.menu_box_clear {
	clear: both;
	width: 149px;
	height: 8px;
	font-size: 5px;
}
div#footer {
	width: 930px;
	text-align: right;
	border: 0px;
	padding: 0px;
	margin: auto;
}
