body {
	background-color: #0C201E;
	background-position: center;
	background-attachment:fixed;
	background-repeat: no-repeat;
	margin: 0;
}

html,body {
	/* height: 100%; */
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	color:#CCCCCC;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

a, a:visited{
	color: #F1E902;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#frame {
	position: relative;
	background-image: url(../images/film_bkgd.jpg);
	background-repeat:no-repeat;
	width: 840px;
	height: auto;
	margin: 0 auto;	
	padding: 0;
	text-align: left;
}

#thetop{
	display: block;
	background-image:url(../images/film_topTitle.jpg);
	background-repeat: no-repeat;
	width: 840px;
	height: 100px;
	text-align: left;
}

#topbtn {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#mainmenu {
	display: block;
	width: 448px;
	height: 31px;
	padding: 0;
	margin: 0;
	padding-top: 2px;
	padding-left: 190px;
}

#mainmenu ul {
	list-style: none;
	text-indent: 0;
	margin: 0;
	padding: 0;
}

#mainmenu li {
	display: block;
	float: left;
	list-style: none;
	text-indent: 0;
	margin: 0;
	padding: 0;	
}

#headerarea {
	display: block;
	width: 840px;
	height: 79px;
	text-align: left;
	margin: 0;
	padding: 0;
}

#headerarea h1{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 30px;
	width: 482px;
	height: 53px;
	background-image:url(../images/film_headerImg.jpg);
	text-indent: -3000px;
	overflow: hidden;
}

#themid {
	text-align: center;
}

#midlow {
	display: block;
	background-image:url(../images/family_bottomTitle.jpg);
	background-repeat: no-repeat;
	height: 55px;
}

#thebot{
	display: block;
	background-image: url(../images/family_bottomGraphic.jpg);
	background-repeat: no-repeat;
	width: 840px;
	height: 257px;
	margin: 0 auto;
}

#thecontent{
	display: block;
	width: 500px;
	margin: 0 auto;
}

#thecontent p {
	font-family:"Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	line-height: 16px;
	margin: 10px;
}


.clearIt {
	clear: both;
	display: none;
}

