/* CSS Document */
body {
padding:0px;
margin: 0px;
font-family:"Lucida Grande", "Lucida Sans", Verdana;
}


a:link {
text-decoration:none;
color:#333333;
}

a:visited {
color:#333333;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

a:active {
text-decoration:underline;
}

#wrapper {
width: 100%;
padding:0px;
margin:0px;
}

#header {
padding:0px;
margin:0px;
width:100%;
border-bottom:solid 1px #000000;
}

#nav {
position:fixed;
padding:0px;
margin:0px;
width:18%;
height:100%;
text-align:center;
background-image:url('images/menu_background.png');
background-repeat:repeat-y;
padding-top:8px;
}

#content {
position:fixed;
float:right;
width:80%;
left:20%;
height:75%;

padding-left:0px;
padding-right:0px;
font-size:10pt;
}

#content_div {
font-size:10pt;
width:95%;
padding-top:8px;
}

#content_div p {
text-align:justify;
padding-right:8px;
}

#credit {
font-size:10pt;
text-align:center;
position:fixed;
bottom:0;
width:20%;
margin-left:auto;
margin-right:auto;
}

.leftColumn {
float:left;
}

.rightColumn {
float:right;
}

.gallery_thumbs {
height:100px;
cursor:pointer;
}

.gallery_thumbs img {
vertical-align:middle;
}

.gallery_main {
margin-left:auto;
margin-right:auto;
border:#000000 solid 1px;
background-position:center;
}

#gallery_mainimg {

}

.noShow {
display:none;
}

.showButton {
display:inline;
}

#gallery_contents p {
text-align:center;
font-size:8pt;
color:#999999;
}

#bsg_logo {
position:relative;
top:-30px;
left:-40px;
}

#menu_image {
height: 25px;
}