a:link { 
       text-decoration: none; 
       color: #FFFFDD; 
}

a:visited { 
       text-decoration: none; 
       color: #FFFFDD; 
}

a:hover { 
       text-decoration: underline;
       color: #FFFFDD; 
}

a:active { 
       text-decoration: none; 
       color: #FFFFDD; 
}


body {
       text-align: center;
       background-color: #000;
       font-family: arial, helvetica, sans-serif;
}

#container {
        position: relative;
	width: 1000px;
        margin-top: 0px;
        margin-bottom; 0px; 
        margin-left: auto;
        margin-right: auto;
}

#header {
        position: relative;    
        top: 0;
        margin-top: 0px;
        margin-bottom; 0px; 
        height: auto;
	border: solid #005955;
	border-width: 1px;
}
 
#homeimage {
        position: absolute;
        top: 185px;
        left: 0px;
        width: 300px;
        padding: 2em 2em 0em 2em;
	border: solid #005955;
	border-width: 0px 0px 0px 1px;

}

#homemenu {
        position: absolute;
        top: 185px;
        right: 0px;
        width: 300px;
        padding: 0em 5em 0em 0em;
	border: solid #005955;
	border-width: 0px 1px 0px 0px;
}

#mainpage {
        position: relative;
        float: center;
        padding: 0em 5em 5em 0em;
        height: auto;
	border: solid #005955;
	border-width: 1px;
}

#bottom-absolute {
	position: absolute;
	top: 691px;
	width: 902px;
	padding: 1em 5em 1em 1em;
	border: solid #005955;
	border-width: 1px;
	text-align: left;
	left: 0px;
}

#bottom-relative {
        position: relative;
        width: auto;
        padding: 1em 5em 1em 1em;
	border: solid #005955;
	border-width: 1px;
        text-align: left;
}
#navbar-static {
        position: static;
	width: auto; 
        padding: 1em;
	border: solid #005955;
	border-width: 0px 1px 1px 1px;
        text-align: left;
}
.photopage {
        border: white;
        border-width: 1px;
}        

.footstyle { 
       font-family: Arial,Helvetica,sans-serif; 
       font-size: 11px; 
       font-weight: normal; 
       color: #005955;
       text-align: left;
       margin: 0px;
}

.pricesheet {
       border: solid gold;
       border-width: 3px;
}

.menustyle { 
       font-family: Arial,Helvetica,sans-serif; 
       font-size: 11px; 
       font-weight: bold; 
       color: #666666;    
}

a.menustyle:link { 
       text-decoration: none; 
       color: #FFFFDD;
}

a.menustyle:visited { 
       text-decoration: none; 
       color: #FFFFDD; 
}

a.menustyle:hover { 
       text-decoration: none; 
       color: #999999; 
}

a.menustyle:active { 
       text-decoration: none; 
       color: #999999; 
}

p, h2 {
       color: #c6ffb3;
       font-family: arial, helvetica, sans-serif;
       font-style: italic;
       margin-left: 5%;
       margin-right: 5%;
}
