*{
	margin:0;
	padding:0;
}
html,
body{
	background:#000;
	font-family:Arial;
	font-size:12px;
	color:#fff;
	width:100%;
}
.center{
	width:980px;
	margin:0 auto;
}
.clear{
	clear:both;
}
a{
	color:#fff;
}
img{
	border:0;
}
h2{
	background:url('../images/content_header_bkg.png') repeat-x;
	height:40px;
	line-height:40px;
	padding:0 10px;
	font-size: 18px;
}
li{
	list-style:none;
}

header,
nav,
article,
aside,
footer{  
	display:block;  
}


header{
	height:140px;
}
header .logo{
	float:left;
	display:block;
	width:252px;
	height:120px;
	margin:10px 0 0 10px;
	background:url('../images/logo.png') no-repeat;
}
header img{
	margin:10px 0 0 5px;
	float:right;
}


nav .center{
	background:url('../images/header_bkg.png') repeat-x;
	height:30px;
}
nav ul{
	float:right;
}
nav li{
	float:left;
}
nav li a{
	display:block;
	line-height:30px;
	padding:0 20px;
	border-right:1px solid #fff;
	text-decoration:none;
}
nav li a:hover,
nav li a.active{
	background:url('../images/nav_active_bkg.png') repeat-x;
}


article{
	float:left;
	width:700px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	background:#000 url('../images/content_bkg.png') repeat-x;
}
article h2 span{
	float:left;
	display:block;
	width:300px;
}
article h2 a{
	display:block;
	float:left;
	line-height:30px;
	margin-top:10px;
	padding:0 10px;
	border-right:1px solid #000;
	background:url('../images/nav_active_bkg.png') repeat-x;
	font-size:0.8em;
}
article h2 a:hover,
article h2 a.active{
	background:url('../images/footer_bkg.png') repeat-x;
}
article ul{
	margin:13px 0 0;
}
article li{
	background:#9c2346 url('../images/content_li_bkg.png') repeat-x;
	min-height:150px;
	margin:0 13px;
}
article li img{
	float:left;
	padding:5px 0 5px 5px;
}
article li h3{
	font-size:16px;
	font-style:italic;
	line-height:30px;
	float:right;
	width:410px;
}
article li h3 span{
	background:#9e7681;
	padding:3px 2px;
	font-size:12px;
}
article > p{
	padding:10px;
	
}
article li p{
	padding:5px 0;
	float:right;
	width:410px;
	min-height:46px;
}
article .gallery{
	float:right;
	text-align:right;
	clear:right;
	margin:5px 0 5px 5px; 
}
article .gallery img{
	margin-right:5px;
	padding:0;
	border:2px solid #fff;
	height: 45px;
	width: 45px;
}
.liFooter{
	clear:both;
	bottom:0;
	left:0;
	height:37px;
	background:#000 url('../images/content_li_footer.png') no-repeat;
}
.oneColFix article{
	width:960px;
}
.oneColFix article li h3,
.oneColFix article li p{
	width:670px;
}
.thrColFix .news{
	float:left;
	width:200px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.thrColFix .news li{
	background:#000 url('../images/news_bkg.png') repeat-x 0 100%;
}
.thrColFix .news h3{
	padding:10px;
}
.thrColFix .news .date{
	float:left;
	margin-left:10px;
	padding:2px;
	background:#9c777f;
}

.thrColFix .news p{
	clear:both;
	padding:10px;
}
.thrColFix .news .liFooter{
	background-position:-268px 0;
	height:30px;
}
.thrColFix article{
	width:490px;
}
.thrColFix article .imgCont{
	margin:10px;
	background:#a32145 url('../images/img_cont.png') repeat-x;
	float:left;
}
.thrColFix article img{
	padding:5px;
}
.thrColFix article p{
	padding:10px;
}

aside{
	float:right;
	width:250px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	background:#000 url('../images/news_bkg.png') repeat-x;
}
aside img{
	width:230px;
	padding:10px;
}
aside h3{
	padding:10px;
}
aside .date{
	float:left;
	margin-left:10px;
	padding:2px;
	background:#9c777f;
}
aside .archive{
	float:left;
	clear:both;
	line-height:30px;
	margin:10px 0 0 10px;
	padding:0 5px;
	background:url('../images/content_header_bkg.png') repeat-x;
	text-decoration:none;
}
aside .archive:hover{
	background-position:0 -5px;
}
aside .liFooter{
	background-position:-269px 0;
	height:30px;
}

footer{
	background:url('../images/footer_bkg.png') repeat-x;
}
footer .center{
	margin-top:30px;
	padding-top:12px;
	height:30px;
	line-height:30px;
}
footer p{
	float:left;
}
footer ul{
	float:right;
}
footer li{
	float:left;
}
footer li a{
	padding:4px 20px;
	border-right:1px solid #fff;
	text-decoration:none;
}
footer li a:hover{
	text-decoration:underline;
}
footer li a.active {
	text-decoration:underline;
	/*background:url('../images/nav_active_bkg_footer.png') repeat-x;*/
}

