﻿@charset "utf-8";
/* CSS Document */

#masthead {
    margin-bottom: 3em;
    padding-top: 1px;
    background-repeat: no-repeat;
    width:900px;
    height:6em;
    margin:3px auto;
    position: relative;
}

#masthead #logo {
	background:url(../photogallery/img/logo.png) 0 0 no-repeat;
    width: 203px;
    height: 75px;
	position: absolute; 
	top: 0; 
	left: 20px;
	z-index: 999;
}

#masthead #logo a {
    display: block; 
    width: 203px;
    height: 0;
	padding-top: 75px;
	overflow: hidden;
}

#navlinks {
	background: none;
	position:relative;
	top:2.2em;
	width: inherit;
	text-align:right;
	padding-bottom: 0.5em;
	border-bottom:1px solid #006600;
	}

#navlinks li {
display: inline;
margin-right: 0.5em; padding-right:0.75em;
border-right: 1px solid #99C;
font-weight: bold;
}

#navlinks li.last {
border-right: 0;
padding-right:0;
}

