body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #dfdad7;
	background: #A6AB4F url(images/body_bg.jpg) top repeat-x;
}
		
a:link, a:visited { color: #dbdb13; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #999900; text-decoration: none; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_30 { margin-right: 30px; }
.margin_right_40 { margin-right: 40px; }

.fl {
	float: left;
}

.fr {
	float: right;
}

.rc_btn_01 a {
	display: block;
	width: 120px;
	height: 24px;
	font-size: 12px;
	padding: 2px 0 0 0;
	text-align: center;
	background: url(images/button_01.jpg) no-repeat;
	color: #dbdb13;
	text-decoration: none;
}

#container {
	width: 980px;
	margin: 0 auto;
	padding: 0 5px;
	background: url(images/container_bg.png) repeat-y;
}

#header {
	clear: both;
	width: 980px;
	height: 130px;
	background:url(images/header_bg.jpg) no-repeat;
}

#header #site_title {
	float: left;
	width: 760px;
	margin: 70px 0 0 260px;
	padding: 10px 0 20px 0;
	text-align: center;
	font-size: 35px;
	color: #ffffcc;
	letter-spacing: 10px;
}

#top_panel {
	clear: both;
	width: 940px;
	height: 255px;
	padding: 0 20px;
	background: url(images/content_bg_02.jpg) no-repeat;
}

/* menu */

#menu {
	float: left;
	width: 220px;
	margin: 20px 0 0 0; 
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	margin: 0 0 0px 0;
	padding: 0 0 5px 0;
	background: url() bottom left repeat-x;
}

#menu ul li a {
	display: block;
	font-size: 14px;
	letter-spacing: 3px;
	text-decoration: none;
	color: #999999;
	outline: none;
	padding: 8px 0 8px 20px;
	background: #ffffcc;
}

#menu li a:hover, #menu li .current {
	color: #509cd4;
	background: #442211;
}

/* end of menu */

#banner {
	float: left;
	width: 380px;
	height: 150px;
	margin: 0 20px;
	padding: 40px;
	background: no-repeat;
}

.banner_header {
	font-size: 24px;
	color: #dbdb13;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}

#banner p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #ffffff;
}


/* content */

#content {
	clear: both;
	padding: 0 0 0 20px;
	background: url(images/content_bg_pattern.jpg) repeat;

}
.column_w220 {
	float: left;
	width: 220px;
	padding-top: 40px;
      background:url() repeat-y;

}

.content_column {
	position: relative;
	float: left;
	width: 420px;
	padding: 0 40px;
	padding-top: 40px;	
	background:url(images/middle_col_bg.png) repeat-y;
}

/* footer */

#footer {
	clear: both;
	width: 980px;
	padding: 30px 0;
	text-align: center;
	background: #1e1a18;
}

/* end of footer */
