body{ 
	margin:0; 
	padding:0; 
	text-align:justify; 
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
	background:#FFFFFF;
} 

img{
	border:0;
}

iframe{
	margin:0px 0px 15px 0px;
}

.iframer{
	background:red;
}

#container{
	position:absolute;
	left: 50%; 
	top: 50%;
	width:910px;
	height:630px; 
	margin-top: -315px; /* half of the height */
	margin-left: -455px; /* half of the width */
}

#pagewidth{ 
	width:910px;
	height:619px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
	background:url(../images/bg2.jpg) no-repeat;
} 
 
#header{
	position:relative; 
	height:200px; 
	width:100%;
} 

#logo{
	position:absolute;
	margin:30px 0px 0px 80px;
}

/* Navigation */
#nav {
	position: absolute;
	margin: 75px 0px 0px 320px;
	height: 243px;
}
#nav a { float: left; }

#nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#nav li{
	display:inline;	
	padding:0px 0px 0px 0px;
}

#item1 {
	background-image:url(../images/nav_01_over.jpg);    
	width: 122px;                    
	height: 153px;                   
}
#item2 {
	background-image:url(../images/nav_02_over.jpg);    
	width: 138px;                    
	height: 153px;                   
}
#item3 {
	background-image:url(../images/nav_03_over.jpg);    
	width: 143px;                    
	height: 153px;                   
}
#item4 {
	background-image:url(../images/nav_04_over.jpg);    
	width: 133px;                    
	height: 153px;                   
}

.rollover { display: block; } /* Allow setting widths and heights  */
.rollover img { width: 100%; height: 100%; border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */

/* Navigation ends */
 
#maincol{
	float:right; 
	display:inline; 
	position:relative; 
	width:779px; 
}

#leftcol{
	float:left;
}

#left_img{
	position:absolute;
	margin:-20px 0px 0px -80px;
}

#left_links{
	position:absolute;
	margin:270px 0px 0px -80px;
}


#content{
	float:left;
	padding:60px 0px 0px 220px;
	width:470px;
}

.framer{
	background:none;
}

#content h1{
	font-size:130%;
	color:#808080;
	margin:0px 0px 10px 0px;
}

#content p{
	line-height:25px;
	margin-top:0px;
}

#content a{
	color:#808080;
	font-weight:700;
	text-decoration:none;
}

#content a:hover{
	color:#fff;
	background-color:#808080;
	font-weight:700;
	text-decoration:none;
}

#request_form{
	margin:5px 0px 0px 10px;
}

#request_form a{
	color:#816555;
	font-weight:700;
	text-decoration:none;
}

#request_form a:hover{
	color:#ceb99e;
	background-color:#816555;
	font-weight:700;
	text-decoration:none;
}
 
#footer{
	margin:0px 0px 0px 0px;
	clear:both;
	text-align:center;
} 

#footer a{
	color:#808080;
	text-decoration:none;
} 

#footer a:hover{
	color:#808080;
	background:none;
} 


/* Form Elements */

.label	{
	width:150px;
	float:left;
	text-align:left;
	padding:2px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:120%;
}

.error{
	color:#FF0000;
	font-weight:700;
}

.FormInputs  {
	color:#333333;
	border-color:#fff;
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:2px;
}

.FormButton	{
	border-style:solid;
	color:#333333;
	border-color:#999999;
	border-left-width:2px;
	border-right-width:2px;
	border-top-width:2px;
	border-bottom-width:2px;
	background-color:#FFFFFF;
}


#film_reel{
	background:url(../images/film_reel.gif) top left repeat-x;
	width:470px;
	height:76px;
	margin:0px 0px 10px 0px;
} 

#film_reel img{
	margin:15px 10px 0px 0px;
}

#film_reel a:hover{
	background:none;
}
 
 /* *** Float containers fix:  *** */ 
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
 
.clearfix{display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */
