#header{
	width: 100%;
	background-image:url(/img/common/header_bg.png);
	background-repeat:repeat-x;
	height:45px;
	text-align: center;
}
#content,
#header_content,
#footer_content{
	width:861px;
	margin:0 auto;
}
#content{
	padding:15px 0;
}
#footer{
	width: 100%;
	text-align:center;
	background-color:#CCCCCC;
}
#footer_content{
	padding-top:3px;
}
#footer_content div,
#footer_content a{
	color:#FFFFFF;
	font-size:12px;
}
#footer_content #aboutthis{
	width:50%;
	float:left;
}
#footer_content #copyright{
	width:50%;
	float:right;
	text-align:right;
}

div.page_top{
	text-align: right;
}
h1,h2{
	font-weight:100;
	color:#cc0000;
}

