body {
	background:url(images/layout/background.gif);
	background-attachment:fixed;
	text-align:center;
	margin:auto;
	margin-top:20px;
}
#wrapper {
	width:960px;
	margin:auto;
}
#page {
	width:956px;
	background-color:#fff;
	display:block;
	text-align:left;
	border-right:2px solid #41ae4a;
	border-left:2px solid #41ae4a;
	padding-bottom:20px;
}
#nav {
	position:relative;
	display: block;
	height:34px;
	font-size:18px;
	line-height:30px;
	text-align:right;
	background:none;
	background-repeat:no-repeat;
	background-position:right;
	font-family:"Comic Sans MS";
	padding-right:20px;
}
#nav a {
	text-decoration:none;
}
#nav a:hover {
	color:#007ac3;
}
#content {  
	margin-left:25px;
	margin-right:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#222;
}
.intro {font-size:1.1em; }
#photos {
	position: relative;
	float:right;
	margin-right:20px;
	width:268px;
	text-align:right;
}
#feature {
	position:relative;
	margin:0;
	float:right;
	width:459px;
	background-image:url(images/layout/feature-back.gif)
}
#feature p {
	margin-left:20px;
	margin-right:12px;
	margin-top:0;
	margin-bottom:0;
}
#gmap {
	position:relative;
	display:block;
	float:right;
	width:480px; height:300px;
	border:1px solid #ccc;
}
.subhead {
	font-size:24px;
	font-weight:bold;
	font-family: "Comic Sans MS";
}
.subhead2 {
	font-size:18px;
	font-weight:bold;
	font-family: "Comic Sans MS";
}
#header {
	position:relative;
	width:960px;
	height:140px;
	background:#41ae4a;
	text-align:left;
	border-top:1px solid #50d95c;
}
#header .rooster {
	position:absolute;
	left:840px;
	top: 11px;
} 
#header .slogan {
	position:absolute;
	left:220px;
	top:5px;
	font-family: "Comic Sans MS";
	color:#EEEEEE;
}
#header #address {
	position:absolute;
	left: 630px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000;
	top: 72px;
}
#footer {
	position:relative;
	width:960px;
	height:24px;
	background:#41ae4a;
	text-align:left;
	color:#fff;
	font-size:10px;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#footer #copy {
	position:absolute;
	left:600px;top:0;
	width:350px;
	text-align:right;
}
#footer #implementer {
	text-indent:10px;
}
