@charset "utf-8";
#site {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}
#body {
	position: relative;
	width: 960px;
	top: 40px;
	float: left;
}
#bodyBorderTop {
	background-image: url(../images/bodyBorderTop.png);
	background-repeat: no-repeat;
	position: relative;
	height: 27px;
	width: 960px;
	float: left;
}
#bodyBorderCenter {
	background-image: url(../images/bodyBorderCenter.png);
	background-repeat: repeat-y;
	position: relative;
	width: 900px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	display: inline;
}
#bodyBorderBottom {
	background-image: url(../images/bodyBorderBottom.png);
	background-repeat: no-repeat;
	position: relative;
	height: 27px;
	width: 960px;
	float: left;
}
#bodyContent {
	background-repeat: no-repeat;
	background-image: url(../images/bgimage.png);
	float: left;
	width: 900px;
	position: relative;
	filter: alpha(opacity=100);
	background-color: #E51A31;
}
#head {
	width: 900px;
	margin-bottom: 30px;
	height: 110px;
	float: left;
	position: relative;
}
#logo {
	float: right;
	width: 310px;
	margin-right: 20px;
	margin-top: 20px;
	display: inline;
}
#menuBox {
	float: left;
	width: 212px;
	margin-left: 20px;
	display: inline;
}

#contentBox {
	float: right;
	width: 664px;
	min-height: 440px;
	position: relative;
}
#colNormal {
	float: left;
	position: relative;
	/*width: 438px;*/
}
#colRight {
	float: right;
	width: 222px;
	position: relative;
}
#copyright {
	font-size: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
	float: left;
	display: inline;
	width: 875px;
	padding-left: 25px;
}
