/* CSS Document */
body {background: #FFFBED;
text-align: center; /*ie5 hack */
margin: 0px; 
padding: 0px; 
}

.table {
		position:relative;
        width:780px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align: left;    
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:124px;
	z-index:1;
	background-image: url(images/header.jpg);
}
#nav {
	position:absolute;
	left:0px;
	top:125px;
	width:134px;
	height:258px;
	z-index:1;
}
#content {
	position:absolute;
	left:151px;
	top:124px;
	width:629px;
	height:254px;
	z-index:1;
}
#news {
	position:absolute;
	left:625px;
	top:8px;
	width:121px;
	height:107px;
	z-index:99;
}
#radio {
	position:absolute;
	left:470px;
	top:6px;
	width:121px;
	height:107px;
	z-index:99;
}


.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8C0000;
	font-style: italic;
}
.headline a:link, .headline a:visited {
   color: #8C0000;
   text-decoration: none;
   }
