body {
	width:100%;
	font-family:"Arial";
	font-size:12px;
	color:#FF9900;
	margin:0px;
	text-align:center;
	background:url(Graphics/page_background.jpg) repeat-x top;
	background-color:#C7CCFF;
}
#container {
margin-left:auto;
margin-right:auto;
width:960px;
}
#header {
width:960px;
height:254px; background-image:url(graphics/header.jpg);

}

.header_content {
	float:right;
	width:410px;
	height:102px;
	margin-right:20px;
	margin-top: 10px;
}
#content {
width:960px;
}
h1 {
	font-size:20px; color:#FFFFFF;
	margin:0px;
	
}
h2 {font-size:18px;margin:0px; color:#000000}
h3 {
	margin:0px;
	font-size:12px; color:000;
	padding-top: 4px;
}

.black_normal {color:#000;}
.big {font-size:18px; color:#000000;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.content_background {width:960px;background: url(graphics/content_repeat.jpg) repeat-y;}
.content_pad {padding:0px 10px 0px 10px;width:940px;}

#page_footer {
width:960px;
background:url(graphics/content_bottom.jpg);
height:20px;
}
a:link {
	text-decoration:none;
	color:#666666;
}
a:hover {text-decoration:underline; color:#0066FF;}
a:visited {text-decoration:none;}
a; active {text-decoration:none;}
