html {
		overflow-y: scroll ;
}

body {
	margin: 0;
	padding: 5px 0 0 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #038de8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#main {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#menu {
	position: relative;
	width: 100%;
	height: 47px;
}	

#menu img {
	margin: 0 1px 0 0;
}

#banner {
	position: relative;
	width: 875px;
	height: 45px;
	padding: 135px 0 0 25px;
	background-image: url(images/banner.gif);
	z-index: 15;
}

#banner_index {
	position: relative;
	width: 875px;
	height: 45px;
	padding: 135px 0 0 25px;
	background-image: url(images/banner_index.gif);
	z-index: 15;
}

#menuheading {
	position: relative;
	width: 169px;
	text-align: center;
}

#container {
	background-color: #fff;
}

#news {
	position: relative;
	width: 165px;
	min-height: 381px;
	float: left;
	padding: 0 15px 0 30px;
	background-image: url(images/news.gif);
	background-repeat: no-repeat;
	text-decoration: underline none;
}

#content {
	position: relative;
	margin: 0 0 0 210px;
	min-height: 376px;
	padding: 5px 0 0 5px;
}

#footer {
	position: relative;
	border-top: 1px solid #8c8c8c;
	width: 100%;
	height: 40px;
	background-color: #fff;
	text-decoration:underline none;
	vertical-align: top;
}
address {
   text-align: center;  
   font-size: 75%;      
   font-style: normal;  
   letter-spacing: 1px;
   text-decoration:underline none; 
}
.Stil1{
	color: #1EA4FD;
	text-decoration: none;
}

