@charset "utf-8";

/*------------------------------------------------------------------------*/
body{
	background: url(../img/body_bg.jpg) repeat-x center top #ffffff;
}

#wrapper{
	width:1030px;
	margin:0 auto 10px;
	background: url(../img/wrapper_bgm.jpg) repeat-y center top;
}

/*header-----------------------------------------------------------
-------------------------------------------------------------------*/
#header{
	height:315px;
	background: url(../img/body_bg.jpg) no-repeat center top;
}

.logo{
	float:left;
	display:inline;
}
.logo a{
	display:block;
	width:400px;
	height:162px;
	/*
	background:#ff0000;
	opacity:0.2;
	*/
}
h1{
	height:35px;
	color:#ffffff;
	line-height:30px;
	text-align:right;
}
.weather{
	float:left;
	width:189px;
	height:117px;
	margin-left:40px;
	background: url(../img/weather_bg.jpg) no-repeat center top;
}
.weather img{
	float:left;
	margin:34px 0 0 16px;
}
.weather p{
	line-height:30px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:24px;
	color:#ffff00;
	margin:70px 15px 0 0;
	text-align:center;
}
.hmenu{
	clear:both;
	height:124px;
	padding:4px 0 25px 24px;
	background: url(../img/wrapper_bgt.jpg) no-repeat center bottom;
}

.hmenu li{
	float:left;
	display:inline;
	margin:3px 2px 0 0;
}

/*content-----------------------------------------------------------
-------------------------------------------------------------------*/
.content{
	width:978px;
	margin:0 auto;
	border:1px solid #083852;
	background: url(../img/content_bg.jpg) no-repeat center top #a8d5ee;
	zoom: 100%;
}
.content:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
.content h2{
	margin:9px 0 0;
	text-align:center;
}
.information{
	width:904px;
	margin:0 auto;
	padding-top:15px;
	background:url(../img/title_info.jpg) no-repeat left top;
}
.information .inner{
	padding:5px 0;
	border:1px solid #7dacb2;
	background:#313638;
	border-radius:4px;	/* CSS3 */
	-webkit-border-radius:4px;	/* Safari,Google Chrome */
	-moz-border-radius:4px;	/* Firefox */
}
/*footer-----------------------------------------------------------
-------------------------------------------------------------------*/
#footer{
	height:160px;
	background: url(../img/wrapper_bgb.jpg) no-repeat center top;
}
#footer .fmenu{
	height:48px;
	line-height:24px;
	padding:17px 0 0 28px;
	color:#ffffff;
}
#footer .fmenu a{
	color:#ffffff;
	text-decoration:none;
}
#footer .fmenu a:hover{
	color:#ffff00;
	text-decoration:underline;
}
#footer .twitter{
	width:420px;
	height:56px;
	margin:15px 0 0 100px;
	text-align:right;
	/*background:url(../img/twitter_bg.jpg) no-repeat center top;*/
}
#footer .twitter img{
	margin-top:20px;
}
#footer address{
	color:#ffffff;
	font-size:14px;
	padding-right:30px;
	text-align:right;
}
