@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#2a2a2a;
	color:white;
}
#header {
	background:url(../images/header.jpg);
	height:168px;
	clear:both;
}
#orange {
	background:url(../images/orange.jpg);
	height:13px;
	line-height:13px;
	clear:both;
}
#head {
	background:url(../images/head.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:168px;
}
.frame {
	width:800px;
	margin:auto;
}
#content_frame {
	width:648px;
	float:left;
}
#content_top {
	background:url(../images/content_shadow.jpg);
	min-height:198px;
	background-repeat:no-repeat;
	background-position:top;
	width:648px;
	float:left;
}
#content_bg {
	background:url(../images/content_bg.jpg);
	width:648px;
	float:left;
}
#content_bottom {	
	background:url(../images/content_bottom.jpg);
	height:17px;
	line-height:17px;
	clear:both;
	margin-bottom:20px;
}
#topnav {
	padding-top:125px;
	font-size:0.7em;
}
#topnav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#topnav ul li {
	margin:0px;
	padding:0px;
	float:left;
}
#topnav ul li a {
	background:url(../images/button_normal.png);
	width:100px;
	height:43px;
	line-height:43px;
	float:left;
	text-align:center;
	color:#504f4d;
	text-decoration:none;
	font-weight:bold;
	margin-right:8px;
}
#topnav ul li a:hover {
	background:url(../images/button_active.png);
	width:100px;
	height:43px;
	line-height:43px;
	float:left;
	text-align:center;
	color:white;
	text-decoration:none;
	font-weight:bold;
	margin-right:8px;
}
#topnav ul li #active a:hover {
	background:url(../images/button_normal.png);
	width:100px;
	height:43px;
	line-height:43px;
	float:left;
	text-align:center;
	color:#504f4d;
	text-decoration:none;
	font-weight:bold;
	margin-right:8px;
}
#topnav ul li #active a {
	background:url(../images/button_active.png);
	width:100px;
	height:43px;
	line-height:43px;
	float:left;
	text-align:center;
	color:white;
	text-decoration:none;
	font-weight:bold;
	margin-right:8px;
}
#topnav ul li.current_page_item a {
	background:url(../images/button_active.png);
	width:100px;
	height:43px;
	line-height:43px;
	float:left;
	text-align:center;
	color:white;
	text-decoration:none;
	font-weight:bold;
	margin-right:8px;
}
#content {
	width:610px;
	margin:auto;
	font-size:0.8em;
	color:#4e4e4e;
	
}
#content h1 {
	font-weight:normal;
	font-size:1.6em;
	color:#dc6c00;
}
#content h1 {
	font-weight:normal;
	font-size:2.0em;
	color:#dc6c00;
	border-bottom:1px solid #3d3d3d;
	margin-top:30px;
	padding-bottom:2px;
}
#content h1 a {
        text-decoration: none;
        }
#content h1 a:hover, a:visited {
        text-decoration: none;
        }
#content h2 {
	font-weight:normal;
	font-size:1.6em;
	background:#dc6c00;
	margin-bottom:0px;
	padding:4px;
	color:white;
}
#content a {
	color:#dc6c00;
}
#content a:hover {
	color:#dc6c00;
	background:black;
}
.outer_frame {
	width:984px;
	margin:auto;
}
#turntables {
	background:url(../images/turntables.jpg);
	background-repeat:no-repeat;
	min-height:600x;
	float:left;
	width:984px;
}
#content_right {
	width:270px;
	float:right;
	font-size:0.8em;
	color:#4e4e4e;
	margin-top:40px;
	margin-right:10px;
}
#guestdate {
	float:right;
	font-size:0.7em;
	font-weight:bold;
}
#author {
	float:left;	
	font-size:0.7em;
	font-weight:bold;
}
.csc-frame-frame1 {
	background:#f2f2f2;
	border:1px solid black;
	width:270px;
	margin-top:40px;
	padding-top:0px;
	float:right;
}
.csc-frame-frame1 h1 {
	font-size:1.0em;
	margin:1px;
	background:#3d3d3d;
	color:white;
	padding:4px;
	display:block;
}
.cat-item{
	list-style-type:none;
	padding:5px; 5px 0 5px;
}
.cat-item a {
	color:#DC6C00;
}
.cat-item a:hover {
	color:#dc6c00;
	background:black;
}
.cat_bodytext{
	padding:5px;
}

