html, body {
height: 100%;
}

body {
background-color: #aaa8a4;
}

.page_container {
margin: 0 auto;
width: 802px;
text-align: left;
border: 1px solid black;
}

#header_container {
width: 802px;
height: 187px;
border-top: 34px solid #221e1f;
}

.header_logo {
position: relative;
margin: 0 auto;
width: 802px;
height: 151
text-align: left;
z-index: 5500;
border-top: 1px solid #bc8a58;
border-bottom: 1px solid #bc8a58;
}

.top_edge {
position: relative;
width: 802px;
margin-top: -20px;
z-index: 100;
}

#navigation_container {
width: 802px;
height: 36px;
position: relative;
z-index: 5000;
background: transparent url(images/inner_main_repeating_background.gif) repeat-y 0 0;
}

#navigation {
width: 802px;
height: 36px;
float: left;
}

/* - - - NAVIGATION  - - - */
ul#menu {
width:802px;
height:36px;
margin:0px 0px 0px 0px;
padding:0;
border:0;
background:transparent url(images/link-bar.gif) no-repeat 0 0;
}

ul#menu li {
padding:0;
margin:0;
display:block;
float:left;
text-indent:-9999px;
color: #000;
}

ul#menu li a {
border:0;
display:block;
text-decoration:none;
background:transparent url(images/link-bar.gif) no-repeat;
outline: none;
}

li#upcoming_events a {
width:168px;
height: 36px;
padding: 0;
margin: 0;
}

li#photo_gallery a {
width:149px;
height: 36px;
padding: 0;
margin: 0;
}

li#purchase_support a {
width:172px;
height: 36px;
padding: 0;
margin: 0;
}

li#the_foundation a {
width:170px;
height: 36px;
padding: 0;
margin: 0;
}

li#links a {
width:143px;
height: 36px;
padding: 0;
margin: 0;
}

li#upcoming_events a:hover {
background-position: 0 -36px;
}

li#photo_gallery a:link, li#photo_gallery a:visited {
background-position: -168px 0px;
}

li#photo_gallery a:hover {
background-position:-168px -36px;
}

li#purchase_support a:link, li#purchase_support a:visited {
background-position: -317px 0px;
}

li#purchase_support a:hover {
background-position:-317px -36px;
}

li#the_foundation a:link, li#the_foundation a:visited {
background-position: -489px 0px;
}

li#the_foundation a:hover {
background-position:-489px -36px;
}

li#links a:link, li#links a:visited {
background-position: -659px 0px;
}

li#links a:hover {
background-position:-659px -36px;
}


.main_content {
width: 802px;
margin: 0 0 0 0;
background: transparent url(images/background.gif) repeat-y 0% 0%;
}

.main_content_left {
position: relative;
top: 0px;
width: 320px;
margin: 0px 0 0 15px;
z-index: 50;
float: left;
}


.main_content_right {
position: relative;
top: 0px;
width: 428px;
margin: 0px 0 0 35px;
z-index: 50;
float: left;
}


ul.side_menu li a {
text-decoration:none;
color: #6c6e71;
}

ul.side_menu li a:hover {
text-decoration:none;
color: #661a1a;
}

.side_menu {
font-family: Arial, Helvetica, Sans-Serif;
font-weight: bolder;
color: #6c6e71;
font-size: large;
}

.current {
color: #661a1a;
}

#footer {
margin: -17px 0 0 0;
background-color: #221e1f;
width: 801px;
position: relative;
z-index: 55;
padding-top: 10px;
padding-bottom: 10px;

}


#footer_content {
margin: 0 auto;
padding-top: 1px;
width: 800px;
text-align: center;
color: #a0764c;
z-index: 65;
}

#footer_content a:link {
color: #a0764c;
}
#footer_content a:visited {
color: #a0764c;
}
#footer_content a:hover {
color: #dfdc2d;
}
#footer_content a:active {
color: #a0764c;
}