body {
	background-color: #efe5d0;
	font-family:      Georgia, "Times New Roman", Times, serif;
	font-size:        small;
	margin:           10px;
}

#header {
  margin:           0px;
  height:           170px;
}

#main {
  background:       #ffffff url(images/background.gif) top left;
  border-color:	    #ffffff;
  font-size:        105%;
  padding:          15px;
  margin:           0px 10px 10px 10px;
  width: 	520px;
  float:	left;
}

#sidebar {
  background:       #fbf5ef bottom right;
  border-style:  double;
  border-color:		#efe5d0;
  font-size:        105%;
  padding:          15px;
  margin:           0px 10px 10px 570px;
}

#footer {
	background-color: #53141c;
	color:            #FFFFFF;
	text-align:       center;
	padding:          15px;
	margin:           10px;
	font-size:        90%;
	clear:	    left;
}

#allcontent {
  border-color:		#006633;
  width:		850px;
  padding-top:		0px;
  padding-bottom:	5px;
  background-color:	#ffffff;
  margin-right:		auto;
  margin-left:		auto;
}

h1 {
  font-size:        130%;
  text-align:	center;
  color:            #000000;
}

h2 { font-size: 110%; }

.slogan { color: #000000; }

.whatsnewheading {
  text-align:       center;
  line-height:      1.8em;
}

.friendsofgday {
  text-align:       center;
  line-height:      1.8em;
}

.whoweareheading {
  text-align:       center;
  line-height:      1.8em;
}

a:link {
  color:            #b76666;
  text-decoration:  none;
  border-bottom:    thin dotted #b76666;
}
a:visited {
  color:            #675c47;
  text-decoration:  none;
  border-bottom:    thin dotted #675c47;
}

/* The outermost container of the Menu Bar, an auto width box with no margin  */
ul.MenuBarHorizontal
{
	margin: 0;
	padding-left: 0px;
	padding-bottom:  20px;
	padding-top: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	width: auto;
	float: left;
}
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
/* Menu items are  with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	background-color: #53141c;
	padding: 0.7em 1em;
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 0px solid #999999;
	border-left: 0px solid #FFFFFF;
	border-top: 0px solid #999999;
	border-bottom: 0px solid #FFFFFF;
	letter-spacing: 1px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FFFFFF;
	color: #003399;
}#allcontent #menubar {
	background-color: #53141c;
	padding-bottom: 10px;
}
#allcontent #menubar #mainNav {
	text-align: center;
}
#allcontent #main #outdoormaintext {
	font-style: italic;
}
