/* Created using Style Master from Western Civilisation CSS1 { 2 2 558 625 } */

/* ******************************************** TYPOGRAPHY AND COLOR RULES ******************************************** */





body {
margin: 5%;
padding: 0;
background-color: black;
}

body, a, p {
/* This rule has multiple selectors to ensure that the styles are carried down into the necessary elements in NN4, which is notoriously flaky in its handling of inheritance. */
font-family: verdana, helvetica, arial, sans-serif;
font-size: medium;
color: #fff;
background-color: #000;
}

a {
color: #6699ff;
font-weight: normal;
text-decoration: underline;
background-color: black;
}

a:hover {
font-weight: bold;
background-color: black;
}

a:visited {
color: #3366ff;
background-color: black;
}

h1 {
font-family: verdana, helvetica, arial, sans-serif;
color: #CCf;
font-style: italic;
background-color: black;
}

h2 {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #CCf;
background-color: #000;
font-size: 1em;
font-style: normal;
font-weight: normal;
font-variant: small-caps;
}

h3 {
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #000;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #fff;
font-size: .75em;
}


h5 {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #CCf;
background-color: #000;
font-size: 1em;
font-style: normal;
font-weight: normal;

}

h6 {
font-style: italic;
color: #fff;
font-size: .5em;
background-color: black;
}

.GalleryNav {
color: #fff;
font-size: 0.7em;
background-color: black;
}

.binomial {
font-size: 1em;
color: #ccf;
background-color: black;
font-style: italic;
}

.thumb {
	border : 0px solid Black;
}
a:link {  color: #6699ff}
a:visited {  color: #3366ff}

a:active {  color: #6699ff}

/* ******************************************** LAYOUT RULES ******************************************** */

/* for gallery.html */

#Blurb {
position: fixed;
left: 0%;
top: 25%;
width: 15%;
color: #ccf;
background-color: black;
}

#Header {
margin-top: 5px;
text-align: center;
color: #ccf;
background-color: black;
}

#HeaderImage {
margin-left: 25%;
margin-right: 25%;
margin-top: 15px;
font-size: 0.8em;
background-color: black;
}

#MainContent {
position: relative;
left: 19%;
top: 10%;
width: 85%;
color: #fff;
background-color: black;
}

/* for picturexx.html */

#Image {
padding-top: 5%;
/* padding is used instead of margin because margin causes 105% high page in Opera 6 for windows. Opera 5 for Mac still shows scroll bar. Can't win them all. */
text-align: center;
/* using margin auto on the div won't work unless they have a set width, at least in Opera 6 win, NN4, Netscape 6 win, IE5 win, IE5.5 win, IE6 win*/
background-color: black;
}