/* CSS Document */

#center {
	position:absolute;
	z-index:0;
	left: 50%;
	top: 10px;
}
#bgr {
	position:relative;
	width:990px;
	z-index:1;
	left: 0px;
	background-image: url(/common/bgr_content.jpg);
	float: inherit;
	overflow: hidden;
}
#main {
	position:absolute;
	width:990px;
	z-index:0;
	left: -495px;
	overflow: hidden;
}
#head {
	position:relative;
	width:990px;
	z-index:2;
	left:0px;
	top:0px;
	float:inherit;
	background-image: url(/common/bgr_content.jpg);
}
#top {
	position:relative;
	width:980px;
	height:10px;
	z-index:2;
	left: 0px;
	top: 0px;
	background-image: url(/common/bgr_content.jpg);
}
#letterhead {
	display:none;
}
#left {
	position:relative;
	float:left;
	width:220px;
	z-index:4;
	top: 0px;
	left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}
#content {
	position:relative;
	width:700px;
	z-index:3;
	float: left;
	background-color: #FFF;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
	left: 20px;
	
}
#right {
	position:relative;
	width:10px;
	z-index:3;
	top: 0px;
	float: right;
	right: 20px;
	background-color: #FFFFFF;
}
#bottom {
	position:relative;
	z-index:3;
	top:0px;
	float: left;
	width: 990px;
	left: 0px;
}

#footer {
	position:relative;
	z-index:2;
	top: 0px;
	float: left;
	left: auto;
	background-color: #033;
	color: #FFFFFF;
	font-size: 8px;
	text-align: justify;
	width: 990px;
	display: none;
}

#pic {
	position:absolute;
	z-index:0;
	align:right;
	right: 100px;
	bottom: 100px;
}
#box {
	position:absolute;
	top: 10px;
	left: 500px;
	width: 230px;
	z-index: 6;
	overflow: hidden;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: none;
	
}
#copyright {
	position:relative;
	left: 10px;
	width: 700px;
	z-index: 6;
	overflow: hidden;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	height: 80px;

}
#partner {
	position:relative;
	left: 10px;
	width: 700px;
	float: none;
	z-index: 6;
	height: 140px;
	bottom: 10px;
	vertical-align: top;
	margin: 10px;
	display: none;
}
#news {
	margin:10px;
	background-color: #FFF;
	position: relative;
	top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #033;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #033;
	display: none;
}

