ul#navlist
{
/* margin: 0 0 0 30px;
padding: 0;
font-size: 30px; 
*/
position: absolute;
left: .5em;
top: 9em;
width: 9em;
font-family: Baskerville Old Face;
font-size: 1.5em;
}

#navlist li
{
list-style-type: none;
background-color: #191970;
background-color: black;
color: #daa520;
color: #ffdd00;
border: .2em solid #daa520;
font-weight: 600;
text-align: center;
padding: .3em;
margin-bottom: .1em;
}

#navlist li a
{
color: #daa520;
color: #FFD700;
text-decoration: none;
display: block;
}

/* #navlist li a:hover */
ul#navlist li a:hover, ul#navlist li#active a:hover
{
background-color: #F6EDAE;
color: red;
}

body {
background-image: url(bikbackground3.gif);
padding-left: 18em;
}

h1 {
text-align: center;
font-weight: bold;
font-family: Baskerville Old Face;
font-size: 4em;
}

h2 {
text-align: center;
font-weight: bold;
font-family: Baskerville Old Face;
font-size: 2em;
color: red;
}

.main {
    margin-top: 2em;
    font-size: 1.25em;
        }

.comingsoon {
	text-align: center;
    margin-top: 2em;
    font-size: 2em;
	font-weight: bold;
	font-family: Baskerville Old Face;
	color: red;	
        }
		
.centeredimage {
    float:left;
    text-align:left;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:-18em;
    padding:0px; }