
/* CSS Document */

body{
	background: url(images/container_bg.png);
	margin:0;	
}

#vid_holder{
	margin:  0 0 10px 0;
	display:block;
	width: 480px;
	height: 220px;
	background:#f3f3f3;
	border-color:#CCCCCC;
 	border-width: 1px;
 	border-style: solid;
	padding: 5px;
	background-repeat:no-repeat;
}


#top_background{
	background-image:url(images/body_bg.png);
	background-repeat:repeat-x;
	width:100%;
	height:284px;
	z-index:0;
}

#logo{
	margin: 0 auto 0 auto;
	position:relative;
	width:791px;
	height:342px;
	z-index:2;
	top:-281px;
}

#container{
	margin: -370px auto 0 auto;
	position:relative;
	width:791px;
	z-index:1;
}

#title{
	position:absolute;
	top:70px;
	left:25px;
	z-index:7;
	height:auto;
	width:auto;
	}


#menu1{
	position: absolute;
	top: 283px;
	left: 25px;
	font: 12px/12pt "Georgia", Verdana, Helvetica, sans-serif;
	color:#333;
	font-weight: bold;
	letter-spacing: 0px;
	z-index: 7;
}

#menu2{
	position: absolute;
	top: 283px;
	left: 535px;
	font: 12px/12pt "Georgia", Verdana, Helvetica, sans-serif;
	color:#333;
	font-weight: bold;
	letter-spacing: 0px;
	z-index: 7;
}



#content_header{
	position:relative;
	height:120px;
	width:791px;
	background-image:url(images/content_header.png); background-repeat:no-repeat;
}

#content_body{
	font: 14px/12pt Georgia, "Times New Roman", Times, serif;
	position:relative;
	height:auto;
	width:731px;
	background-image:url(images/content_bg.png); background-repeat:repeat-y;
	padding: 0 30px 0 30px;
	z-index:20w;
}

#content_footer{
	position:relative;
	width: 791px;
	height:36px;
	background-image:url(images/content_footer.png); background-repeat:no-repeat;
	}
	
	
#movie_lib_holder{
	margin:  0 0 10px 0;
	display:block;
	width: auto;
	height: auto;
	background:#f3f3f3;
	border-color:#CCCCCC;
 	border-width: 1px;
 	border-style: solid;
	padding: 10px;
	background-repeat:no-repeat;
}

.movie_lib_holder{
	margin:  0 0 10px 0;
	display:block;
	width: auto;
	height: auto;
	background:#f3f3f3;
	border-color:#CCCCCC;
 	border-width: 1px;
 	border-style: solid;
	padding: 10px;
	background-repeat:no-repeat;
}

#flash_vid_holder{
	margin:  0 auto 0 auto;
	width: 480px;
	height: 360px;
	background:#f3f3f3;
	border-color:#CCCCCC;
 	border-width: 1px;
 	border-style: solid;
	background-repeat:no-repeat;
	padding: 3px;
}
	
	

.default_imgborder {
	padding: 3px;
	border: 1px solid #999; 
	margin: 10px;
} 

.links A:link {text-decoration: underline; font-weight:normal; color:#333;}
.links A:visited {text-decoration: underline; font-weight:normal; color:#333;}
.links A:active {text-decoration: underline; font-weight:normal; color:#333;}
.links A:hover {text-decoration: none; font-weight:normal; color:#333;}


.menu A:link {text-decoration: none; font-weight:bold; color:#333;}
.menu A:visited {text-decoration: none; font-weight:bold; color:#333;}
.menu A:active {text-decoration: none; font-weight:bold; color:#333;}
.menu A:hover {text-decoration: underline; font-weight:bold; color:#FF0000; border-color: #FF0000; border-width: 0px 0px 2px 0px; border-style: solid;}


.movie_menu A:link {text-decoration: none; font-weight:normal; color:#333;}
.movie_menu A:visited {text-decoration: none; font-weight:normal; color:#333;}
.movie_menu A:active {text-decoration: none; font-weight:normal; color:#333;}
.movie_menu A:hover {text-decoration: underline; font-weight:normal; color:#333;}


.movie_title{
	font: 20px/16pt  "Georgia", Courier, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-shadow: #999 0px 0px 2px;
	color:#333;
	letter-spacing: 0px;
	text-decoration: underline;
}


#footer{
	font: 12px/12pt  "Georgia", Courier, Verdana, Helvetica, sans-serif;
	font-weight: normal
	color:#333;
	letter-spacing: 0px;
	text-decoration: none;
	text-align:center;
}

ul{
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	font: 14px/14pt "Georgia", Courier, Verdana, Helvetica, sans-serif;
	color:#333;
	letter-spacing:0px;
	font-weight:normal;
}

textarea{
	width:90%;
	background:none;
	border-width: 0px;
	font:12px/1.25em Arial, Helvetica, sans-serif; color:#000;
	padding: 10px 0 0 0;
	text-align: center;
}
