#exposeMask { 
    /* use a custom background color and image on the mask */ 
	background:#000;
}
body {
	margin-top: 0px;
	background-color: #E4DAC1;
	background-image:  url(http://www.yourstoryfilms.com/media/whiteback2.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


#page {
	background-color:#efefef;
	width:600px;
	margin:50px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}
html {
    scrollbar-base-color:#fff;
   scrollbar-face-color:#E4dac1;
   scrollbar-arrow-color:#000000;
   scrollbar-track-color:#E4dac1;
   scrollbar-3dlight-color:#E4dac1;
   scrollbar-highlight-color:#000000;
   scrollbar-darkshadow-color:#E4dac1;
}

h1, h2 {
	letter-spacing:-1px;
	color:#000;
	font-weight:normal;		
	margin-bottom:-10px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

.less {
	color:#999;
	font-size:12px;
}

h3 	{
	color:#ccc;
	font-weight:normal;	
	font-size:12px;
	margin-bottom:0px;
	width:500px;
}

h4 	{
	color:#ccc;
	font-weight:normal;	
	font-size:10px;
	width:300;
}

a {
	color:#295c72;		
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

.style17 {font-size: 14px}
.style7 {color: #E4DAC1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.style29 {font-size: 10px}
.style30 {
	font-size: 12px;
	font-weight: bold;
}

div.overlay {
	padding:40px;	
	width:700px;  
	display:none;
	background-image:url(http://www.yourstoryfilms.com/media/grey_overlay.png);	
}

div.overlay div.close {
	background:url(http://www.yourstoryfilms.com/media/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

div.overlay a {
	height:700px;
	display:block;
}
