﻿#wrapper	{
	position:relative;
	margin:0 auto 20px auto;
	width:800px;
	z-index:1;
}

#banner 	{
	position :relative;
	width:800px;
	height:341px;
	background-image:url("../images/banner-elk-1.jpg")
}

#banner-menu	{
	position:relative;
	float:left;
	width:795px;
	height:21px;
	background-color:#030;
	padding:4px 5px 0 0;
	font-size:11px
}

#footer	{
	position:relative;
	float:left;
	width:790px;
	height:25px;
	background-image:url("../images/footer.png");
	color:#0A0;
	text-align:right;
	font-size:10px;
	padding:0 10px 5px 0;
}

#menu	{
	position:relative;
	float:left;
	width:178px;
	height:auto;
	padding:10px;
	list-style: square;
	background: #360;
	color: #CCC;
}

#logo	{
	position:relative;
	margin:22px auto 22px auto;
	width:135px;
	height:135px;
}
#content	{
	position:relative;
	float:left;
	width:800px;
	background-image:url("../images/content.jpg")
}

.full-width	{
	position:relative;
	float:right;
	min-height:300px;
	width:560px;
	padding:10px;
	background-color:#0C0;
	margin-bottom:10px;
}

.s100	{position:relative;float:left;width:560px;}
.s66	{position:relative;float:left;width:66%;}
.s50	{position:relative;float:left;width:50%;}
.s33	{position:relative;float:left;width:33%;}
.s25	{position:relative;float:left;width:25%;}

.s66r	{position:relative;float:right;width:66%;}
.s50r	{position:relative;float:right;width:50%;}
.s33r	{position:relative;float:right;width:33%;}
.s25r	{position:relative;float:right;width:25%;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#deer 	{
	margin-top:10px;
}

.eventWrapper	{
	position:relative;
	float:left;
	margin:10px 0;
	width:530px;
	border-top:2px solid #060;
	border-bottom:2px solid #060;
	padding:3px 0;
	}
.eventName {
	position:relative;
	float:left;
	width:60%;
	font-size:16px;
	font-weight:bold;
	}
.eventDate	{
	position:relative;
	float:left;
	width:25%;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	}
.eventPrice	{
	position:relative;
	float:left;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	width:15%;
	}
.eventDescription	{
	position:relative;
	float:left;
	width:80%;
	text-align:left;
	margin-top:5px;
	min-height:30px;
	}
.evenButton	{
	position:absolute;
	bottom:0;
	right:0;
	width:20%;
	text-align:right;
	}

.membershipName{
	position:relative;
	float:left;
	width:100%;
	font-size:16px;
	font-weight:bold;
	}

.membershipDescription	{
	position:relative;
	float:left;
	width:60%;
	text-align:left;
	margin-top:5px;
	min-height:30px;
	}
.membershipButton	{
	position:absolute;
	top:0;
	right:0;
	width:40%;
	font-size:14px;
	text-align:right;
	font-weight:bold;
	}