* {
    margin: 0;
    padding: 0;
}

body {
    padding: 30px 0;
    font: 16px "Times New Roman", Times, serif;
    text-align: center;
    color: #A57372;
    background: #831515;
}

h3 {
    padding: 0 0 8px 40px;
    font: italic bold 18px/60px "Times New Roman", Times, serif;
    letter-spacing: 1px;
    text-align: left;
    color: #C79F61;
    background: url(images/h3.jpg) no-repeat;
}

h4 {
    padding: 30px 0 5px 0;
    font: bolder italic 24px "Times New Roman", Times, serif;
    letter-spacing: 1px;
    color: #C79F61;
}

p {
    padding: 5px 0;
    font: 18px/24px "Times New Roman", Times, serif;
    text-align: justify;
    color: #A57372;
}

p.date {
    margin: 0 0 20px 0;
    padding: 0 0 2px 0;
    font: 11px/16px "Times New Roman", Times, serif;
    border-bottom: 2px dotted #C79F61;
}

p.comments {
    font-size: 14px;
    text-align: right;
}

a {
    color: #A57372;
    text-decoration: underline;
}

a:hover {
    color: #A57372;
    text-decoration: none;
}

#main {
    margin: 0 auto;
    width: 900px;
    text-align: left;
    background: #F8F2E5 url(images/bg.gif) repeat-y;
}

#top {
    height: 218px;
    background: url(images/top_1.jpg) no-repeat left;
}

#logo {
    margin: 0 0 0 210px;
    padding: 0 80px 0 0;
    height: 140px;
    background: url(images/top_2.jpg) no-repeat top right;
    text-align: right;
}

#logo h1 {
    padding: 45px 0 0 0;
    font: italic 36px "Times New Roman", Times, serif;
    color: #B14D4D;
}

#logo h2 {
    position: relative;
    top: -2px;
    padding: 0 0 0 0;
    font: italic bold 16px "Times New Roman", Times, serif;
    color: #CF9594;
}

#menu {
    margin-left: 150px;
    height: 78px;
    background: url(images/menu.gif) repeat-x;
}

#menu_2 {
    height: 78px;
    background: url(images/menu_right.jpg) no-repeat right;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    display: block;
    padding: 0 20px;
}

#menu ul li a {
    font: italic 22px/78px "Times New Roman", Times, serif;
    text-transform: none;
    text-decoration: none;
    color: #B98D4F;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #CCA870;
}

#middle {
    padding: 0 32px 0 16px;
}

#left {
    padding: 51px 0 0 0;
    float: left;
    width: 245px;
}

#left ul {
    list-style: none;
    padding: 0 0 30px 0;
}

#left ul li {
    padding: 0 0 0 43px;
    height: 22px;
}

#left ul li a {
    font: 15px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #B98D4F;
}

#left ul li a:hover {
    text-decoration: none;
    color: #CCA870;
}

#right {
    float: right;
    padding: 25px 0 30px 0;
    width: 580px;
    line-height: 24px;
    text-align: justify;
}

#bottom {
    clear: both;
    height: 49px;
    background: url(images/bottom.jpg) no-repeat bottom;
}

#bottom p {
    padding: 0px 0 0 60px;
    font: 11px/49px "Times New Roman", Times, serif;
    color: #CF9594;
}

#bottom a, #bottom a:hover {
    color: #CF9594;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
