#holdit { position: relative; width: 730px; }
#holdit img { position:absolute; top:10px; right:10px; z-index:1; }
#holdit p, #holdit h2, #holdit img.not { position:relative; z-index:10; text-align:left; }

#movie-box { width: 730px; height: 200px; text-align: center; }
#movie { width: 324px; height: 182px; background: black; color:#ffffff; margin: 20px auto; float: left; }
#movie-text { float: right; color: #184466; font-size: 1.3em; width: 350px; text-align: left; font-weight: bold; }
#flashcontent p { padding: 20px; }

.hide{ visibility: hidden; display: none; }

body{
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-size: 15px;
}

#bodywrap{
	width: 790px;
	margin: 0 auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

#header{
	background: url(../images/cfcbanner.jpg) transparent no-repeat top center;
	height: 108px;
	width: 770px;
	margin: 0 10px;
}

.head-pic { height: 209px; width: 770px; margin: 0 10px; }

.nav{
	text-align: left;
	height: 35px;
	width: 770px;
	margin: 0 10px;
	background-color: #184466;
}
.nav a { text-decoration: none; margin-right: 1.5em; color: #fff; }
.nav a:hover { margin-right: 1.5em; color: #999; }
.nav ul{ padding: 0; margin: 0; line-height: 35px; margin-left: 20px; }
.nav li{ display: inline; list-style-type: none; }


#content {
	width: 730px;
	margin: 0 10px;
	text-align: left;
	background-color: #fff;
	color: #262626;
	padding: 20px;
	padding-bottom: 35px;
	line-height: 1.5em;
}
a { color: #184466; text-decoration: none; }
a:hover { color: #666; text-decoration: none; }
h2 { color: #184466; font-size: 1.4em; }
h3 { color: #184466; font-size: 1em; }
#content a img { border: none; vertical-align: top; }
#content ul { padding: 0; margin: 0; padding-left: 1em; }
#content ol { padding: 0; margin: 0; padding-left: 2em; }
#content ol li { margin-bottom: 1em; }
blockquote {
margin: 0; 
font-style: italic;
}

#footer{
	font-family: Optima, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	width: 770px;
	margin: 0 10px;
	padding: 10px 0;
	background-color:#fff;
	color: #999;
	text-align: center;
}
#footer a { color: #999; }