﻿body {
	padding: 0;
	line-height: 1.5em;
	background-color: #409736; /* kelly green */
	margin-top: 10px;
	margin-bottom: 10px;
}

/* begin drop down shadow for the full page */
.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
	margin: 0 auto; /*Center container on page*/
	width: 950px; /*Width of main container*/
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
	margin: 0 auto; /*Center container on page*/
	width: 950px; /*Width of main container*/
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
	margin: 0 auto; /*Center container on page*/
	width: 950px; /*Width of main container*/
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	width: 950px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
/* end drop down shadow for the full page */

#topsection {
	height: 100px; /* height of top section */
	background-color: #f3e135;
}

#top_nav{
	width: 950px;
	background-color: #f3e135;
}

#contentwrapper {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

#contentcolumn {
	margin: 0 0px 0 0px; /* Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth */
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	clear: left;
	width: 100%;
	background: #f3e135;
	color: #000000;
	text-align: center;
	padding: 4px 0;
}

#footer a {
	color: #008000;
}

.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.picture {
	border-width: 0;
	margin: 10px;
}

.centered {
	text-align: center;
}