body{
  background:#000;
  text-align:center; /* centers the entire page */
  margin:0;
  padding:0;  /* makes the content flush */
  font:12px/1.3em arial,helvetica,sans-serif;
}

#container {
  	background:#666;
	width:850px;
	margin:auto; /* also centers the entire page */
	text-align:left; /* makes all the text within it left justified */
	border-left:1px solid #fff; /* puts borders around both sides of the page */
	border-right:1px solid #fff;
	
}
#content {
	background: #000;
	float:left;
	width: 525px;
	border: 1px solid #FFF;
	margin:6px 6px 0px 0px;
}
#content2 {
	background: #000;
	float:left;
	width: 518px;
	border: 1px solid #FFF;
	margin:6px 4px 0px 0px;
}
.pagenav ul{list-style-type:none;margin-left:-30px;}
* html .pagenav ul{list-style-type:none;margin-left:0;} /* for internet explorer */

#navcontainer {

	float:left;
	width:183px;

	}
#adcontainer {
	float:right;
	background:666;
	width: 126px;
	margin:1x;

;}

#adcontainer2 {
	float:right;
	background: #000;
	width: 124px;
	margin:6px 2px 0px 0px;
    padding:2;
	list-style-type:none;
    border: 1px solid #FFF;}
	 
	
#adcontainer2 a:hover {
	font:12px/1.3em arial,helvetica,sans-serif;
	color:#900;
	font-weight: bold;}

#adcontainer2 a {
	font:12px/1.3em arial,helvetica,sans-serif;
	color:#fff;
	font-weight: bold;}
	
#adcontainer2 h2 {
	background-image: url(images/t1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font:16px/1.3em arial,helvetica,sans-serif;
	color:#f00;
	text-indent: 24px;
	font-weight: bold;}	
#headerleft {

	float:left;
	width: 850px;
	height: 34px;

}
#head {
	background: #000;
	height: 90px;



}
h1 {
	font: 16px/1.4em arial,helvetica,sans-serif;
	font-weight:bold;
	color:#FFF;
	background:#000;
	background-image: url(images/t1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 2px 0px 6px 6px;
	padding: 2px;
	text-indent: 24px;

}
object {
	margin: 0px 0px 0px 0px;

}
.block {
	font: 12px #000 Arial, Helvetica, sans-serif;
	background: #CCC;
  	margin:0px 6px 2px 6px;
	padding:4px 2px 2px 2px;
	border: 1px solid #FFF;
	float:left;
	clear:both;
	width:500;
	}
.block p{
  	margin:2px 0px 4px 2px;
}
.post p{
  	margin:8px 8px 6px 8px;
}
.music {
	font: 12px #000 Arial, Helvetica, sans-serif;
	font-weight:bold;
	background: #CCC;
	margin:0px 0px 0px 0px;
	padding:2px 2px 2px 2px;
	float:left;
	width:240;
}
.leftad {
	font: 12px #000 Arial, Helvetica, sans-serif;
	font-weight:bold;
  	margin:0px 0px 0px 0px;
	padding:2px 2px 2px 2px;
	
	
	
}
#tagline,#footer{
  height:5px;
  background:#666;
  clear:both;
  margin:0;
}

a {
	font: 12px/1.4em;
	color:#900;
	font-weight: bold;
	
}
a:hover {
	font: 12px/1.4em;
	color:#fff;
	font-weight: bold;

	
}