* {
 margin: 0;
 padding: 0;
 border: 0;
}

html, body, #wrapper {
 min-height: 100%;
 height: 100%;
 background-color: #333;
 color: #fff;
 font-size:
}
body {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 80%;
}
#wrapper {
 width: 100%;
 height: 550px;
 background: url(../wrapperBG.gif) repeat-x;
}
#logoNews,
#logoAbout,
#logoTwentiesToNow,
#logoGallery,
#logoContact {
width: 315px;
height: 81px;
float: left;
}
#logoStart {
background: url(../logoStart.gif) no-repeat;
}
#logoNews {
background: url(../logoNews.gif) no-repeat;
}
#logoAbout {
background: url(../logoAbout.gif) no-repeat;
}
#logoTwentiesToNow {
background: url(../logoTwentiesToNow.gif) no-repeat;
}
#logoGallery {
background: url(../logoGallery.gif) no-repeat;
}
#logoContact {
background: url(../logoContact.gif) no-repeat;
}
#logoNews a,
#logoAbout a,
#logoTwentiesToNow a,
#logoGallery a,
#logoContact a {
width: 315px;
height: 81px;
display: block;
}
#topLine {
width: 100%;
position: absolute;
top: 57px;
left: 0;
height: 24px;
text-align: right;
color: #d18a08;
font-size: 95%;
padding-top: 5px;
}
#topText {
width: 970px;
height: 24px;
text-align: right;
color: #d18a08;
}
#menuBox {
width: 200px;
height: 441px;
position: absolute;
top: 81px;
left: 0;
float: left;
}
#menuBox a {
width: 200px;
display: block;
font-weight: bold;
font-size: 95%;
color: #ffffcc;
text-decoration: none;
padding: 10px 20px 10px 20px;
border-bottom: 1px dotted #ffffcc;
}
#menuBox a:hover {
background-color: #333;
}
.active {
background-color: #333;
}

#contentBox,
#newsBox,
#aboutBox,
#twentiesToNowBox,
#gallery,
#contact {
width: 770px;
height: 441px;
position: absolute;
top: 81px;
left: 200px;
float: left;
color: #fff;
border-right: 1px dotted #000;
border-left: 1px dotted #000;
padding-left: 20px;
}
#contentBox {
background: url(../startBG.gif) no-repeat;
}
#newsBox {
height: 440px;
background: url(../05.jpg) no-repeat;
border-bottom: 1px dotted #444;
}
#aboutBox {
height: 440px;
background: url(../01.jpg) no-repeat;
border-bottom: 1px dotted #444;
}
#twentiesToNowBox {
height: 440px;
background: url(../02.jpg) no-repeat;
border-bottom: 1px dotted #444;
}
#gallery {
height: 440px;
background: url(../03.jpg) no-repeat;
border-bottom: 1px dotted #444;
}
#gallery a {
width: 100px;
height: 40px;
float: left;
border: 5px double #333;
margin-right: 5px;
}
#gallery a:hover {
border: 5px double #cd2990;
}

#contact {
height: 440px;
background: url(../04.jpg) no-repeat;
border-bottom: 1px dotted #444;
}
#text {
width: 387px;
height: 351px;
padding-left: 140px;
padding-top: 40px;
padding-right: 260px;
padding-bottom: 50px;
overflow: auto;
}
#pics {
width: 350px;
}
#text a {
color: #cd2990;
text-decoration: none;
}
#text a:hover {
color: #cd2990;
text-decoration: underline;
}
#bottomLine {
width: 100%;
position: absolute;
top: 527px;
left: 0;
height: 24px;
color: #d18a08;
font-size: 95%;
}
#bottomText {
width: 760px;
height: 24px;
padding-left: 210px;
color: #d18a08;
}
#bottomText a {
color: #d18a08;
text-decoration: none;
}
#bottomText a:hover {
text-decoration: underline;
}

/*lightbox gallery */
#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; }

