/* CSS Document */

/* 
colors:
	yellow: #F6EB13
	red: #EC2027
	neon blue: #28AAE1
	neon pink: #D6519D
	Dark Gray(nav): #808080
	light Gray: #E6E6E6
	
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	background-color:#808080;
	}

#wrapper {
	width:650px;
	padding:0px 55px;
	margin:0 auto;
	background-image:url(assets/class_images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#E6E6E6;
	overflow:visible;
	}
	
#header {
	width:650px;
	height:260px;
	margin-bottom:40px;
	}
	
#nav {
	width:100px;
	line-height:1.8em;
	text-align:right;
	color:#808080;
	float:left;
	clear:none;
	}
	
/*---------- menu list and hovers-----------*/

#nav ul {
	list-style:none;
	}

#nav li a:link, #nav li a:visited { 
	font-size: 1em; 
	display: block;  
	color: #808080; 
	text-decoration: none; 
	}

#nav li a:hover {
	color: #EC2027;
	}

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


/*-------------------------------------------*/

#search {
	width:310px;
	height:50px;
	margin-bottom:0px;
	float:right;
	overflow:visible;
	}

#video {
	width:320px;
	height:240px;
	margin-top:0px;
	float:right;
	}
	
#news {
	width:100px;
	float:right;
	clear:right;
	}
	
#news a:link, a:visited {
	color:#EC2027;
	text-decoration:none;
	}
	
#cast {
	width:210px;
	text-align:right;
	float:left;
	clear:left;
	}
	
#content {
	font-size:1.2em;
	line-height:1.8em;
	width:320px;
	float:left;
	clear:none;
	padding: 0px 10px 0px 10px;
	}
	
#altNav {
	width:650px;
	clear:both;
	text-align:center;
	}

#footer {
	width:650px;
	height: 70px;
	clear:both;
	text-align:center;
	}
	
/*-------- links and alt nav--------*/

#altNav a:link, a:visited , #footer a:link, a:visited { 
	font-size: 1em;  
	color: #808080; 
	text-decoration:none; 
	}

#altNav li a:hover {
	color: #EC2027;
	}
	
h1 {
	font-size: 4.8em;
	color:#EC2027;
	font-weight: bold;
	margin-bottom:0px;
	}
	
h2 {
	font-size:1.8em;
	color:#28AAE1;
	}
	
h3 {
	font-size:1.4em;
	color:#28AAE1;
	}

h4 {
	font-size:1.2em;
	margin-bottom:0px;
	margin-top:0px;
	color:#D6519D;
	}
	
h4+p {
	margin-top:0px;
	}
	
.title {
 color:#F6EB13;
 font-weight: normal;
 }
 
.jumpMenu {
	color:#28AAE1;
	background-color:white;
	}
.submitButton {
	color:#28AAE1;
	background-color:white;
	}
	
.castPic {
	margin:0 0 10px 10px;
	}
	
.femaleName {
	color:#D6519D;
	}

.maleName {
	color:#28AAE1;
	}
	
.testimonialName {
	font-style:italic;
	font-size:.9em;
	}

.moreInfo {
	color:#EC2027;
	}
	
#cast h4 p {
	clear:both;
	}


	


