
/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; margin:0;}
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:0px}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background: url(images/background.jpg) left top repeat-y #dbd4cf;
	color:#000000;
	width:100%;
	font-size:11px;
	line-height:16px;
	font-family:Verdana, Arial, sans-serif;
}

/* This class sets the width and position for all rows */
#page
{
width:1000;
height:100%;
}

#primary
{
width:347px;
height:100%;
float:left;
margin-right:0px;
}

#menu
{
background: url(images/menu.jpg) left top no-repeat;
width:347px;
height:482px;
text-align:right;
}

#warning
{
background: url(images/warning.jpg) left top no-repeat;
width:347px;
height:482px;
text-align:right;
}

#splash
{
padding-top:100px;
font-size:12px;
font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
color:#000000;
}
#links
{
height:800px;
line-height:20px;
width:347px;
padding-top:10px;
margin-left:20px;
text-align:left;
color:#634042;
font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#content
{
margin-right:20px;
padding-top:10px;
text-align:left;
}

.right
{
width:560px;
float:right;
}

.filmcell
{
height:240px;
}

.left
{
margin-right: 10px;
float:left;
}




#content a
{
	color:#634042;
	border-bottom: dashed 1px #634042; 
	text-decoration: none;
	padding-bottom:1px;
}

#content a:hover
{
	color:#98021B;
	text-decoration: none;
}

#links a
{
	color:#fff;
	border-bottom: dashed 1px #634042; 
	line-height:1.5em;
	text-decoration: none;
}

#links a:hover
{
	color:#98021B;
	text-decoration: none;
}



a{
	color:#ccc;
	
}

h1{
	color:#7a5053;
	font-size:1.5em;
	font-style: italic;
	font-weight:bold;
	line-height: .99em;
	margin-top:30px;
	margin-bottom:10px;
	font-family:georgia,Verdana, Arial, sans-serif;
	border-bottom: dashed 1px #b38e91; 
}

h2{
	color:#7a5053;
	font-size:1.5em;
	font-style: italic;
	font-weight:bold;
	line-height: .99em;
	margin-top:0px;
	margin-bottom:10px;
	font-family:georgia,Verdana, Arial, sans-serif;
	border-bottom: dashed 1px #b38e91; 
}






