/* Presentation Stylesheet */
#container {		
	margin: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	}	
#menubar {
	background-color:#000000;
	padding: 0px;
	}
#content {
	background-color:#cccccc;
	padding: 0px;
	border-style: solid;	
	border-color: black;
	border-width: 1px;
	}		
#scroll_box {
    border: 1px solid #000000;
	background-color:#ffffff;
    height: 250px;    
    width: 95%;            
    overflow: auto;            
    }
#podcast_box {
    border: 1px solid #000000;
	background-color:#ffffff;
    height: 225px;    
    width: 95%;            
    overflow: auto;            
    }
#footer {
	background-color:#000000;
	clear: both;
	color: #fff;
	font-weight:bold;
	padding: 0px;
	text-align:center;
	}

/* Font Styles */
body {
	background-color: #999999;
	color: #000;
	font-family: "arial","verdana","geneva","helvetica";
	font-size: 62.5%;
	}
h1 {
	font-size: 2.2em;
	font-weight: bold;	
	margin:0;
	padding: 10px;
	text-align: center;
	}
p {
	font-size:1.2em;
	margin:0px;
	padding: 5px;
	}
.welcome {
	background-color:#ffffff;
	border: 2px solid #000000;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width:70%;
	}
.news_rotator {
	background-color:#ffffff;
	border: 1px solid #000000;
	border-left: 10px solid #000000;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:750px;
	}
.covers {
    margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:85%;
	}
.box_title {
	border: 1px solid #000000;
	background-color:#000000;
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:95%;
	padding: 5px 0px;
	}
.albumtables {
	width: 770px; 
	font-size:1.2em;	
	border: 1;
	border-style: solid;
	border-color: black;
	border-width: 2px; 
	background-color:#ffffff;
	text-align:left;
	}
.song_titles {
	background-color:#ffffff;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:85%;
	}
li {
	font-size:1.2em;
	}
a:link  { 
	color: #0000FF;
	}
a:visited{ 
	color: #800080;
	} 
img	{  
	border-style: none;
	}

