@charset "utf-8";
/* CSS Document */
body{
	background:#000000 url(images/page_bg.gif) top repeat-x;
	margin: 0px;
	margin-top:0px;
	padding: 0px;
	text-align: justify;
	margin-bottom: 0px;
}
#warpper{
	width: 1020px;
	margin: 0 auto;
	border:0px solid #eaa91e;
	margin-top:50px;
}
#logo{
	width:1020px;
	height:145px;
	margin:0px;
	text-align:center;
	background:url(images/top_bg.gif) repeat-x top;
}
span{
	font-size:12px;
	color: #FFFFFF;
	text-transform:none;
}
.title a{
	font-size:11px;
	color:#e1be6a;
	text-decoration:none;
	text-align:right;
}
.title{
	color:#e1be6a;
	margin-left:40px;
	margin-right:20px;
	width:220px;
	white-space:normal;
}
#content{
	width:1020px;
	margin:0px;
	text-align:center;
	height:220px;
}
#flash{
	margin:0px;
	height:140px;
	border:3px #FFFFFF solid;
	border-left:0px;
	border-right:0px;
	text-align:center;
}
.pic{
 filter:alpha(opacity=100);-moz-opacity:1.0
}
.pic:hover{
 filter:alpha(opacity=70);-moz-opacity:0.7
}

#footer{
	text-align:right;
	padding-right:20px;
	color:#FFFFFF;
	border-top:0px #FFFFFF solid;
	font-size:12px;
	height:110px;
	background:url(images/footer_bg.gif) repeat-x bottom;
}
#footer a{
	color:#e1be6a;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}