/* CSS Document */

html, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
	 
   }
body{
margin: 0;
      padding: 0;

background:#FFFFEB url(../images/bkg_green.png) repeat-x;
		font-family: Tahoma,"Trebuchet MS" , Arial, Helvetica, sans-serif;

}


.thumbnails{
border-color:#8a958b;
border-style:solid;
border-width:4px;


}

	.movie {
				width: 100%;
				height: 100%;
			}
			div.movie {
				width: 680px;
				height: 450px;
				text-align: center;
			margin: 0px auto;
			}
			
			
#main{

height:100%;

border-left:solid; border-left-color:#333333; border-left-width:thick;
border-right:solid; border-right-color:#666666; border-right-width:3px;

}



#content{
font-size:13px;
padding:20px 20px 20px 40px;
background-color:#FFFFEB;

background:#FFFFEB url(../images/spine_1.jpg) repeat-y;
background-position: -0.7em;
line-height:1.2em;
}

#inside_tbl{
font-size:13px;
line-height:1.2em;
}

#content h1{
font-size:14px;
font-weight:bold;
}

#footer{
background-color:#E7F6F1;
font-size:9px;
} 

a {
	color: #0B640B;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #F12323;
	text-decoration: none;
}
