/* @override http://localhost/ccf/fullsail/css/main.css */
*{
	font-family: Helvetica, Arial, sans-serif;
	line-height: 120%;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
html, body{
	font-size: 9pt;
	background: #FFFFFF url(../gfx/body.gif) 50% 0 repeat-y;
}
h1, h2{
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #e48b2b;
}
p{
	color: #3a79aa;
	margin-bottom: 10px;
}
img{
	margin: 0;
	padding: 0;
}
a img{
	border: 0;
}
a{
	text-decoration: underline;
	color: #3a79aa;
}
a:hover{
	color: #e48b2b;
}
.divider{
	height: 1px;
	margin: 10px 0 15px 0;
	display: block;
	background-color: #bfbfbf;
}
.separator{
	clear: both;
	margin-left: 95px;
	margin-top: 15px;
	height: 4px;
	width: 760px;
	display: block;
	background: transparent url(../gfx/separator.gif) no-repeat;
}
.clear{
	clear: both;
}
#contact p strong{
	color: #000000;
	font-weight: bold;
}
#header_back{
	height: 700px;
	width: 100%;
	background: url(../gfx/header_back.gif) repeat-x;
}
#footer_back{
	position: fixed;
	left: 0;
	bottom: 0;
	height: 70px;
	width: 100%;
	background: url(../gfx/footer_back.gif) repeat-x;
}
#container{
	width: 950px;
	margin: 0 auto;
	padding-bottom: 85px;
}
#wrapper{
	margin: 0 auto;
	width: 950px;
	min-height: 700px;
	background: transparent url(../gfx/header.jpg) top no-repeat;
}
#about{
	margin-left: 110px;
	padding-top: 156px;
	width: 538px;
	float: left;
}
#fs_logo{
	margin: 0 110px 15px 0;
	padding-top: 156px;
	float: right;
}
#contact{
	width: 178px;
	margin-top: 10px;
	margin-left: 110px;
	float: left;
}
table p{
	color: #000;
}
#calendar{
	width: 536px;
	margin-top: 10px;
	margin-right: 110px;
	float: right;
}
#calendar_top{
	width: 536px;
	height: 31px;
	display: block;
	background: transparent url(../gfx/cal_top.gif) no-repeat;
}
#calendar_table{
	margin-left: 1px;
	width: 535px;
	border-collapse: collapse;
	background: #f5f6d1;
}
td{
	padding: 9px 10px 6px 10px;
	border: 1px solid #c4c5a7;
}
tr:hover{
	background: #FFFFFF;
}
.calendar_date{
	width: 56px;
	font-weight: bold;
}
.calendar_activity{
	width: 79px;
}
#calendar_bottom{
	width: 536px;
	height: 7px;
	display: block;
	background: transparent url(../gfx/cal_bottom.gif) no-repeat;
}
#footer{
	height: 70px;
	width: 855px;
	margin: 0 auto;
	padding: 20px 0 0 95px;
	background: transparent url(../gfx/footer.jpg) no-repeat;
	color: #836d67;
}