/* CSS Document */

* {
padding: 0;
margin: 0;
}

body {
	background-color: #302e1b;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-size: 18px;
	color: #451821;
}

h2 {
	font-size: 18px;
	color: #451821;
}
h3 {
	font-size: 18px;
	color: #451821;
}
H4 {
	font-size: 14px;
	margin-bottom: 4px;
}
#headerTop {
	background-image: url(images/header/headerBg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#headerMiddle {
	text-align: center;
}
/* IE6 Only */
* html #headerMiddle {
	text-align: center;
	margin-top: -5px;
	margin-bottom: -5px;
}
/* IE7 Only */
*:first-child+html #headerMiddle {
	text-align: center;
	margin-top: -5px;
	margin-bottom: -5px;
}
#content {
	width: 1000px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/contentBg.gif);
	background-repeat: repeat-y;
	float: left;
}

#headerBottom {
	background-image: url(images/header/fernglen_03.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	text-align: center;
	clear: both;
}
#headerCopy {	
	margin-left: 300px;
	margin-right: 60px;
	width: 640px;
	text-align: left;
	font-weight: bold;
	letter-spacing: .06em;
}
#columnLeft {
	float: left;
	clear: right;
	margin-left: 40px;
	width: 177px;
}
/* IE6 Only */
* html #columnLeft {
	float: left;
	clear: right;
	margin-left: 15px;
	width: 177px;
}

#columnRight {
	width: 720px;
	float: right;
	background-color:#FFFFFF;
	margin-right: 40px;
}
/* IE6 Only */
* html #columnRight {
	width: 680px;
}

#footer {
	background-image: url(images/bottomBg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-position: top;
	clear: both;
}
ul {
	list-style-position: outside;
	margin-left: 18px;
	list-style-image: url(images/bullet.gif);
	text-align: left;
}
.copy {
	margin-left: 60px;
	margin-right: 40px;
	text-align: left;
	margin-bottom: 20px;
}
/* IE6 Only */
* html .copy {
	margin-left: 55px;
	margin-right: 40px;
	text-align: left;
	margin-bottom: 20px;
}
/* IE7 Only */
*:first-child+html .copy {
	margin-left: 55px;
	margin-right: 40px;
	text-align: left;
	margin-bottom: 20px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.border {
	background-color: #f8eccd;
	padding: 3px;
	border: 1px solid #451821;
}
#picLeft td {
	padding-bottom: 13px;
	text-align: center;
}
#picLeft img {
	background-color: #f8eccd;
	padding: 3px;
	border: 1px solid #451821;
}
#activities {
	margin-right: 60px; 
}
#activitiesContent {
	background-color: #f8eccd;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #451821;
	border-left-color: #451821;
	
}
#summerActivities {
	float: right;
}
#springActivities {
	float: right;
	margin-right: 21px;
}
#winterActivities {
	margin-right: 21px;
	float: right;
}

#members {
	margin-bottom: 20px;
	margin-top: 16px;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
}

#members a {
	color: #000000;
	text-decoration: none;

}

#actvitiePics {
	clear: right;
}
/* IE7 Only */
*:first-child+html #actvitiePics {
	margin-right: -40px;
}

#conactInfo {
	font-size: 15px;
}
#disclaimer {
	font-size: 10px;
	text-align: center;
}

/* IE6 Only */
* html #contactMap {
	margin-top: -45px;
}
/* IE7 Only */
*:first-child+html #contactMap {
	margin-top: -45px;
}
