*{
	margin:0;
	padding:0;
}



HTML, body{
background-image: url(img/bg.jpg);
background-attachment:fixed;
text-align:left;
background-color:#000;
background-position:top;
font-family:Arial, Helvetica, sans-serif; 
font-size:11px;
}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{font-size:20px;}
h2{font-size:14px; color:#000; padding:5px 0px;}
h3{font-size:27px; color:#fff; text-align: center; padding-top:10px;}
h4{font-size:15px; color:#fff; text-align: left;}
h5{font-size:12px; color:#fff; text-align: left;}
h6{font-size:11px; color:#fff; margin-left:15px;}

p {font-size:11px;
color: #FFF;}


a:link{
color:#fff;
		}
		
a:hover{
cursor:pointer;
font-weight: bold;

}

a:visited{
color:#fff;
}

div.clear{clear:both;
line-height:0px;}






/* countdown */
			script {
			
			font-size:11px;
			color:#FFF;
		

}



/* misc */

			.clearer {clear: both;}



/* structure */

			.container {
			
				margin: 0 auto;
				width: 702px;
				background-color:#600;
			
			
			}



/* top */

			.top {
			
				background: #600;
				font: normal 2.4em Verdana,sans-serif;
				height: 60px;
				margin: 0 auto;
				width: 630px;
			
			}
			
			.top a {
			
				color: #FFF;
				display: block;
				line-height: 60px;
				text-decoration: none;
				width: 100%;
			
			}
			
			.top span {padding-left: 24px;}



/* header */

			.header {
			
				image:url(...img/random/header1.jpg) no-repeat;
				height: 197px;
				margin: 0 auto;
				width: 630px;
			
			}

	



/* item */

			.item {clear: both;
					
		}
			
			.item .date {
				
				background-color:#999;
				color: #FFF;
				float: left;
				height: 40px;
				text-align: center;
				width: 36px;
			
			}
			
			.item .date div {padding-top: 4px;}
			
			.item .date span {font: normal 1.6em serif;}
			
			.item .content {
			
				
				float: left;
				width: 420px;
				background-color:#666;
			
			}
			
			.item h1 {
			
				background: #333;
				color: #FFF;
				line-height: 40px;
				padding-left: 16px;
			
			}
			
			.item .body {padding: 12px 18px;}


/* player*/
			#player 
			
			{width: auto;
			background-color:#cccc99;
			}

/* main */

			.main {float: left;
			

}

/* navigation */

			.navigation {
			
				float: left;
				margin-left: 1px;
				width: 208px;
				background: #666;
			
			
			}
			
			.navigation h1 {
			
				background: #666;
				color: #FFF;
				font-size: 1.3em;
				line-height: 40px;
				padding-left: 12px;
			
			}
			
			.navigation h2 {
			
				background: #600;
				color:fff;
				font-size: 1.3em;
				line-height: 40px;
				padding-left: 12px;
				text-decoration: none;
			
			}
			
			
			.navigation ul {margin: 0; padding: 0;}
			
			.navigation li {
			
				border-bottom: 1px solid #666;
				list-style: none;
			
			}
			
			.navigation li a {
			
				background-color: #999;
				display: block;
				padding: 8px 4px 8px 12px;
				text-decoration: none;
			
			}
			
			.navigation li a:hover {
			
				background: #ccc;
				color: #333;
			
			}
			
			.imgleft {
			float:left;
			padding: 5px;
			
			}


/* footer */

			.footer {
				background-color:#600;
				float:left;
				color: #FFF;
				font-size: 1.1em;
				line-height: 40px;
				margin: 0 auto;
				text-align: center;
				width: 702px;
			
			}
			
			.footer a {color: #FFF;}
			
			.footer a:hover {color: #FAFCB0;}


