@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	background-image:url(final/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0 auto;
}

#wrapper{
	width: 702px;
	margin: 0 auto;
	background-color: #12191f;
	background-image: url(final/images/content-background.jpg);
}

#header{
	width: 702px;
	background-image:url(final/images/header.jpg);
}

#above-nav{
	width: 253px;
	background-color:#000000;
}

#nav{
	width: 213px;
	height: 205px;
}

#content{
	width: 702px;

	min-height: 1500px;
	background-image:url(final/images/content-legs-bender.jpg);
	background-color: #12191f;
	background-repeat: no-repeat;

}

#content-text{
	margin-top: 70px;
	float: left;
	width: 525px;
	height:auto;
	background-color: #12191f;
	background-image:url(final/images/content-background.jpg);
}

#content-sidebar{
	float: right;
	margin-top: 218px;
	width: 177px;
	background-color: #12191f;

}

#content-sidebar-info{
	width: 177px;
	background-color: #12191f;
	background-image:url(final/images/under-fav.jpg);
	margin: 0px;
	margin-top: -15px;

}

#content-sidebar-favep{
	float: right;
	width: 177px;
	background-color: #12191f;
	background-image:url(final/images/under-fav.jpg);
	margin: 0px;
	margin-top: -15px;
}

#footer2{
	width: 702px;
	height: 100px;
	clear: both;
		background-image:url(final/images/content-background.jpg);
}
#footer{
	width: 702px;
	height: 437px;
	float: left;
	clear: both;
}


#voices{
}


/************************ stlyize text*************************/
p, td, h1, h3, h6{
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
}

p, td{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size: 12px;
}
h6{
	font: 12px;
	color: #fcf5ad;
}


.actor{
	font: 12px;
	color: #fcf5ad;
	font-weight: bold;
}

.content{
	margin-left: 5px;
	margin-right: 10px;
}
.footer{
	text-align: center;
}

img{
	border-color: #12191f;
}

.favep{
	margin-left: 18px;
	margin-right: 20px;
	font-size: 10px;
}


.favep h1{
	font: 13px;
	color: #fcf5ad;
	clear: left;
}

.favep img{
	float:left;
	border: 2px;
	border-color: #71464d;
	

}
.favep p{
	clear:left;
	}
/* -------------------change link colors-------------------*/	

a:link{
	color: #fcf5ad;
}
a:visited {
	color: #CCCCCC;
	}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}
a:active{
	color:#FFFFFF;
	}
	
a{
	text-decoration: none;	
	border: none;
	}
	
	
	/********************form************************/
	
form{
	float:left;
	}
	
#form-container{

width: 174px;
text-align: right;
}
#search{
	float: right;
	}
#search-n-box{
	width: 253px;
	height: 53px;
}