html,
body{
	background-color: #E0E0E0;
	font-size: 14px;
}

header h1,
article,
footer small{
	width: 960px;
	margin: 0 auto;
}

header,
article{
	background-color: #fff;
}

header{
	background-image: url(../images/commonBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 99;

}

header h1{
	height: 283px;
}

header nav{
	height: 55px;
	width: 960px;
	margin: 0 auto;
}

header nav nav,
header nav ul{
	overflow: hidden;
}

header nav ul{
	float: right;
	display: inline;
	padding-right: 20px;
}

header nav ul li{
	float: left;
	display: inline;
}

header nav ul li a{
	display: block;
	height: 48px;
	line-height: 48px;
	color: #FFE100;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-image:url(../images/navLiBg.gif);
	background-repeat: no-repeat;
	background-position: left 17px;
	padding: 0 6px 0 7px;
}

header nav ul li:first-child a{
	background-image: none;
}

header nav ul li a:hover{
	color: #FF0;
}

article{
	width: 920px;
	padding: 25px 20px 0;
	position: relative;
	z-index: 999;
	text-align: center;
}

article h1{
	position: absolute;
	top: -55px;
	left: 20px;
}

article section{
	text-align: right;
	/*float: left;
	display: inline;*/
}

article section#poster,
article section#flyer{
	width: 48%;
}

article section#poster{
	float: left;
	display: inline;
}

article section#flyer{
	float: right;
	display: inline;
}

article section#panel{
	clear: both;
}

article h2,
article section h3,
article h2,
article section ul li{
	text-align: left;
}

article h2,
article section h3{
	background-image: url(../images/hBg.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 21px;
}

article h2{
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
}

article section h3{
	background-color: #C12D2D;
	color: #fff;
	font-weight: bold;
	text-indent: 1em;
	line-height: 24px;
	margin-bottom: 20px;
}

article section h3 span{
	font-weight: normal;
	font-size: 13px;
}

article section ul{
	overflow: hidden;
}

article section ul li{
	float: left; 
	display: inline;
	margin-right: 30px;
	margin-bottom: 20px;
}

article section ul li img,
article section ul li a{
	display: block;
}

article section ul li img{
	margin-bottom: 20px;
}

article section ul li a,
article section a.top{
	color: #000;
}

article section ul li a{
	font-weight: bold;
}

article section ul li a:hover,
article section a.top:hover{
	color: #999;
}

article section ul li a span{
	font-size: 12px;
	font-weight: normal;
}

article section a.top{
	display: block;
	margin-bottom: 20px;
}

article ul#outside{
	overflow: hidden;
}

article ul#outside li{
	float: right;
	display: inline;
	width: 440px;
}

article ul#outside li:first-child{
	float: left;
}

article ul#outside li a{
	display: block;
	background-color: #000;
	background-image: url(../images/linkBtnBg.png);
	background-repeat: no-repeat;
	background-position: 16px 0;
	line-height: 31px;
	padding-left: 33px;
	text-align: left;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

article ul#outside li a:hover{
	background-color: #666;
}

article p#info{
	padding: 100px 0 10px;
	font-size: 13px;
	text-align: left;
	line-height: 1.4em;
}

footer{
	clear: both;
	height: 55px;
	background-image: url(../images/commonBg.gif);
	background-repeat: repeat-x;
}

footer small{
	display: block;
	text-align: center;
	color: #fff;
	line-height: 48px;
}
