@charset "UTF-8";
a:link {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #003300;
	text-decoration: none;
}
a:visited {
	color: #006633;
	text-decoration: none;
}
a:hover {
	color: #66CC66;
	text-decoration: none;
}
h2 {
	font-size: 0.95em;
	font-weight: bolder;
	margin-bottom: -1em;
}
h1 {
	font-size: 1.25em;
}
h3 {
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: -1em;
}
p {
	font-size: 0.85em;
	margin-top: 1em;
	z-index: 200;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #006600;
	font-size: 100%;
}
.oneColFixCtrHdr #container  {
	width: 1016px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/container_bg.png);/*this is the background image for the content */
	background-repeat: repeat-y;
	margin-top: -22px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: top;
	position: relative;
}
.oneColFixCtrHdr #header  {
	background-image: url(../images/FCC_header.png);
	height: 300px;
	width: 1100px;
	position: relative;
	text-align: center;
	clear: both;
	margin-left: -44px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 0px;
	margin-bottom: 0px;
	top: 0px;
	margin-top: -75px;
}

.oneColFixCtrHdr #navbar  {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 1.3em;
	color: #666666;
	text-align: center;
	width: 957px;
	left: 65px;
	position: relative;
	top: 170px;
	vertical-align: text-top;
	z-index: 90;
}
.oneColFixCtrHdr  #navbar  ul li {
	list-style-type: none;
	display: block;
	float: left;
	width: 25%;
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	top: -110px;
	position: relative;
	clear: both;
}
.oneColFixCtrHdr #footer {
	background-color: #006600;
	clear: both;/* this keeps the footer image in place*/
	margin-left: -8px;
}
.oneColFixCtrHdr #footer p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -7px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #container #mainContent .flashGallery {
	height: 650px;
	width: 900px;
}
.oneColFixCtrHdr #bg-top {
	background-color: #006600;
	margin-left: -6px;
	margin-top: 25px;
}
.image_left {
	float: left;
	height: 600px;
	width: 450px;
	margin-right: 15px;
}
.studio_image_left {
	float: left;
	height: 400px;
	width: 300px;
	margin-right: 15px;
}
.flash_right {
	float: right;
	height: 100px;
	width: 445px;
	background-color: #CCCCCC;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.rightColumn {
	width: 450px;
	float: right;
}
.leftColumn {
	float: left;
	width: 280px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006600;
	clear: left;
	padding-right: 20px;
	margin-right: 10px;
}
