@charset "UTF-8";
#main_wrapper {
	width: 900px;
	margin: auto;
}

#topbar_wrapper {
	float: none;
	width: 100%;
	margin-left: 0px;
	height: 9px;
	background-image: url(../images/top_bar.jpg);
	background-repeat: repeat-x;
}

body {
	background-color: #1C1A16;
	background-image: url(../images/top_grad.jpg);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#main_wrapper #content_left {
	float: left;
	width: 340px;
	padding-left: 28px;
}
#main_wrapper #content_left #pic_top {
	float: right;
	height: 142px;
	width: 340px;
}
#main_wrapper #content_left #text {
	float: right;
	height: 150px;
	width: 240px;
	padding-right: 73px;
}
#main_wrapper #content_left #navigation {
	float: right;
	width: 313px;
	height: 341px;
}
#main_wrapper #content_right {
	background-color: #2B221A;
	float: left;
	width: 530px;
	margin-top: -20px;
}
#main_wrapper #content_right #content_frame {
	background-color: #3E3730;
	width: 520px;
	float: left;
	padding-bottom: 20px;
	margin-left: 5px;
}
#main_wrapper #content_right #content_frame #content_frame_content {
	float: left;
	width: 459px;
	margin-top: 70px;
	margin-left: 35px;
}
#main_wrapper #content_right #content_frame_bottom {
	float: left;
	height: 53px;
	width: 530px;
}
#main_wrapper #content_right #content_frame_bottom #content_frame_bottom_content {
	float: left;
	width: 400px;
	margin-top: 30px;
	margin-left: 35px;
}
#main_wrapper #content_right #div_bottom {
	float: left;
	height: 50px;
	width: 530px;
}
