@charset "UTF-8";
/* CSS Document */

body {
margin: 0;
background-color: #666666;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
background-image: url(images/body_back.jpg);
background-repeat: repeat-x;
position:relative;
}

button.toggle {
position:absolute;
top:50px;
left:20px;
cursor: pointer;
z-index:9999;
}
button.toggle2 {
position:absolute;
top:50px;
left:100px;
cursor: pointer;
z-index:9999;
}

a {
color: #ff8522;
text-decoration: underline;
}

a:hover {
color: #999999;
text-decoration: none;
}

a img {
border: 0;
}

span {
display: none;
width: 100px;
}

h3 {
}

#wrapper {
margin: 0 auto;
width: 800px;
}

#header {
width: 800px;
height: 85px;
position: relative;
}

#logo_nav {
position: absolute;
top: 0px;
left: 475px;
width: 325px;
}

#logo_nav ul#nav{
padding: 0;
margin: 0;
list-style-type: none;
background: url(images/nav_sprite3.jpg) 0% 0% no-repeat;
height:50px;
position: relative;
}

#logo_nav li {
margin: 0; 
padding: 0; 
list-style: none;
position: absolute; 
top: 0;
}

#logo_nav li, #logo_nav a {
height: 50px; 
display: block;
}

#home {
left: 0; 
width: 79px;
}
#home a:hover {
background: transparent url(images/nav_sprite3.jpg) 0 -50px no-repeat;
}
#home a.active {
background: transparent url(images/nav_sprite3.jpg) 0 -100px no-repeat;
}
#home a.active:hover {
background: transparent url(images/nav_sprite3.jpg) 0 -50px no-repeat;
}

#about {
left: 79px; 
width: 83px;
}
#about a:hover {
background: transparent url(images/nav_sprite3.jpg) -79px -50px no-repeat;
}
#about a.active {
background: transparent url(images/nav_sprite3.jpg) -79px -100px no-repeat;
}
#about a.active:hover {
background: transparent url(images/nav_sprite3.jpg) -79px -50px no-repeat;
}

#archive {
left: 162px; 
width: 80px;
}
#archive a:hover {
background: transparent url(images/nav_sprite3.jpg) -162px -50px no-repeat;
}
#archive a.active {
background: transparent url(images/nav_sprite3.jpg) -162px -100px no-repeat;
}
#archive a.active:hover {
background: transparent url(images/nav_sprite3.jpg) -162px -50px no-repeat;
}

#contact {
left: 242px; 
width: 84px;
}
#contact a:hover {
background: transparent url(images/nav_sprite3.jpg) -242px -50px no-repeat;
}
#contact a.active {
background: transparent url(images/nav_sprite3.jpg) -242px -100px no-repeat;
}
#contact a.active:hover {
background: transparent url(images/nav_sprite3.jpg) -242px -50px no-repeat;
}

#date_choice {
width: 800px;
height: 34px;
float: left;
background-image: url(images/date_choice_back.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

#date {
float: left;
display: inline;
margin-left: 5px;
width: 390px;
}

#date p {
margin-top: 0px;
font-variant: small-caps;
font-weight: bold;
line-height: 95%;
}

#choice p {
text-align: right;
margin-top: 10px;
font-variant: small-caps;
font-weight: bold;
}

#choice {
float: right;
display: inline;
margin-right: 6px;
width: 390px;
}

#image {
width: 800px;
background-color:#000000;
background-repeat: repeat-y;
float: left;
color: #ff8522;
}

#image2 {
width: 500px;
background-color:#000000;
background-repeat: repeat-y;
color: #ff8522;
margin: 0 auto;
}

#image p {
margin: 3px 0 0 7px;
font-size: 9px;
}

#image p.old {
margin: 3px 0 0 53px;
font-size: 9px;
}

img.main {
display:block; /*allows the element to take auto margins*/
margin:0 auto; /*centers in compliant browsers*/
text-align:center; /*centers in old versions of IE*/ 
}

#contact_main , #about_main , #archives {
padding: 40px 20px 20px 20px;
background-color: #FFFFFF;
margin: 0;
}

#contact_main {
height: 300px;
}

#left {
float: left;
display: inline;
width: 400px;
}

#flickr {
float: right;
display: inline;
width: 300px;
}

#about_main p {
width: 600px;
}

#about_main table p {
width: 300px;
}

#footer {
float: left;
width: 800px;
height: 35px;
text-align: center;
background-image: url(images/footer_back.jpg);
background-repeat: no-repeat;
margin-bottom: 30px;
margin-top: 0px;
padding-top: 10px;
}
