HTML, BODY {
	padding: 0;
	margin: 0;
}

body {

	font-family: Tahoma;
	font-size: 11px;
	color: #E7E7E7;
	background-color: black;
}
#left-bg {
	background: fixed url('images/left-bg.gif') no-repeat 0 0;
}

#right-bg {
	background: fixed url('images/right-bg.gif') no-repeat 100% 0;
}

h1{

     margin: 0;
     padding: 0;
	font-family: Tahoma, Times, serif;
	color: #FFFFFF;

}


h2 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Times, serif;
	color: #FFFFFF;
	text-align: right;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Times, serif;
	color: #FFFFFF;
}



h1 { font-size: 11px; }

h2 {
	margin-bottom: 10px;
	padding: 0 0 22px 0;
	font-size: 24px;
	background: #000000 url(images/img3.gif) repeat-x left bottom;
}

h3 {
	padding: 0 0 22px 0;
	font-size: 13px;
	background: #000000 url(images/img3.gif) repeat-x left bottom;
}
h4 {
	padding: 0 0 22px 0;
	font-size: 12px;
	background: #000000 url(images/img3.gif) repeat-x left bottom;

}


p {
	margin-top: 0;
	text-align: justify;
	line-height: 160%;
}

a {
	color: #FE4E00;
}

a:hover {
	text-decoration: none;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}

/* Header */

#header {
	width: 681px;
	margin: 0 auto;
	padding: 40px 0 0 13px;
	height: 90px;
	background: url(images/img1.gif) repeat-x left bottom;
}

#header_left,#header_right {
	width: 311px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	height: 90px;
	background: url(images/img1.gif) repeat-x right bottom;
}

#header h1,#header_left h1,#header_right h1 {
	float: left;
}

#header h2,#header_left h2,#header_right h2 {
	display: none;
}

#header ul,#header_left ul,#header_right ul {
	float: center;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#header li,#header_left li,#header_right li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	padding: 0 14px 0 20px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	font: bold 12px Tahoma, Times, serif;
	color: #FFFFFF;
}


#header_left a{
	display: block;
	float: left;
	padding: 0 20px 0 20px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	font: bold 12px Tahoma, Times, serif;
	color: #FFFFFF;
}

#header_right a {
	display: block;
	float: right;
	padding: 0 20px 0 20px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	font: bold 12px Tahoma, Times, serif;
	color: #FFFFFF;
}


#header a:hover,#header_left a:hover,#header_right a:hover {
	text-decoration: underline;
}

#header .first a,#header_left .first a,#header_right .first a{
	background: none;
	
}

/* Content */

#content {
	width: 681px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 179px;
	padding: 0 14px 0 0px;
}

#colOne h3 {
	margin-top: 14px;
}

#colTwo {
	float: right;
	width: 394px;
	padding: 0 0px 0 0;
}

/* Footer */

#footer {
	clear: both;
	width: 694px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	padding: 20px 0 0 0;
	background: url(images/img4.gif) repeat-x;
	text-align: center;
	color: #8A8A8A;
}
.news-name {
	font-size: 13px;
	font-weight: bold;
	margin-left:0px!important;
}

.news-date {
	color: #f04e05;
}

.logo {
	padding: 37px 3px 0 3px;
}

#colMiddle {
	width: 100;
	float:left;
	margin-top: 30px;
}