body {
	background: url(images/background2.jpg);
	background-position: bottom;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	top: 0px;
}
#header {
	width: 100%;
	height :162px;
	padding-top: 10px;
	background-image: url(images/header.png);
	background-position: center;
}
#stat2 {
	width: 100%;
	height: 30px;
	text-align: right;
}
#menu {
	width: 100%;
	height: 30px;
	background-image: url(images/menu_bg.png);
	text-align: center;
}
#menu ul {
	width: 100%;
	margin: 0;
	padding: 2px;
}
#menu ul li {
	display:inline;
}
#menu img {
	margin-left: 10px;
	margin-right: 10px;
}
#menu a {
	color: #ffffff;
	text-decoration:  none;
	font-size: 16px;
	font-family: Calibri;
	width: 90px;	
}
#menu a:hover {
	color: #ff9600;
}
#space {
	height: 2px;
	width: 100%;
	background-image: url(images/space.png);
	background-position: center;
}
#listen {
	width: 100%;
	height: 50px;
	background-image: url(images/glass.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
#listen img {
	margin-left: 10px;
	margin-right: 10px;
}
#banner {
}
#stat {
	text-align: center;
}
#maincontent {
	width: auto;
	color: #FFFFFF;
	text-align: left;
	font-family: Calibri;
	padding: 20px;
	background-color: #000000;
}
#maincontent a {
	color: #ff9600;
	text-decoration: none;
}
#maincontent a:hover {
	text-decoration: underline;
}#maincontent h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#maincontent h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#space2 {
	height: 2px;
	width: 100%;
	background-image: url(images/space.png);
	background-position: center;
}
#footer {
	width: 780px;
	height: 32px;
	background-image: url(images/footer.png);
}
#footer ul {
	width: 100%;
	margin: 0;
	padding: 5px;
}
#footer ul li {
	display:inline;
	padding: 10px;
}
#footer a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-family: Calibri;	
}