body {
    background-color:#f5f4c4;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
    background-position:left bottom;
	background-attachment:fixed;
    font-family: Helvetica; "Palatino Linotype", Palatino,  ;
}
.primaryContainer {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
	margin-top: 15px;
	min-height: 100%;
    width: 1200px;
	background-color: #fff; 
}

h1 {
	font-family: Handlee, Helvetica;
	font-style:bold;
	font-size:18px; 
	color:#72bf44;
	letter-spacing:2px;
}
h2 {
	font-family: Handlee, Helvetica;
	font-size:16px; 
	color:#72bf44;
	letter-spacing:2px;
}
h3 {
	font-family: Handlee, Helvetica;
	font-size:14px; 
	color:#72bf44;
	letter-spacing:2px;
}

#logo {
    float: none;
    width: 400px;
    margin-left: auto;
	margin-right: auto;
    margin-top: 10px;
	padding-top: 15px;
	border:0px;
}

.nav {
    float: left;
    margin-left: 130px;
    margin-top: 10px;
    width:1200px;
	padding-top: 9px;
	font-family: Handlee, bold;
	letter-spacing:1px;
}
#nav { list-style-type: none; height: 30px; padding:0px; margin: 0px; font-size:18px; }
#nav li { float: left; position: relative; margin-right:10px; line-height: 30px; background: rgb(216, 211, 136); }
#nav li:hover { background: #f3f1ab; }
#nav li a { display: block; padding: 0 25px; color: rgb(89, 34, 15); text-decoration: none;}
#nav li a:hover { color: #72bf44; }

#active { color: #72bf44 !important; background: #f3f1ab;}

#subnav { list-style-type: none; height: 25px; padding: 0; margin-top: 10px; font-size:16px; }
#subnav li { float: left; position: relative; margin-right:10px; line-height: 20px; background: rgb(243, 241, 171);}
#subnav li:hover { background: #f3f1ab; }
#subnav li a { display: block; padding: 2px 25px 0px 25px; color: rgb(89, 34, 15); text-decoration: none; }
#subnav li a:hover { color: #72bf44; }

#content {
    float: none;
    font-size: 1em;
    width: 1150px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.2em;
    word-wrap: break-word;
    margin-left: 15px;
    margin-top: 120px;
	padding: 0px 10px 10px 10px;
}

.intro {
	font-family: "Palatino Linotype", Palatino, Helvetica;
	font-size:18px;
    font-weight:bold;
	color:#72bf44;
	letter-spacing:2px;
	text-align:center;
	margin-top: -45px;
	margin-bottom: -25px;
}
#footer {
    float: none;
    width: 1150px;
    max-width: 100%;
    height: 430px;
    margin-left: 25px;
    margin-bottom: 5px;
	padding-bottom:25px;
    clear: none;
}
p { line-height:160%;
	font-family: Helvetica;
	font-size:14px;
}

a { color: #77BF44; }
a:hover { color: #59220F; }


.image {
    display: block;
}