/* Layout */

BODY {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 16px; BACKGROUND: url(./images/bg.jpg) #fafafa repeat-y center top; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #000; PADDING-TOP: 0px;
}
.layout {
	background-position: center top; background-repeat:no-repeat ;
}
.background {
	position: absolute; width: 1000px;
}
.main {
	margin: 0px auto; width: 1000px; position: relative;
}
.header {
	position: absolute; height: 203px; padding-top: 45px; padding-left: 25px; zindex: 3;
}
.menu {
	position: absolute; height: 35px; padding-top: 250px; padding-left: 24px; z-index: 2;
}
.content {
	position: absolute; height: 203px; padding-top: 320px; padding-left: 60px; zindex: 1;
}
.context {
	position: absolute; padding-top: 330px; padding-left: 70px; 
}

/* Style */

.news-title {
	background: url(images/news.jpg); width: 870px; border-left: #000000 1px solid; border-top: #000000 1px solid; border-right: #000000 1px solid; border-bottom: #000000 1px solid; font-size: 36px; font-weight:bold
}
.news-date {
	font-size: 9px; color: #CCCCCC;
}
.news-text {
	font-size: 16px;
}