body
{
	margin: 0;
	padding: 0;
	background: #193211; /* dark green */
}

#container
{
	float: center;
	
	margin: 1em auto;
	width: 760px;
	height: 935px; /* this was required after making nav changes*/
	background: #AB7942; /* pale brown */
	border: 5px solid #AB7942; /*pale brown */
}
#calendar_container
{
	float: center;
	
	margin: 1em auto;
	width: 760px;
	height: 1265px; /* this was required after making nav changes*/
	background: #AB7942; /* pale brown */
	border: 5px solid #AB7942; /*pale brown */
}

#header 
{ 
	float: left;
	position: relative;
	background-image:url('new_header2.png');	
	width: 760px;
	height: 200px;	
}


#banner
{
	background: #193211; /* dark green */
}
#mainnav 
{ 
	float: left;
	width:760px;
	height: 25px;
	background: #281818; /* dark brown */ 
}
#mainnav ul
{
margin:0px; padding:0px;
}
#mainnav ul li
{
display:inline; height:25px; float:left; list-style:none;
margin-left:15px;
}


#menu
{
	float: left;
	width: 200px;
	background: #AB7942; /*pale brown */
}

#contents
{
	float: right;
	width: 560px;
	
	background: #AB7942; /*pale brown */
	/*margin: 0px;*/
}
.blogentry
{
color: black;
/*font-family:"Times New Roman", Times, serif;*/
font-family:"Century Gothic", Times, serif;
font-size:16px;

}

#footer
{
	float: left;
	position: relative;
	clear: both;
	background: #6D380A; /* medium brown */
}



.links 
{ 
	color: #000; 
}
.links a:link { color: #fff; }
.links a:hover {color: #000; }
.links a:visited {color: #000; }
.links a:active {color: #000; }
.links a:focus {color: #000; }



h1
{
color: #6D380A; /* medium brown */
}

/* navigation links remove underline */
.navfont 
{  
	text-decoration:none;
	color: #AB7942; /* pale brown */  
	line-height: 25px;
	float: left;
    text-align: center;
    /*
	width: 150px;
	height: 25px;
	*/
	margin-left: 35px;
	font-family:"Century Gothic", Times, serif;
}

.navfont a:link, a:active, a:visited {
        color: #AB7942; /* pale brown */
}

.navfont a:hover {
        background: #AB7942; /* pale brown */
        color: #000;
}
.navfont a:focus {
        background: #AB7942; /* pale brown */
        color: #000;
}

.rounded-corners {
/*
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    behavior: url(/border-radius.htc);
    border-radius: 20px;	
	*/
}
