@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

#headerbg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:390px;
	background:#FFFFFF url(../images/BG_header_BG.jpg) 50% 0 repeat-x;
	z-index:0;
}

#header {
	width:100%;
	height:390px;
	background:url(../images/BG_vines.png) 50% 100px no-repeat;
}

#headerwm {
	width:100%;
	height:390px;
	background:url(../images/BG_header_fg.png) 50% 0 no-repeat;
}

#headerfg {
	width:100%;
	height:390px;
	background:url(../images/BG_header_btm.png) 50% bottom repeat-x;
}

#container {
	position:relative;
	float:left;
	width:100%;
	margin-top:70px;
	background:url(../images/BG_container.png) 50% 0 no-repeat;
	z-index:1;
}

#center {
	position:relative;
	margin:0 auto 0 auto;
	width:900px;
}

#content {
	position:relative;
	float:left;
	margin-top:131px;
	width:900px;
	background:#FFFFFF url(../images/BG_content.png) 585px 311px no-repeat;
	*background:#FFFFFF url(../images/BG_content.png) 585px 315px no-repeat;
}

#contentb {
	position:relative;
	float:left;
	margin-top:131px;
	width:900px;
	background:#FFFFFF;
}

#menuhldr{
	position:absolute;
	width:900px;
	top:0;
	left:0;
}

#menu {
	float:left;
	position:relative;
	width:100%;
	height:39px;
	padding-top:92px;
	background:url(../images/BG_header.png)
}

#rss {
	position:absolute;
	top:10px;
	right:10px;
}

#links {
	float:left;
	width:300px;
	padding-top:1px;
}

#banner {
	float:left;
	width:600px;
	height:325px;
}

#body {
	float:left;
	width:630px;
	padding:10px;
	padding-top:20px;
}

#bodyb {
	float:left;
	width:850px;
	padding:25px;
	padding-top:20px;
}

#bodyc {
	float:left;
	width:850px;
	padding:25px;
	padding-top:20px;
}

.headerImg {
	float:left;
	margin:-20px 0 20px -25px;
}

#sidebar {
	float:left;
	width:230px;
	padding:10px;
	padding-top:20px;
}

#footer {
	float:left;
	width:880px;
	padding:10px;
	border-top:#003366 solid 1px;
}

img {
	border:none;
}

.link {
	float:left;
	position:relative;
	width:300px;
	height:81px;
	background:url(../images/btn_bg.png) 0 0 no-repeat;
	overflow:hidden;
	cursor:pointer;
}

#cal .txt {
	position:absolute;
	width:300px;
	height:81px;
	background:url(../images/btn_cal_txt.png) 0 0 no-repeat;
}

#cal .bg {
	position:absolute;
	top:81px;
	width:300px;
	height:81px;
	background:url(../images/btn_cal_bg.png) 0 0 no-repeat;
}

#pre .txt {
	position:absolute;
	width:300px;
	height:81px;
	background:url(../images/btn_pre_txt.png) 0 0 no-repeat;
}

#pre .bg {
	position:absolute;
	top:81px;
	width:300px;
	height:81px;
	background:url(../images/btn_pre_bg.png) 0 0 no-repeat;
}

#sto .txt {
	position:absolute;
	width:300px;
	height:81px;
	background:url(../images/btn_sto_txt.png) 0 0 no-repeat;
}

#sto .bg {
	position:absolute;
	top:81px;
	width:300px;
	height:81px;
	background:url(../images/btn_sto_bg.png) 0 0 no-repeat;
}

#inf .txt {
	position:absolute;
	width:300px;
	height:81px;
	background:url(../images/btn_inf_txt.png) 0 0 no-repeat;
}

#inf .bg {
	position:absolute;
	top:81px;
	width:300px;
	height:81px;
	background:url(../images/btn_inf_bg.png) 0 0 no-repeat;
}
