/*
--- Site Body ---
*/
html, body {
	margin: 0;
	margin-top:0px;
	padding: 0;
	padding-top:0px;
	font-size: 12px;
	font-family: Tahoma, arial, verdana, helvetica, sans-serif;
	background: url('../images/bg_body.jpg');
	background-position:top;
	background-repeat:repeat-y;
}
/*
### Site Layout ###
*/
#site_body, #site_content, #site_content_left, #site_content_center, .site_content_center, #site_content_right, #site_footer, .header_banner, .header_menu {
	overflow:hidden;
}
#site_body, .site_body {
	margin:0px auto;
	width:980px;
}
#site_header {
	clear:both;
	margin-bottom:5px;
}
#site_content, .site_content {
	width:980px;
	margin:0px auto;
}
#site_content_left {
	width:200px;
	float:left;
}
#site_content_center {
	float:left;
	width:520px;
	margin-left:10px;
}
#site_content_right {
	width:240px;
	float:right;
}
#site_footer {
	clear:both;
}
/*
--- End Configuration site ---
*/	