:root { overflow-y: scroll !important; }
*{
	margin: 0;
	padding: 0;
}

body {
	background-image: url("../images/bg.png");
	background-attachment: fixed;
	font-family: verdana;
	font-size: 12px;
}

#container { 
	width: 773px;
	margin: 0 auto;
}

#logo {
	margin-left: -33px;
	background-image: url("../images/logo.png");
	height: 208px;
	width: 229px;
	margin-top: 15px;
	float: left;
}

#header_bg {
	background-image: url("../images/header_bg.png");
	height: 181px;
	width: 572px;
	float: left;
	margin-top: 42px;
}

#header_right {
	background-image: url("../images/header_right.png");
	height: 181px;
	width: 5px;
	float: left;
	margin-top: 42px;
}

#menu_left h1 {
	background-image: url("../images/menu_left.png");
	height: 30px;
	width: 5px;
	float: left;
	margin-left: 3px;
	margin-top: 3px;
}

#menu {
	background-image: url("../images/menu.png");
	height: 25px;
	width: 557px;
	float: left;
	margin-top: 3px;
	padding-top: 5px;
}

#menu ul { 
	list-style: none;
}

#menu ul li {
	float: left;
	margin-left: 18px;
}

#menu ul li a {
	text-decoration: none;	
	color: #FFFFF0;
	font-weight: bold;
	font-size: 12px;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu_right {
	background-image: url("../images/menu_right.png");
	height: 30px;
	width: 5px;
	float: left;
	margin-top: 3px;
}

#header {
	background-image: url("../images/header.png");
	height: 159px;
	width: 567px;
	float: left;
	margin-top: -16px;
	margin-left: 3px;
}

#content {
	background-image: url("../images/content.png");
	width: 773px;
	float: left;
}

#left {
	float: left;
	width: 193px;
}

.left_top {
	background-image: url("../images/left_top.png");
	height: 21px;
	width: 173px;
	margin-left: 6px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 12px;
	font-size: 12px;
	margin-top: 5px;
}

.left_center {
	background-image: url("../images/left_center.png");
	width: 173px;
	margin-left: 6px;
	padding-top: 5px;
	padding-left: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.left_center a{
	color: #3e3e3e;
	font-weight: bold;
	text-decoration: none;
}

.left_center a:hover{
	text-decoration: underline;
}

.left_center ul { 
	list-style: none;
}

.left_center ul li {
}

.left_center ul li a {
	text-decoration: none;
	font-weight: normal;	
	color: #00000F;
}

.left_center ul li:hover {
	text-decoration: underline;

}

.left_bottom {
	background-image: url("../images/left_bottom.png");
	height: 3px;
	width: 171px;
	margin-left: 6px;
	padding-left: 15px;
	margin-bottom: 8px;
}

#context {
	width: 564px;
	float: left;
}

#context p{
	padding-right: 15px;
}	

.context_top {
	background-image: url("../images/context_top.png");
	height: 21px;
	width: 549px;
	margin-left: 6px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 15px;
	font-size: 12px;
	margin-top: 5px;
}

.context_center {
	background-image: url("../images/context_center.png");
	width: 549px;
	margin-left: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.context_center a{
	color: #3e3e3e;
	text-decoration: none;
}

.context_center a:hover{
	text-decoration: underline;
}

.context_bottom {
	background-image: url("../images/context_bottom.png");
	height: 3px;
	width: 549px;
	margin-left: 6px;
	padding-left: 15px;
	margin-bottom: 8px;
}

#footer {
	background-image: url("../images/content.png");
	width: 773px;
	float: left;
}

#footer_left {
	background-image: url("../images/footer_left.png");
	height: 18px;
	width: 375px;
	margin-left: 6px;
	float: left;
	padding-left: 6px;
	font-weight: bold;
	font-size: 10px;
	padding-top: 3px;
	color: #FFFFF0;
}

#footer_left a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFF0;
}

#footer_left a:hover {
	text-decoration: underline;
}

#footer_right {
	background-image: url("../images/footer_right.png");
	height: 18px;
	width: 375px;
	float: left;
	padding-right: 5px;
	text-align: right;
	padding-top: 3px;
	color: #FFFFF0;
}

#footer_right a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFF0;
}

#footer_right a:hover {
	text-decoration: underline;
}


#bottom {
	background-image: url("../images/bottom.png");
	height: 3px;
	width: 773px;
	float: left;
}