body {
	
	 text-align:center;
	 margin-top: 0;
	 background-repeat:repeat;	
	
	 background: #6d569a url(../images/bg.jpg) repeat-x
	}
#container {
	position: relative;
	top:0px;
	left:0px;
	text-align:left;
	margin: 0px auto;
	width: 900px;
	border: 2px #220e4d solid	
			 }
			 
#main {
      background:#d9bff7;
	  }
      
#main a:active { position: relative; top: 1px}

#sidebar {
            margin-top: 5px;
			margin-right: 10px;
			margin-bottom:30px;
            float: right;
			width: 180px;
			display:inline
			}	
#main_content {
              margin-top: 5px;
			  margin-left:10px;
			  margin-bottom:20px;
			  padding-bottom: 20px;
              float: left;
			  width: 700px;
			  display: inline
			  }	
#main_content p {margin-left:10px; margin-right:10px}

.onair  {
    position: relative;
	top: 0px; left:0px;
	width: 180px;
	height: 150px
	   }
#nextevent {
	margin-top: 5px;
	margin-bottom:5px;
	background-image:url(../images/event_bg.jpg);
	font-size:12px;
	text-align:justify;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px
		 }		
#weather {
	position: absolute;
	top: 195px;
	left:-10px
		 }	

.listenbutton {
	position:absolute;
	top:133px;
	left:703px
		}
			 
#whatsnew {
        border: 1px #5212d6 solid;
		margin-top:20px;
		width: 650px;
		background-color: #fff
		}
#whatsnew a {color:#220e4d}
#whatsnew a:hover {color:#220e4d}		
.newsitem {
        padding-left:30px;
		padding-right:30px;
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-align:justify
		}

.newsitem h2 { font-size: 20px; color:#220e4d;} 

#tabs-1 h2 { font-size: 18px; color:#220e4d;}
#tabs-2 h2 { font-size: 18px; color:#220e4d;}

.newdiary {
	border: 1px #5212d6 solid;
	width: 650px;
	background-color: #fff;
	
	color: #220e4d;
	font-size:14px;
	margin-bottom: 10px
		}	
		
		
.newdiary p {margin-left:10px}	 
.newdiary h2 { font-size: 20px; color:#220e4d; margin-left:10px} 
.newdiary a:link {color:#220e4d; font-weight:bold}


.clear { clear: both; }		

#content_bg,
#schedule_content {
        border: 1px #5212d6 solid;		
		width: 650px;
		background-color: #fff
		}
#content_bg h2 { font-size: 18px; color:#220e4d; margin-left:10px}
#content_bg .advert_links a {color:#000000; text-decoration:none}
#content_bg .advert_links a:hover {color:#000000; text-decoration:underline}	
.schedule_tab {
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;		
		}

.schedule_tab h2 { font-size: 20px; color:#220e4d; margin-top:20px; margin-bottom:5pm; margin-left:10px}   
	 
#footer {
       
		background-image:url(../images/footer_bg.jpg);
		background-repeat:repeat-x;
		font-size:12px;
		height:30px;
		text-align:center;
		color: #fff;
		}
#footer p { line-height: 30px; }

.diary_form_area {
	border: 1px #5212d6 solid;
	width: 650px;
	background-color: #fff;
	padding: 10px;
	color: #220e4d;
	font-size:14px;
	margin-bottom: 10px
		}	

#links {
	font-size: 14px;
	
	  }
#links p {font-size:16px; font-weight: bold}
#links li {list-style:none; margin:10px}	  

#links a:visited:after {
   content:  "\2713 ";
}
#links a:visited,
#links a:link {
               text-decoration: none;
			   color: #000000;
			  
			   padding: 3px
			   }

#links a:hover {
				text-decoration:none;
				color: #000033;
				background-color:#bdabe2;
				border: #434343 1px solid;
				padding: 2px
			   }
#links h3 {margin-left:40px; font-size:18px}

#sponsor_box {
            margin: 7px
			}
#sponsor_box img {margin-right: 5px}


   a.button{
		        width:160px;
		        height:25px;
		        color: #ccc; 
		        background:transparent url(../images/seecurrent.gif) no-repeat center center;
		        float:left;		        		       
		        clear:both;
				cursor: pointer
		      }
		    a.button:hover{
		        color:#fff;
		        -moz-opacity:0.8;
		        opacity:0.8;
		      }
