#whole {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/page_bg.png);
	background-repeat: repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
#container {
	height: auto;
	width: 685px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#innercontainer {
	margin: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/body_bg.png);
}
#logotop {
	margin: 0px;
	clear: both;
	height: 73px;
	width: 100%;
}
#flash_bg {
	clear: both;
	height: 226px;
	width: 100%;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-y;
	margin-bottom: -3px;
}
#flashcontent {
	height: 227px;
	width: 650px;
	margin-left: 17px;
}

#maincontent {
	background-image: url(../images/flash_bg.png);
	background-repeat: repeat-y;
	height: auto;
	width: 100%;
	margin-bottom: 0px;
	background-position: top;
}
#article1 {
	height: auto;
	width: 100%;
	clear: both;
	background-image: url(../images/article1_bg.png);
	background-repeat: repeat-y;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
}
#articlecontent {
	height: auto;
	width: 620px;
	margin-left: 30px;
	padding-top: 8px;
	padding-bottom: 5px;
}

#article2 {
	height: auto;
	width: 100%;
	clear: both;
	background-image: url(../images/article2_bg.png);
	background-repeat: repeat-y;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-bottom: 7px;
}
#pagebottom {
	height: 26px;
	width: 100%;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottomtext {
	margin: 0px;
	clear: both;
	height: 30px;
	width: 100%;
}
.bottomtext {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #FFFFFF;
	height: 20px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	font-weight: normal;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.floatleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.floatright {
	float: right;
	margin-left: 0px;
}
td.bottomtext a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
td.bottomtext a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}
a{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
}
body {
	background-image: url(../images/page_bg.png);
	background-repeat: repeat;
}
