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

body{
	margin:0 auto;
	padding:0;
}

p, ul{
	margin:0px;
	padding:0px;
}

#header_menu{
	width:900px;
	margin:0 auto;
	padding:20px 0px 20px 0px;
	border-bottom:2px dotted #636363;
	text-align:center;
}

.nav ul {
	list-style-type:none;
	margin:0 auto;
	padding:0;
}

.nav li{
	display: inline;
	text-align:center;
	padding:0px;
	margin-top:0px;
	
}

.nav a{
	color: #40b4e2;
	font-family: helvetica, sans-serif;
	font-size: 16px;
	padding:0px;
	text-decoration: none;
	margin:0px 30px 0px 30px;
}

.nav a:hover {
	color: #b6d27f;
	font-family: helvetica, sans-serif;
	font-size: 16px;
	padding:0px;
	text-decoration: none;
	margin:0px 30px 0px 30px;
}
			
.nav a:visited {
	color: #929496;
	font-family: helvetica, sans-serif;
	font-size: 16px;
	padding:0px;
	text-decoration: none;
	margin:0px 30px 0px 30px;
}
			
#main_content{
	width:900px;
	margin:0 auto;
}

.spot{
	background-image:url(../images/spot_repeat_bg.jpg);
	background-repeat:repeat-y;
}

.music_video{
	background-image:url(../images/music_video_repeat_bg.jpg);
	background-repeat:repeat-y;
}

.film{
	background-image:url(../images/film_repeat_bg.jpg);
	background-repeat:repeat-y;
}

.bio_page{
	background-image:url(../images/bio_page.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:520px;
}

#spot_content{
	padding:70px 0px 0px 140px;
	background-image:url(../images/spot_main_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	overflow:auto;
}

#music_video_content{
	padding:180px 0px 0px 100px;
	background-image:url(../images/music_video_main_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	overflow:auto;
}

#film_content{
	padding: 60px 0px 0px 75px;
	background-image:url(../images/film_main_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	overflow:auto;
}

#spot_bin{
	width:760px;
	float:left;
	margin-bottom: 25px;
}

#movie_bin{
	float:left;
	display:inline;
	width:450;
}

#clip_description{
	float:right;
	display: inline;
	width: 220px;
	margin-right:65px;
	padding-left: 10px;
	border-left:2px dotted #636363;
}

#spot_closeout{
	width:900px;
	background-image:url(../images/spot_footer.jpg);
	background-repeat:no-repeat;
	height:98px;
	margin-bottom:2px;
}

#music_video_closeout{
	width:900px;
	background-image:url(../images/music_video_footer.jpg);
	background-repeat:no-repeat;
	height:98px;
	margin-bottom:2px;
}

#film_closeout{
	width:900px;
	background-image:url(../images/film_footer.jpg);
	background-repeat:no-repeat;
	height:98px;
	margin-bottom:2px;
}
	

#home_headline{
	width:730px;
	margin:40px 0px 40px 0px;
	padding:0px 85px 0px 85px;
	text-align:center;
}

#home_headline a{
	font-family: helvetica, sans-serif;
	font-size: 30px;
	font-weight:bold;
	color: #aad37a;
	text-decoration: none;
}

#home_headline a:hover{
	font-family: helvetica, sans-serif;
	font-size: 30px;
	font-weight:bold;
	color: #636363;
	text-decoration: none;
}

#home_headline a:visited{
	font-family: helvetica, sans-serif;
	font-size: 30px;
	font-weight:bold;
	color: #636363;
	text-decoration: none;
}	
	
	
	
#footer_area{
	width:900px;
	margin:0 auto;
	border-top:2px dotted #636363;
	text-align:center;
	padding: 10px 0px 0px 0px;
	font-family: helvetica, sans-serif;
	font-size: 16px;
	color: #636363;
}
			
.footer_link{
	font-family: helvetica, sans-serif;
	font-size: 16px;
	color: #636363;
	text-decoration: none;
}
	
	
#clear{ 
clear:both;
font-size:0px;
line-height:0px;
height:1px;
}
	

	
p.description_copy {
	margin-bottom:5px;
}
	
#copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
}

.green{
	color: #b6d27f;
}

.gray{
	color: #636363;
}

#bio_content{
	float:left;
	display: inline;
	margin:60px 0px 0px 305px;
	width:470px;
}

#body_copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	text-align: left;
	font-weight: normal;
}

p.copy_p{
	margin-bottom:5px;
}

#headline_type{	
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #b6d27f;
	font-weight:bold;
}

.bio_links {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #b6d27f;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
}

