@charset "utf-8";
/* CSS Document */

#wrapper{
	margin:0px auto;
	width:900px; 
	background:#FFFFFF
}
#right_bar{
	width:150px;
	float:right;
	clear:none
}
#left_side{
	width:670px;
	float:left;
	clear:none
}
#header{
	float:left;
	width:670px
}
#content{
	width:750px;
	float:left;
	clear:both
}
#content_graphic{
	width:45px;
	position:relative;
	float:left;
}
#content_body{
	width:650px;
	position:relative;
	float:left;
	padding-left:20px;
	margin-top:40px;
	clear:none
}
#content_body_inner{
	width:575px;
	clear:none
}
#footer{
	width:840px;
	background:#FFFFFF;
	clear:both
}
#footer_graphic_top{
	float:right
}
#footer_graphic_bottom{
	clear:both;
	float:right
}
#footer_copyright{
	text-align:center;
	clear:both
}
