#slogan {float:right; font-size:24px; color:#FFFFFF; padding:52px 50px 34px 0;}
#menu {
	height:40px;
	clear:both;
	padding-top: 6px;
	margin-top: 3px;
}
#menu ul {margin:0; padding:0;}
#menu li {
	list-style:none;
	float:right;
	background:url(images/menu_bg2.png) right no-repeat;
}
#menu a {float:left; background:url(images/menu_bg1.png) left no-repeat; height:21px; padding:5px 20px; color:#3D2216; font-size:15px; font-weight:bold; text-decoration:none;}
#menu a:hover {color:#130A06;}
#menu li.active {background:url(images/menu_bg2_active.png) right no-repeat;}
#menu li.active a {background:url(images/menu_bg1_active.png) left no-repeat; color:#130A06;}

#main {
	float:left;
	width:100%;
	background:#FEFE76 url(images/sidebar_bg.png) repeat-y right;
	color:#333;
	font-size:13px;
}
#main a {
	color:#333;
}
#main a:hover {
	color:#FFF;
}
#main br {line-height:10px;}
#sidebar {
	width:190px;
	float:right;
	padding:20 0 20 20;
	margin: 45px 0px 20px 20px;
}
#sidebar h3 {font-size:19px; font-weight:normal; margin:20px 0 5px 0; color:#3D2216;}
#sidebar ul {
	margin:0;
	padding:0;
	border-top:0px none #999;
	border-right: 0px none #999;
	border-bottom: 0px none #999;
	border-left: 0px none #999;
}
#sidebar li {
	list-style:none;
	border-bottom:1px solid #999;
}
#sidebar li a {
	color:#111111;
	text-decoration:none;
	padding:6px;
	display:block;
	border-color: #F00;
}
#sidebar li a:hover {
	border-color: #999;
	background: #213A9C;
}
#text {
	line-height:17px;
	margin-right:5px;
	padding:20px 10px 40px;
}
#text h1 {
	font-size:24px;
	font-weight:normal;
	margin:20px 0 10px 0;
	color:#BF3A39;
}
#text h2 {font-size:21px; font-weight:normal; margin:20px 0 10px 0; color:#3D2216;}
#text ol, #text ul {padding:0; margin:10px 0;}
#text li {margin-left:40px;}

#footer {
	height:100px;
	color:#24399a;
	font-size:13px;
	clear:both;
	background: url(images/footer_bckg.gif);
}
#footer a {color:#FFFFFF;}
#footer a:hover {color:#CDC8C6;}
#footer_left {float:left; padding:41px 0 0 50px;}
#footer_right {float:right; padding:41px 50px 0 0;}
