/* CSS Document */

body, div, p
{
margin:0;
padding:0;
}

body {
	background-color: #000000;
	font-family: "Optima", Verdana, Arial, sans-serif;
	font-size: 14pt;
	margin: 0px;
	padding:0px;
	color: #AAAAAA;
}

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

a:hover { 
text-decoration: underline;
}

#container {
	width:1000px;
	position: relative;
}

#leftlinks {
width:500px;
}

#leftlinks p {
text-align:left;
padding-left: 20px;
padding-top:20px;
clear:both;
}

#rightvideo {
width:500px;
position:absolute;
left:500px;
top:60px;
min-height:500px;
background-color:#000000;
text-align:center;
}

#cvcontent {
width:480px;
height:500px;
overflow:auto;
font-size:14px;
color:#EEEEEE;
padding-right:10px;
}

#cvcontent a {
color:#FF9999
}
	
#stage {
			position: absolute;
			left: 10px;
			width: 480px;
			height: 376px;
		}
		
div.thumbnail {
  float: left;
  padding: 10px 22px;
  }

div.thumbnail img {
border: 0;
}

#header {
	text-align:center;
	padding: 0px auto;
}

#headerleft {
width:500px;
}

#headerright {
width:500px;
float:right;
}

#headerright ul li {
display:inline;
list-style: none;
}

#headerright li {
padding: 0px 25px;
}

#jumpform {
	text-align:center;
}

#clipinformation {
	margin-top: 400px;
	text-align: center;
	position:relative;
}


#whatsnext {
	margin-top: 400px;
	text-align: center;
	position:relative;
	display: none;
}

#nowplaying {
	margin-top: 400px;
	text-align: center;
	position:relative;
	display: none;
}



form {
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 5px;
}

h1 {
	font-size: 24px;
	font-family: "Optima", Verdana, Arial, sans-serif;
	letter-spacing: 0.1em;
	margin-bottom:0px;
}

h2 {
	font-size: 18px;
		font-family: "Optima", Verdana, Arial, sans-serif;
	letter-spacing: 0.1em;
	margin-top:0px;
}