* {
	margin: 0px;
	padding: 0px;
}
body {
	padding-top: 0px;
	background-color: #01111d;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	
	text-align: left;
	letter-spacing: 1px;
}
a {color: #FFF;font-size: 14px;}
a:hover {color: #01a9c0;}
.more{float: left;}
.clear{clear:both;}
p{	margin: 20px 0px 20px 0px;line-height: 16px;font-size: 14px;}
#top {
	float:center;
	width:873px;
	margin: 0px 0px 0px 0px;
	display:inline;
}
#container {
	margin: 10px auto;
	width:873px;
}
#menu {
	background-image:url(images/menu.gif);
	width:862px;
	height:90px;
	position:relative;
}
#menu li{
	position:absolute;
	top:40px;
	
	list-style-type: none;
}
#m01 {left:78px;}
#m02 {left:140px;}
#m03 {left:232px;}
#m04 {left:322px;}
#m05 {left:450px;}
#m06 {left:575px;}
#m07 {left:645px;}
#m08 {left:750px;}

#menu a{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
}
#menu a:hover {color: #01a9c0;}
#header {
	background-image:url(images/header.gif);
	background-repeat:repeat-y;
	width:873px;
}
#logo {
	
	height:46px;
	margin: 20px 0px 0px 80px;
	float:left;
	display:inline;
}
#dj {
	background-image:url(images/logob.png);
	width:330px;
	height:266px;
	float:right;
	margin-right:60px;
	display:inline;
}
#welcome {
	width:400px;
	margin: 20px 0px 20px 80px;
	float:left;
	display:inline;
}
#welcome h2{
	margin: 0px 0px 20px 0px;
}
#welcome p{
	width:360px;
}
#welcome img{
	border: solid 3px #FFFFFF;
}

#middle {
	background-image:url(images/middle.gif);
	width:873px;
	height:21px;
}
#middle2 {
	background-image:url(images/middle2.gif);
	width:873px;
	height:22px;
}
#content {
	background-image:url(images/content.gif);
	width:873px;
}

#content li{
	font-size:10px;
	list-style-type: disc;

}

#left {
	float:left;
	width:435px;
	margin: 0px 0px 0px 85px;
	display:inline;
}
#lefta {
	float:left;
	width:142px;
	height:auto;
	margin: 20px 0px 0px -607px;
	display:inline;
}
#right {
	float:right;
	width:258px;
	height:auto;
	margin: 0px 65px 20px 0px;
	display:inline;
}
#righta {
	float:right;
	width:142px;
	height:auto;
	margin: 0px -120px 0px 0px;
	display:inline;
}
#right a img{
	margin: 8px 8px 8px 0px;
	border: none 0px #FFFFFF;
}
#footer {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	width:873px;
}
#footer p{
	height:0px;
	width:873px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 28px 0px 0px 0px;
	font-size:11px;
}
#footer a{
	font-size:11px;
}
/* begin styles for RSS Feed */

.rss_box {
	 margin: 9px 5%;
	 padding: 4px 60px;
	 width: 690px;
	 background-color: #01111d;
	 border: 0px dashed #7485CA;
}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 16px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
  
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight : bold; 
  margin: 8px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #88b;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 9px;
	font-weight : normal;
	color: #F60;
	}