html, body {
	height: 100%;
}

body {
	background-color: #000000;
	background-image: url(images/bg01.jpg);
	color: #E2B874;
	font: 11px sans-serif;
	margin: 0;
}

h1 {
	font-size: 1.8em;
	color: gray;
	text-align: left;
	margin-bottom: 35px;
}

a {
	text-decoration: none;
}

a:link {
	color: #929af0;
}
a:hover {
	color: #c77bb1;
	text-decoration: underline;
}
a:visited {
	color: #929af0;
}

#container {
	background-color: #000000;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #B4A3A4;
	min-height: 660px;
}

#fchead {
width: 880px;
height:158px;
background-image: url(images/fcheader.jpg);
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
}

#fcnav {
width:170px;
height: auto;
float: left;
background-color: #000000;
margin-left: 25px;
}

#contenthome {
width:554px;
height: 290px;
margin-right: 25px;
margin-bottom: 20px;
float: right;
}

#contentbio {
width:554px;
margin-right: 25px;
margin-bottom: 20px;
float: right;
color: silver;
font-size: 1.4em;
line-height: 1.4em;
text-align: justify;
}

#contentcontact {
width:554px;
margin-right: 25px;
margin-bottom: 20px;
float: right;
color: silver;
font-size: 1.4em;
line-height: 1.4em;
text-align: justify;
}

#showadvert {
float: right;
margin-right: 25px;
margin-bottom: 40px;
	margin-top: 20px;
}

#contentvid {
width:554px;
height:320px;
float: right;
margin-right: 25px;
margin-bottom: 40px;
}

#vidtitle{
width: 554px;
height: 48px;
background-image: url(images/video_001_01.jpg);
}
#vidbox{
width: 554px;
background-color: #000000;
height: 255px;
text-align: center;
background-image: url(images/video_001_02.jpg);
}
#vidfooter {
width: 554px;
height: 47px;
background-image: url(images/video_001_03.jpg);
}


#footer {
height: 22px;
text-align: center;
width: 880px;
background-color: #000000;
margin-left: auto;
margin-right: auto;
margin-top: 12px;
padding-top: 14px;
	clear: both;
	font-size: 12px;
	color: #FFFFFF;
	border-top: 1px solid #B4A3A4;
	border-bottom: 1px solid #B4A3A4;
}

/*** MISC STYLES ***/

p.intro:first-letter {
font-size : 18px; 
font-weight : bold; 
text-align : left; 
}
