@charset "UTF-8";
/* CSS Document */

body{
	background-color: #999999;
	background-image: url(images/sb_bg.png);
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009900;
	padding-left: 15px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF9900;
	padding-left: 15px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009900;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
}



#main_wrapper{
	height: 702px;
	width: 936px;
	background-repeat: no-repeat;
	margin: auto;
	position: relative;
	background-image: url(images/IMG_0501.JPG);
}

#logo{
	background-image: url(images/cfs_logo.png);
	width: 100px;
	height: 700px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 50;
	float: left;
	left: 0%;
	clear: right;
	position: absolute;
}

#content{
	vertical-align: text-bottom;
	filter:alpha(opacity=50);
	opacity:0.65;
	background-color: #FFFFFF;
	z-index: 50;
	float: left;
	clear: right;
	position: absolute;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	bottom: 25px;
	left: 125px;
	max-width: 700px;
}

#navigation{
	filter:alpha(opacity=50);
	opacity:0.75;
	z-index: 70;
	max-height: 50px;
	background-color: #FFFFFF;
	padding: 10px;
	position: relative;
}

ul{
	color: #009900;
}

a:link{
	color: #FF9900;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:visited {
	color: #FF6600;
}

a:hover {
	color: #00CC00;
	font-style: italic;
} 
 
