﻿/* CSS layout */
body{
	margin: 0 0 0 0;
}
#masthead {
	width:100%;
	height:215px;
	background-image:url('images/banner2.jpg');
	background-repeat:repeat-x;

}
#coldwater{
	width:316px;
	height:60px;
	margin:20px 0px 0px 10px;
	padding-top:50px;
	background-image:url('images/coldwater.gif');
	background-repeat: no-repeat;
}	
#kids{
	width:250px;
	height:157px;
	float:right;
	margin-right:10px;
    margin-top:-118px;
    background-image:url('images/kids.gif');
    background-repeat:no-repeat;
}
#youth{
	width:320px;
	height:80px;
	margin-top:10px;
	margin-left:0px;
	background-image:url('images/youth.gif');
	background-repeat:no-repeat;
}
#flashmovie{
	width:350px;
	height:80px;
	margin:-68px 0px 0px 330px;
}
#top_nav {
	height:34px;
	background-image:url('images/navbar.jpg');
	background-repeat:repeat-x;
	padding-left:60px;
	padding-top:3px;
	width:100%;
}
#container {
	width:850px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#right_col{
	width: 250px;
	text-align: center;
	float:right;
}
#page_content{
	width:500px;
	margin-top:35px;
	left: 5%; 
	top: 232px;
	height:auto;
	text-align:justify;
	float:left;
}
#camp{
	position:absolute;
	width:300px;
	height:45px;
}
#cross{
	width:150px;
	float:right;
	margin:5 10 10 10;
}
#events{
	width:520px;
	height:55px;
	float:left;
	background-image:url('images/events.jpg');
	background-position:center;
	background-repeat:no-repeat;
}
#divider{
	width:100%;
	clear:both;
	margin:35px 0 0 0;
}
#footer {
	margin:0 auto 0 auto;
	width:850px;
	background-image:url('images/divider.jpg');
	background-repeat:no-repeat;
	height:16px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	color:#333;
}
img{
	border: none;
}

/*Typography*/

p{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:medium;
	color:#333;
}
a{
	color:red;
}
a:hover{
	color:#DE6D07;
}
a:visited{
	color:red;
}
li{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:medium;
	color:#333;
	list-style-type:square;
}




















