@charset "UTF-8";
/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, {
	margin: 0;
	padding: 0;

}


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

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

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

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

#title {
	text-align:left;

}

#menu {
	float:right;
	margin-top:72px;
	text-align:center;
	margin-left:0px;
	
	
}

#contentleft{
	width: 168px;
	font-family: Helvetica;
	line-height: 16px;
	padding-top:40px;
}

#lefttextbox {
	float: left;
	width: 350px;
}

#contentright{
	float: right;
	padding-top:40px;
	padding-bottom:40px;
	overflow-x:auto;
	width:650px;
	
}

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

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

.movieimage{
	border:#000 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:50px;
}

.image2 {
	padding-right:20px;
}

.black {
	color:#030303;
}

#foot{
	color:#666;
	width:100%;
	text-align:left;
	font-size:10px;
	margin-top:30px;
}

#social{
	text-align:right;
	float: right;
	width: 200px;
	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;
}