article, aside, footer, header, nav, section {
	display:block;
}

/* Global */
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#454545;
}
html { 
	min-width:940px;
}
html, body { 
	height:100%;
}

.container {
	margin:0 auto;
	width:940px;
	overflow:hidden;
	font-size:.875em;
	padding-bottom:176px;
}

/* Header */
header {
	background:url(../images/header-bg.png) no-repeat center top;
	min-width:940px;
}
header .container {
	height:194px;
	position:relative;
	padding:0;
}
	
/* Content */
section#content {
	float:left;
	width:691px;
}
	
/* Sidebar */
aside {
	width:219px;
	float:left;
	margin-right:30px;
	padding:5px 0 0 0;
}
			
/* Footer */
footer {
	background:url(../images/footer-bg.png) no-repeat center top;
	margin-top:-150px;
	min-width:940px;
}
footer .container {
	height:150px;
	padding:0;
}

/* Left & Right */

.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}
.wrap {
	height:auto !important;
	height:100%;
	min-height:100%;
	background:url(../images/middle.png) repeat-y center 194px;
	min-width:940px;
}


/*----- lists -----*/

.categories {
	padding-bottom:37px;
}
.categories li {
	font-weight:bold;
	font-size:15px;
	padding-bottom:8px;
	padding-top:6px;
	margin-bottom:6px;
	letter-spacing:2px;
	background:url(../images/line.gif) repeat-x left bottom;
}
.categories li.last {
	background:none;
	padding:4px 0 0 0 ;
	margin:0;
}
.categories li span {
	display:block;
	padding-left:20px;
	height:1%;
	background:url(../images/icon.jpg) no-repeat left 1px;
}
.categories li a {
	text-decoration:none;
	color:#cc543a;
}
.categories li a:hover {
	color:#851536;
}
.news {
	margin-top:10px;
}
.news ul {
	margin-bottom:20px;
}
.news li {
	font-size:15px;
	outline: none;
	padding-top:1px;
	line-height:2em;
	border-bottom: 1px solid #CCCCCC;
	letter-spacing:1px; 
}		
.news li a {
	color:#ED7777;
	text-decoration:none;
	font-weight:bold;
}
.news h2 {
	margin:0;
	color:#853969;
	padding: 3px;
	background-color:#F7C295;
	font-size:18px;
	line-height:1.5em;
	border-bottom: 3px solid #ED7777;
}
.list {
	width:100%;
	overflow:hidden;
	padding-bottom:30px;
}
.list li {
	float:left;
	width:185px;
	margin-right:40px;
} 
.list li.last {
	margin:0;
}
.list li span {
	display:block;
	text-align:center;
}
.list li h4 {
	padding-top:15px;
}
.list li h5 {
	padding-top:15px;
}
.list li p {
	margin:0;
}
.counter {
	text-align:center;
	padding: 30px 0 0 0;
	margin-top:20px;
}

/*----- other -----*/
p {
	margin-bottom:16px;
	line-height:1.429em;
}

#banner {
	padding: 0 0 0 10px;
	width:666px;
	height:318px;
	background:url(../images/banner-bg.jpg) no-repeat left top;
}

/* txt, links, lines, titles */
a {
	color:#ff7b01; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
}
h1 a {
	width:473px;
	height:73px;
	position:absolute;
	left:0;
	top:85px;
	background:url(../images/logo.jpg) no-repeat left top;
}
h2 {
	color:#BF3205;
	font-size:22px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:10px;
}
h2 span {
	color:#EC9308;
}
h3 {
	font-size:17px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:15px;
}
h4 {
	font-size:1em;
	color:#993333;
	margin-bottom:5px;
}
h4 a {
	color:#008cc4;
	text-decoration:none;
}
h4 a:hover {
	color:#ff7b01;
}
h5 {
	font-size:1em;
	text-align:center;
	color:#854836;
	margin-bottom:5px;
}
.txt1 {
	color:#d75455;
	font-weight:bold;
}
.link {
	position:absolute;
	right:0;
	top:159px;
}


/* header */
header nav {
	position:absolute;
	right:0;
	top:3px;
}
header nav ul li {
	float:left;
	font-size:16px;
	line-height:1.2em;
	text-transform:uppercase;
	padding-right:1px;
}
header nav ul li.last {
	background:none;
	padding:0;
}
header nav ul li a {
	color:#454545;
	text-decoration:none;
	display:block;
	float:left;
	text-align:center;
	padding:18px 0 20px 0;
	background-repeat:no-repeat;
	background-position:left top;
}
header nav ul li.current a,
header nav ul li a:hover {
	color:#008cc4;
}
header nav ul li a.m1 {
	width:186px;
}
header nav ul li.last {
	background:none;
	padding:0;
}

/* content */
#content .inside {
	padding:12px 20px 0 29px;
}
#content .inside h2 {
	color:#E83015;
	background-color: #FBE9D2;
	border-top: 7px solid #e83015;
	border-bottom: 3px solid #d75455;
	padding: 4px 0 4px 3px;
}
#content .author {
	float:right;
	color:#666;
	font-size:15px;
	margin: 0 0 18px 0;
	text-align: left;
	line-height:20px
}
#content .text2 {
	clear:both;
	font-size:16px;
	color:#666;
	line-height:25px;
}
strong {
	clear:both;
	font-size:16px;
	color:#454545;
	line-height:25px;
}

#content .text2 img{
	float:left;
	margin: 0px 25px 0px 30px;
}
#content .textblue {
	clear:both;
	font-size:16px;
	color:blue;
	line-height:25px;
	text-decoration:underline;
}
#content .textred {
	clear:both;
	font-size:16px;
	color:red;
	line-height:25px;
}
#content .textpink {
	clear:both;
	font-size:16px;
	color:#df0075;
	line-height:25px;
}
#content .textblue {
	clear:both;
	font-size:16px;
	color:blue;
	line-height:25px;
}
#content .textgreen {
	clear:both;
	font-size:16px;
	color:green;
	line-height:25px;
	text-decoration:underline;
}
#content .blue {
	color:#03C;
}
#content .ic, 
#content .ic a {border:0;float:right;background:#000;color:#ff7b01;width:100%;line-height:10px;font-size:10px;margin:-50% 0 0 0;padding:0}

/* footer */
footer .aligncenter {
	padding-top:26px;
	line-height:1.429em;
}
