@charset "UTF-8";
/* CSS Document */


::-webkit-scrollbar {
    width: 0em;
    height: 1em;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #333;
}


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, {
	margin: 0;
	padding: 0;
    overflow: auto;

}



body {
	font:Helvetica;
	background-color: #000;
	color:#fff;
	font-family: Helvetica;	
}

a {
	color: #999;
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:none;
	}

#wrapper {
	position:relative;
	width: 840px;
	margin:20px auto;
	font-size: 12px;
	font-family: Helvetica;	
	color: #fff;
}

#title {
	text-align:left;

}




#contentright{
	color:#FFF;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
	overflow-x:scroll;
    
	width:840px;
	
}

#contenttext{
	color:#FFF;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
	overflow-x:scroll;
    
	width:900px;
	
}


.newstitle {
	font-weight:bold;
	text-align:right;
}

.photo {
	color:#000;
	border:#000 2px solid;
	
}
.photo a{
	color:#000;
	border:thick #000 solid;
	
}

.movieimage{
	border:#fff thick;

}

.movieimage a{
	border:#000 thick;
}

#tracks{
	position: relative;
	width:600px;
	margin:auto;
	text-align:left;
}

.grand {
	font-size: 42px;
	font-familY: "Gill Sans", Arial;
}

.image {
	padding-right:10px;
}

.image2 {
	padding-right:10px;
}

.black {
	color:#030303;
}



.foot{
	float:right;
	text-align:right;
	align: right;
	

}

			/* Slider */
			body #slider {
				position: relative;
				display: block;
				width: 100%;
				height: 15px;
				background: #E6E6E6;
			}
			body .slider-track-x {
				display: block;
				margin: 0px auto;
				width: 1000px;
				height: 15px;
			}
			body#slider #handle {
				height: 15px;
				cursor: move;
				background: #A6A6A6;
			}
			
			

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

li{
	color:#666;
}