body {
	background: url(../img/site_bg.jpg) top repeat-x;
	background-color: #0077B2;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.clear {
	clear: both;
}
img {
	border: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#main {
	width: 950px;
	position: relative;
	margin: auto;
	height: 565px;
}
#header {
	background: url(../img/head.jpg) no-repeat;
	width: 950px;
	height: 82px;
}
#navigation {
	height: 43px;
	width: 950px;
}
#content {
	width: 950px;
}
#c_left {
	width: 480px;
	height: 262px;
	float: left;
}
#c_right {
	width: 450px;
	height: 262px;
	float: right;
}
#img_box1 {
	background: url(../img/img_box.jpg);
	width: 416px;
	height: 168px;
	float: left;
}
#img_box2 {
	background: url(../img/img_box.jpg);
	width: 416px;
	height: 168px;
	float: right;
}	