* {
    margin:0;
    padding:0;
}

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background-color:#e9c58c;  
}

p {
    font-size:12px;
}

li.lg {
	font-size:14px;
	font-weight:bold;
	margin-bottom:9px;
}

h1 {
    font-size:28px;
    color:#006651;
}

h2 {
    font-size:18px;
    color:#006651;
    margin-top: 24px;
    margin-bottom: 0px;
}

h3 {
    font-size:14px;
    color:#006651;
    margin-top: 10px;
    margin-bottom: 0px;
}
sub {
	font-size: 16px;
	font-weight: bolder;
	font-style: italic;
	margin-top : 24px;
	margin-bottom : 2px;
	color: #006651;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
}

a:link, a:visited, a:active {
    font-weight: bold;
    text-decoration: none;
    color: #c9861b;
}
a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #006651;
}

#container {
    width:800px;
    margin:12px auto 12px auto; 
    background: white url(images/prairie_house_bkgd.jpg) top left no-repeat;
}

#inner_cont {
    width: 100%;
    margin: 0;
}
#calendar {
    width:776px;
    margin:12px auto 12px auto; 
	align: center;

}

#left {
    float: left;
    width: 200px;
    padding-top: 185px;
    padding-left: 55px;
}

#main {
    padding: 155px 25px 12px 285px;

}

#main p {
    font-size:12px;
    margin: 1.3em 0 0 0;
    line-height: 1.4em;
    margin-top: 12px;
    margin-bottom: 12px; 
}

#main p.sub {
    font-size: 16px;
    font-weight: bolder;
    font-style: italic;
    margin-top : 24px;
    margin-bottom : 24px;
    color: #006651;
    text-align: left;
    line-height: 24px;
}

#nav {
    text-align: center;
    width: 200px;
}

#nav ul {
    margin-top: 9px;
}

#nav ul, li {
    font-size: 12px;
    font-weight: bold;
    word-spacing: 0.1em;
    list-style-type: none;
    width: 200px;
}

#nav li {
    height: 21px;
    padding-top: 3px;
    background: transparent url(images/nav_bkg.jpg) top left no-repeat;
}

#nav a:link , #nav a:visited, #nav a:active{
    text-decoration: none;
    color: #006651;
}
#nav a:hover {
    text-decoration: none;
    color: #c9861b;
}
#footer {
    width: 100%; 
    margin: 0;
    padding: 3px 0 6px 0;
    background-color: #006a53;
    text-align: center;
}

#footer p {
    color: white;
    line-height: 1em;
    padding: 0.3em 0 0.3em 0;  
}

#footer p.address {
    font-size: 12px;
    font-weight: bold;
}

#footer p.copyright {
    font-size:10px;
}

#footer a:link, #footer a:visited, #footer a:active {
    text-decoration: none;
    color: #c9861b;
}
#footer a:hover {
    text-decoration: underline;
    color: #c9861b;
}

.cleaner {
    clear:both;
    height:9px;
    font-size:1px;
    border:none;
    margin:0; padding:0;
    background:transparent;
}
