html, body {
	height: 100%;         /* required */
}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 20px 0 0 0;            /* required to "hide" distance div */
	background-color: #000;
	background-repeat: repeat-x;
	background-position: top center;
	background-image: url('../i/bg.jpg')
	
}	


#header {
	width: 981px;
	height: 281px;
	margin-left: -53px;
	
	background-image: url('../i/hdr.png');
}

#container {
	width: 900px;
	margin: auto;
	background-repeat: repeat-y;


}
#links{
	float: left;
	margin: 220px 0 0 100px;
}

#links a{
	text-decoration: none;
	font-family: geneva;
	font-size: 13px;	
	margin-right: 10px;
	color: #fff;
}

#ftrlinks a{
	text-decoration: none;
	font-family: geneva;
	font-size: 10px;	

	color: #fff;
}
#links a:hover{
	color: #FDEE20;
}

#content {
	width: 901px;

	text-align: left;
	background-image: url('../i/cbg.png');
	background-repeat: repeat-y;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}

#contentend {

	height: 15px;
	width: 901px;
	background-image: url('../i/fbg.png');
}
#footer {
	font-size: 12px;
	font-family: helvetica;
	width: 886px;
	height: 160px;
	text-align: left;
	color: #fff;
 }

.img {
border: none;
text-decoration: none;
 }

a img {
border: none;
text-decoration: none;
	}
	
h1 {
	color: #F69321;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
}

h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: -4px 0 0px 5px;
	
	float: left;
	font-family: Tahoma;
}
.newscontent{
font-size: 10px;
color: #000;
font-family: Tahoma;
width: 380px;
font-weight: bold;
margin: 5px 0 10px 0;
}

