#flare{
	width: 100%;
	height: 100%;
	background-image: url('../images/flare.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#body{
	width: 950px;
	margin: 0 auto;
}

#logo {
	display: block;
	float: left;
	width: 314px;
	height: 182px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}

#navbar{
	float: right;
	width: 592px;
}

#navbar a{
	float: left;
	text-decoration: none;
	font-weight: normal;
	color: #b1b2b2;
	font-size: 17px;
	font-family: Georgia, Times New Roman, Rockwell;
	padding: 57px 12px 20px 12px;
}

#navbar a:hover{
	background-image: url('../images/button_bg.png');
	background-repeat: repeat;
	color: #ffffff;
}

#content{
	background-color: #ffffff;
	padding: 15px;
	margin: 10px 0px 30px 0px;
}

#main_box{
	float: left;
	width: 642px;
	margin-right: 15px;
}

#shadow{
	float: left;
	width: 15px;
}

#shad_top {
	display: block;
	width: 15px;
	height: 137px;
	background-image: url('../images/shad_top.png');
	background-repeat: no-repeat;
}

#shad_mid{
	background-image: url('../images/shad_mid.png');
	background-repeat: repeat-y;
}

#shad_bot {
	display: block;
	width: 15px;
	height: 137px;
	background-image: url('../images/shad_bot.png');
	background-repeat: no-repeat;
}

#content_right{
	float: right;
	width: 236px;
	margin-right: 5px;
}

#calendar{
	margin-top: 20px;
}

#calendar a{
	text-decoration: none;
	font-size: 15px;
	font-family: century gothic, helvetica neue, arial;
	color: #939393;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: dotted 1px #939393;
	margin-bottom: 10px; display: block;
}

#calendar a:hover{
	color: #5d5d5d;
}

#buttons{
	margin-bottom: 20px;
}

.button_bg{
	background-image: url('../images/button_bg.png');
	background-repeat: repeat;
	float: left; width: 301px;
	margin-right: 10px;
	text-align: center;
	padding: 4px;
	font-family: century gothic, helvetica neue, arial;
	font-size: 27px;
	color: #ffffff;
	cursor: pointer;
}

.button_shadow {
	display: block;
	width: 282px;
	height: 12px;
	background-image: url('../images/button_shad.png');
	background-repeat: no-repeat;
}

#buttons img{
	border: solid 8px #ffffff;
	margin-top: 10px;
}

#inner_nav a{
	display: block;
	font-size: 16px;
	font-family: arial, helvetica, verdana;
	color: #566765;
	font-weight: normal;
	text-decoration: none;
	padding: 12px 9px;
	border-bottom: dotted 1px #939393;
}

#inner_nav a:hover{
	color: #0a2320;
}

#foot{
	margin-top: 20px;
	text-align: center;
	color: #6d7b76;
	font-size: 16px; 
	font-family: century gothic, helvetica neue, arial;
}

#foot a{
	color: #6d7b76;
	font-size: 16px; 
	font-family: century gothic, helvetica neue, arial;
	text-decoration: none;
	font-weight: normal;
}

#foot a:hover{
	color: #ffffff;
}

.cal_date{
	float: left;
	background-color: #d2d2d1;
	background-repeat: repeat;
	border: solid 1px #aeaeac;
	text-align: center;
	width: 120px;
	padding: 5px 0px;
	margin-right: 20px;
	color: #183934;
	font-weight: bold;
}

.cal_info{
	float: left;
	width: 234px;
}

.cal_info i{
	color: #a3a3a3;
}

.facebook:hover{
	opacity:0.4;
	filter:alpha(opacity=40);
}