#container #header {
	background-image: url(images/home_header.jpg);
		background-repeat: no-repeat;
	height: 415px;
}
#container {
	background-image: url(images/home_bg.jpg);
	background-repeat: repeat-y;

}

#container #content .left {
	width: 329px;
	float: left;
}
#container #content .normal {
	margin-left: 329px;
	margin-right: 339px;
}
#container #content .right {
float: right;
	font-size: 11px;
	width: 339px;
}
#container #content .right .padding {
padding: 15px;
padding-top: 70px;
}
#container #content .right p {
	padding-bottom: 15px;
}

#container #content .right a {
	color: #000000;
	text-decoration: none;
}
#container #content .right a:hover {
	color: #7F7800;
}
#footer {
	background-image: url(images/home_footer.jpg);
	height: 35px;
}
#container #content .top {
	background-image: url(images/home_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1024px;
}

#container #content .left a:hover {
	background-image: url(images/home_menu_ov.jpg);
}
#container #content .left a.on {
	background-image: url(images/home_menu_ov.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		color: #333000;
}

#container #content .left p {
	padding-left: 144px;
}