body {

}



#container {
width: 900px;
height: 900px;

margin-left: auto;
margin-right: auto;
margin-top: 40px;


background-image: url("design_images/header.png");
background-repeat: no-repeat;

}

#home {
position: relative;
left: 0px;
top: 0px;
width: 300px;
height: 90px;

}

#home a {
display: block;
width: 300px;
height: 90px;
}


#archives {

position: relative;
left: 328px;
top: -31px;
width: 70px;
height: 20px;
}

#archives a {
display: block;
width: 70px;
height: 20px;
}


#about {

margin-left: 437px;
margin-top: -52px;
width: 55px;
height: 20px;
}


#about a {
display: block;
width: 55px;
height: 20px;
}

#flickr {

margin-left: 536px;
margin-top: -23px;
width: 46px;
height: 20px;
}


#flickr a {
display: block;
width: 46px;
height: 20px;
}

#pic_cont {
margin-top: 20px;
width: 900px;
border-top: 1px solid #000000;
background-color: white;
}


#picture {
width: 900px;
margin-top: 20px;
text-align: center;
padding-bottom: 10px;
}

#picture a {
color: #FFFFFF;
border: 0px solid #FFFFFF;
}

#blurb {
margin-left: 200px;
text-align: justify;
width: 500px;
color: #111111;
font: normal 12px/18px Tahoma, Verdana, Gill Sans MT, Geneva,  Arial, Helvetica, sans-serif;
padding: 5px;
}

#pnav_left {
width: 500px;
}

#pnav_right {
width: 500px;
text-align: right;
margin-top: -18px;
}

#footer {
margin-top: 5px;
border-top: 1px solid #000000;
color: #111111;
font: normal 12px/18px Tahoma, Verdana, Gill Sans MT, Geneva,  Arial, Helvetica, sans-serif;
}

#blurb a {
color: #111111;
font: normal 10px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
position: relative;
text-decoration: none;
}

a {
color: #111111;
font: normal 10px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
position: relative;
}


a span {
text-align: center;
display: none;}

a:hover span {
z-order: 3;
position: absolute; 
top: -20px;
left: 0px;
 display: block;
font: normal 10px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
-moz-opacity:.75;
opacity:.75;
filter: alpha(opacity=75);
color: #111111;
 background: #DDDDDD;
  border: 1px solid black;
 }

#pnav_right a{
text-decoration: none;
}

