*, html {
	padding: 0;
	margin: 0;
	}
	
body {
	background: url(images/bg_image.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	}
	
.clear {
	clear: both;
	}
	
.fl {
	float: left;
	}
	
.fr {
	float: right;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #005480;
	}
	
#divider {
	font-weight: normal;
	font-family: Helvetica;
	color: "orange";
	}
	
ul, li {
	list-style: none;
	}
	
#wrapper {
	width: 960px;
	height: 700px;
	padding: 0 15px;
	margin: 0 auto;
	background: url() no-repeat top center;
	}
	
#contact{
	width: 960px;
	height: 354px;
	text-align: center;
	padding:0px 0px 0px 0px;
	background-image:url('images/contact_img.jpg'); 
	}

#calendar{
	width: 960px;
	height: 354px;
	text-align: center;
	padding:0px 0px 0px 0px;
	background-image:url(''); 
	}
	
	
.contact { 
	color:#000;
	text-decoration:none;
	vertical-align: middle;
	line-height: 5px;	
	padding: 2px 26px 2px 26px;
	}

	
#header {
	width: 960px;
	height: 118px;
	text-align: center;
	padding:0px 0px 0px 0px; 
	}
	
/*spacer*/
#spacer {
        margin: 0 0 0 0px;
        padding: 0;
        width: 960px;
        height: 118px;
        }
		
/*spacer*/

/*contact spacer*/

#contact_spacer {
        margin: 0 0 0 0px;
        padding: 0;
        width: 960px;
        height: 89px;
        }
	
/*homepage images*/
	
#box_one {
        position: absolute;
        margin: 0 0 0 97px;
        padding: 0;
        width: 118px;
        height: 118px;
        }

#box_two  {
		position: absolute;
        margin: 0 0 0 257px;
        padding: 0;
        width: 118px;
        height: 118px;
        }
		
#box_three  {
		position: absolute;
        margin: 0 0 0 417px;
        padding: 0;
        width: 118px;
        height: 118px;
        }
		
#box_four {
		position: absolute;
        margin: 0 0 0 587px;
        padding: 0;
        width: 118px;
        height: 118px;
        }
		
#box_five {
		position: absolute;
        margin: 0 0 0 747px;
        padding: 0;
        width: 118px;
        height: 118px;
        }
		
/*end homepage images*/


#header img {
	float: middle;
	}
	
#header h1 {
	overflow: hidden;
	width: 0;
	height: 0;
	}
	
#header ul {
	float: right;
	height: 33px;
	width: 470px;
	list-style: none;
	background: url(images/nav-bg.gif) repeat-x;
	margin-top: 59px;
	}
	
#header li {
	float: left;
	font-size: 10px;
	padding: 10px 30px;
	background: url(images/nav-divider.gif) top right no-repeat;
	}
	
#header li a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header li a:hover {
	text-decoration: underline;
	}
	
#header li.last {
	background: none;
	}
	
.contentWrapper {
	position: relative;
	width: 930px;
	height: 269px;
	display: none;
	visibility: hidden;
	}

#content_left {
	float: left;
	width: 475px;
	padding-left: 3px;
	}
	
#content_right {
	float: left;
	width: 600px
	padding-left: 10px;
	}

#calendar {
	float: left;
	width: 920px;
	padding-left: 20px;
	padding-right: 20px;
	
	}
	
#footer {
	color: #64472f;
	font-size: 10px;
	margin: 15px 3px;
	padding-bottom: 15px;
	}
	
#footer a {
	color: #875b38;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#contact_content {
	width: 444px;
	font-family: Helvetica, sans-serif;
	text-align: right;
	line-height: 15px;
	font-size: 8pt;
	;
	float:right;
	margin-top: 95px;
	padding:0px;
	background-color:#FFF;
	color:#000;
}
	
#nav {
width: 960px;
font-family: Helvetica, sans-serif;
text-align: center;
line-height: 14px;
font-size: 8pt;;
float:center; 
padding:0px;
background-color:#FFF;
color:#000;
}

#nav a { 
color:#000;
text-decoration:none;
vertical-align: middle;
line-height: 5px;
margin-top: 100px;
padding: 2px 26px 2px 26px;
}

#nav a:hover {
color:#707070;
text-decoration:none;
}

.navigation {
    text-align: center;
    padding: 10px 0px;
}

