@charset "utf-8";
/* CSS Document */

#fixed_container
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.main_header
{
	width:100%;
	clear:both;
	margin:0px;
	padding:0px;
}
#main_content
{
	width:100%;
	margin:0px;
	padding:0px;

}
#col_left
{
	width:71%;
	float:left;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}
#col_right
{
width:28%;
float:right;
vertical-align:top;
background-image:url(../images/content_bg.png);
background-repeat:repeat;
	margin:0px;
	padding: 0px 5px 0px 5px;
}
.right_box
{
	border:#CCCCCC 5px solid;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	width:100%;
	margin-top:10px;
}