body{
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-family: arial, helvetica;
    font-weight: none;
    text-decoration: none;
    color: #333333;
    background-color: #333333;    
}

table tr td{    
    font-size: 11px;
    font-family: arial, helvetica;
    color: #333333;      
}

.movie_desc{
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.movie_desc:hover{
    color: #f3bc4b;
}



div{
    font-size: 11px;
    font-family: arial, helvetica;
    color: #333333;       
}

.onTop{
    z-index: 5000;
}

.imageRoll{
    border: 3px solid #222222;
}

.imageRoll:hover{
    border: 3px solid #f3bc4b;
}

.view{
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

.view:hover{
    color: #f3bc4b;
}

#outercontainer_home{
    width: 920px;
    height: 846px;
    padding: 0;
    margin: auto;
    margin-right: auto;
    margin-left: auto;
    background-color: #a9aaab;
}

#outercontainer{
    width: 920px;
    height: 750px;
    padding: 0;
    margin: auto;
    margin-right: auto;
    margin-left: auto;
    background-color: #a9aaab;
}

.left_stripes{
    background-image: url('/images/left_stripes.gif');
    background-repeat: repeat-y;
    width: 50px;
    height: 800px;
}

.right_stripes{
    background-image: url('/images/right_stripes.gif');
    background-repeat: repeat-y;
    width: 50px;
    height: 800px;
}

.nav-right-border{
    height: 47px;
    border-right: 1px solid #000000;
}

.nav-repeat{
    background-image: url('/images/nav_repeat.gif');
    background-repeat: repeat-x;
    width: 100%;
    height: 47px;
}

.content{
    background-image: url('/images/bg_fade.jpg');
    background-repeat: repeat-x;
    width: 820px;
    height: 800px;
}

.yellow_name{
    color: #f3bc4b;
    font-size: 18px;
    letter-spacing: 2px;    
    background: #000000;
}

.white_name{
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    background: #000000;
}

.yellow_title{
    color: #f3bc4b;
    font-size: 16px;
    font-weight: bold;
}

.body_white{
    color: #ffffff;
    font-size: 11px;
    line-height: 13px;
}

.divider{
    padding-right: 20px;
    padding-left: 20px;
}


.topnav{
    color: #f3bc4b;
    font-size: 14px;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-padding{
    padding-left: 30px;
    color: #838383;
}

.topnav:hover{
    color: #ffffff;    
    text-decoration: none;
}

.home-repeat-1{
    background-image: url('/images/home_repeat_1.gif');
    background-repeat: repeat-x;
    width: 350px;
    height: 495px;
    border-right: 1px solid #000000;
}

.home-repeat-2{
    background-image: url('/images/home_repeat_2.gif');
    background-repeat: repeat-x;
    width: 412px;
    height: 375px;
    border-right: 1px solid #000000;
}

.home-repeat-3{
    background-image: url('/images/home_repeat_3.gif');
    background-repeat: repeat-x;
    width: 412px;
    height: 120px;
    border-right: 1px solid #000000;
}

.footer-repeat{
    background-image: url('/images/footer-repeat.gif');
    background-repeat: repeat-x;
    width: 760;
    height: 56px;
}

.darkstripe{
    background-image: url('/images/darkstripe.gif');
    background-repeat: repeat-x;
    width: 100%;
    height: 95px;
}

.topgray{
    background-image: url('/images/topgray.gif');
    background-repeat: repeat-x;
    width: 100%;
    height: 61px;
}


#read-more{
    border: 3px solid #222222;
    width: 180px;
    padding: 10px;
    margin: auto;
    margin-right: auto;
    margin-left: auto;
    background-color: #3b3a3a;
}

#read-more:hover{
    background-color: #535252;
}

.footer_logo{
    padding-left: 20px;
    padding-right: 20px;
}




.white-link{
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

.white-link:hover{
    color: #f3bc4b;
    font-size: 12px;
    text-decoration: none;
}

.page-repeat{
    background-image: url('/images/home_repeat_1.gif');
    background-repeat: repeat-x;
    background-color: #3b3a3a;
    width: 760px;
    height: 455px;
    border-right: 1px solid #000000;
}

#page_content{
    width: 723px;
    height: 455px;
    padding: 18px;
    margin: 0px;
}

#page_scroll{
    width: 685px;
    height: 420px;
    padding: 18px;
    margin: 0px;
    overflow: auto;
    background-color: #eeeeee;
}

.pagetitle{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

/* -------------------------- HEADER NAV CSS -------------------------------- */

/* -------------------------- FUNCTION  -------------------------------- */


#nav {
    height: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    top: 16px;
    left: 0px;
	position: relative;
}

#nav li { 
	float: left;
	position: relative;
}  
  
li:hover ul, li.over ul {
	display: block;
}

#menu{
    text-align: left;
	vertical-align: center;
    padding: 0;
    margin: 0;
    height: 44px;
    width: 120px;
	position: relative;
}

/* -------------------------- LOOK -------------------------------- */

.dropmenu{
    border: 1px solid #000000;
    background-color: #333333;
	float: left;	
	margin-left: 30px;
	padding: 0;	
	display: none;
	position: absolute;
	top: 1.3em;
	left: 0;
	width: 170px;
	z-index: 5000;
}

.dropmenuli{
	display: block;
	width: 170px;	
}



.dropnav{
	color: #ffffff;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
	padding-left: 5px;	
	line-height: 20px;
}

.dropnav:hover{
	color: #f4bc49;
}
