@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #954b20;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color:#d7701e;
	font-weight: 200;
	letter-spacing:.1em;
}
.oneColLiqCtr #container {
	width: 92%;  /* this will create a container 80% of the browser width */
	background: #954b20;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #954b20;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/ss.jpg);
	background-repeat: no-repeat;
	background-position: left 50px;
	font-size: .9em;
	vertical-align: bottom;
}
.oneColLiqCtr #mainContent #about{
	width:400px;
	color: #311E01;
}
#nav{
	width: 150px;
	position: absolute;
	left: 450px;
	top: 25px;
	line-height:20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	color: #CE672C;
}
#nav a:link {
	color: #CE672C;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav a:hover {
	color:#f3d040;
	text-decoration:none;
}
#nav #about{
	position: relative;
	left: -195px;
	
}
#nav #calendar{
	position: relative;
	left: -165px;
	
}
#nav #facebook{
	position: relative;
	left: -145px;
}
#nav #contact{
	position: relative;
	left: -120px;
}
#nav #participate{
	position: relative;
	left: -100px;
}
#nav #call{
	position: relative;
	left: -85px;
}
#slideshow{
	position: absolute;
	top: 201px;
	left:450px;
}
#next{
	padding: 20px;
	border: thin dotted #D26E1E;
	width: 200px;
	margin-left: 50px;
}
#ssaturdays{
	padding: 20px;
	width: 500px;
}
#main_logo{
	padding-top:50px;
}	
#innerContainer{
	float:right;
	padding-top:75px;
	width:52%;
	overflow:visible;
	font-size:.9em;
}
#line{
	align:center;
}
.smallHeader{
	color: #f3d040;
	font-size:1.1em;
}
.otherHeader{
	color: #D46E1E;
	font-size:1.1em;
}
a:link {
	color: #000;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #630;
}
a:visited {
	color: #000;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#630;
	text-decoration:none;
}
a:hover {
	color:#f3d040;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #963;
	text-decoration:none;
}
#appForm {
	font-size: 85%;
	padding:10px;
	background-color: #8a461e;	
}
#appForm .legend {
	font-weight:bold;
	font-size:100%;
	color:#F93;
	text-align:left;
}
#appForm .label {
	float: left;
	width: 300px;
	margin-right: 20px;
	text-align:right;
	clear: left;
	color:#C93
	
}
.smallText {
	font-size: 10px;
}

