body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
	
	h2 {
		color: #566c19;
		margin: 0;
	}
	
	h3 {
		color: #b02d7a;
		margin: 0.5em 0;
		
	}
	#header #content, #menu #content, #main, #footer #content {

		margin: 0px 40px;
	}
	
	#main {
		margin: 0;
	}
	
	

	#header {
		height: 112px;
		width: 100%;
		background: #000000 url(images/header_background.jpg) top left repeat-x;
	}
	
		#header img {
			border: 0;
		}
		
	#menu {
		background: #94b524 url(images/top_menu_background.jpg) top left repeat-x; /* Pale green */
		width: 100%;
		text-transform: uppercase;
		font-size: 86%;
	}
		
		#menu ul {
			margin: 0;
			padding: 4px 0;
		}
		
			#menu ul li {
				display: inline;
				margin-right: 25px;		
			}
			
			#menu a {
				text-decoration: none;
				color: #212908;
				white-space: nowrap;

			}
			
				#menu a:hover {
					color: #3b480e;
				}
					
				#menu .here {
					color: #FFFFFF;
					font-weight: bold;
				}
				
	
	#main {
		padding: 0;
		background:url(images/screened_logo.gif) no-repeat 240px 50px;	
	}
	
	.normal {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		margin: 0px 40px !important;
	}
	
	.fullwidth {
		width: 100%;
	}
	
	.main_wrapper {
		margin-top: 1em;
	}
		#main p.deck {
			font-size: 120%;
			color: #4f6319;
		}
		
		#main ul {
			padding: 0;
			margin: 1em 0;
			list-style-type: none;
		}
		
		#main ul li {
			margin: 0;
			margin-bottom: 10px;
			font-weight: bold;
			font-size: 110%;
			color: #333;
		}
		
			#main ul li strong {
				color: #d13691 ;
			}
		
		
	
		#main a {
			color: #748e1b;
			border-bottom: 1px solid #94b524;
			text-decoration: none;
		}
	
			#main a:hover {
				color: #69274e;
				border-bottom: 1px solid #748e1b;
			}
			
		.loading {
			background: url(images/loading.gif) 50% 50% no-repeat;
		}
		#main #slideshow {
			height: 298px !important;
		}
		
			#main #js_slideshow {

			}
		
			#main #slideshow #slideshow_image {

			}
			
			/*
			#main #slideshow #slideshow_caption {
				width: 375px;
				background: url(images/caption_bg.jpg) repeat-x;
				margin: 0;
				padding: 5px 10px;
				text-align: center;
				font-weight: bold;
				color: #faffe9;
			}
			*/
			

	#filmstrip {
		margin-left: 1em;

	}
	
	.filmstrip_horizontal .photo {
		margin-right: 10px;
		float: left;
	}
	
		#filmstrip .photo {
			margin-bottom: 10px;
		}
	.right_content {
		margin: 0 0 0 200px;
		padding: 20px 0 0 20px;
	}
	
	*html .right_content {
		height: 1%;
	}

	ul.photos {
	}
	
	ul.photos li {
		float: left;
		margin-right: 10px;
	}
	
	ul.photos li a {
		border: 0 !important;
	}
	
	ul.photos li a img {
		border: 5px solid #FFF;
	}
	.calendar {
		
	}
	
	.calendar table {
		xborder: 1px solid #CCC;
	}
	
		.calendar td {
			border: 1px solid #CCC;
			border-top: 0;
			text-align: center;
			padding: 2px 4px;
		}
		
		.calendar td.camp_name {
			background-color: #eaf7ce;
			color: #3c5110;
			font-weight: bold;
		}
		.calendar table th {
			background: url(images/caption_bg.jpg) repeat-x;
			margin: 0;
			padding: 2px 4px;
			text-align: center;
			font-weight: bold;
			color: #faffe9;
		}
		
		.calendar .subtable {
			border-bottom: none;
			border-right: none;
			width: 100%;
		}
		
		.calendar .heading {
			background: #d73990 url(images/pink_bg.jpg) repeat-x;
			color: #FFF;
			font-weight: bold;
			text-align: left;
		}
		
		.calendar .footing {
			border-left: none;
			border-right: none;
		}
		.calendar .subtable tr td {
			white-space: nowrap;
		}
		
	#left_sidebar {
		width: 180px;
		float: left;
		margin: 0;
		font-size: 90%;
		background: url(images/sidebar_bg.jpg) repeat-x #af3277;
		padding: 0px 10px;
		position: relative;
	}
		
		#left_sidebar ul {
			padding: 0;
			margin: 3em 0 0 0;
			list-style-type: none;
		}
		
		#left_sidebar a {
			text-decoration: none;
			
		}
	
		#left_sidebar .features {

		}
		#left_sidebar .features .feature {
			padding: 10px;
			color: #f2d1e3;
		}
		
			#left_sidebar .feature h3 {
				color: #f7dfec !important;
				font-size: 1.25em;
				margin-bottom: 0.25em;
			}
			
			#left_sidebar .feature a {
				color: 	#FFF;
				border-bottom: 1px solid #FFF;
				font-weight: bold;
			}
			
	fieldset {
		border: none;
		padding: 10px;
	}
		
	fieldset h3 {
		border-bottom: 1px solid #CCC;
	}
	
	fieldset br {
		clear: both;
	}
	label {
		width: 200px;
		margin-right: 10px;
		text-align: right;
		float: left;
		font-size: 90%;
	}
	fieldset h4{
		color: #999999;
	}
	
	fieldset input {
	
	}
	
	.register_submit {
		font-size: 1.5em;
		background: url(images/sidebar_bg.jpg) #af3277; 
		padding: 4px 8px;
	}
	
	.registration_info {
		border: 1px dashed red;
		float: right;
		width: 250px;
		margin-top: 40px;
	}
	
	
	#footer {
		background: #000000;
		color: #5c5c5c; /* Dark grey */
		padding: 20px 40px;
		text-align: right;
	}	
		#footer a {
			color: #5c5c5c; /* Dark grey */
			text-decoration: none;
		}
			#footer a:hover {
				color: #999999;
			}
		
		#footer p {
			margin: 0;
		}
		
	
.endcontent {
	clear: both;
}