@charset "utf-8";


body {
	background-image:url(../images/headerBG.png);
	background-repeat:repeat-x;
	background-color: #f1fdff;
}
#container {
	position:relative;
	width: 980px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background-image: url(../images/bg-Y.png);
	background-repeat:repeat-y;
	margin-right: auto;
	margin-left: auto;

}
#header {
	position:relative;
	background-image:url(../images/header.png);
	width:980px;
	height:101px;
}

#header2 {
	position:relative;
	background-image:url(../images/header2.png);
	width:980px;
	height:101px;
}

#topFlash {
	width:630px;
	height:300px;
}
#pageTopTitle {
	width:630px;
	height:70px;
}
#leftColumn {
	width:150px;
	float:left;
	margin-left:10px;
}
#content{
	float:left;
	width:630px;
}

#mainBox {
	margin: 30px 40px 20px;
	width:550px;
}
#topicPath {
	background-color:#CCCCCC;
	width:610px;
	height:20px;
	padding:2px 10px;
}
#topicPath li {
	float:left;
	font-size:80%;
}

#TOP #mainBox {
	margin: 20px 30px;
	width:570px;
}

#rightColumn {
	float:right;
	width:170px;
	padding-left:10px;
	margin-right:10px;
} 


#footer {
	width:960px;
	height:100px;
	background-color:#f4f6f5;
	background-image:url(../images/footerBG.png);
	background-repeat:repeat-x;
	clear: both;
	padding:5px 10px;
}
#footerinner {
	position:relative;
	width:960px; 
	height:110px;
	font-size:11px;
}
