* 
	{
		margin: 0;
		padding: 0;
		
	}
	
.pad
    {
        margin: 5px;
    }
	
body
    {
        background-image: url('../images/openingBG.jpg');
        background-repeat: repeat-y;
    }

h1
    {
        color: #000000;
        font-size: 28px;
		font-style: normal;
		font-weight: normal;
		font-family: Georgia, serif; 
        letter-spacing: 2px;
        font-variant: small-caps;
        text-decoration: underline;
    }
h2
    {
        color: #000000;
        font-size: 20px;
		font-style: normal;
		font-weight: normal;
		font-family: Georgia, serif; 
        letter-spacing: 2px;
        font-variant: small-caps;
        text-decoration: none;
    }
    
.navigation
    {
        color: #CCCCCC;
        font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-family: Georgia, serif; 
        letter-spacing: 2px;
        font-variant: small-caps;
        text-decoration: none;
    }

.navigation a
    {
        color: #000000;
        text-decoration: none;
    }
    
.navigation a:link
    {
        color: #000000;
        text-decoration: none;
    }

.navigation a:visited
    {
        color: #000000;
        text-decoration: none;
    }

.navigation a:hover
    {
        color: #cccccc;
        text-decoration: none;
    }
    
.copy
    {
        color: #000000;
        font-size: 13px;
		font-style: normal;
		font-weight: normal;
		font-family: Georgia, serif; 
        letter-spacing: 1px;
        font-variant: none;
    }

.copy a
    {
        color: #000000;
        text-decoration: none;
    }
    
.copy a:link
    {
        color: #000000;
        text-decoration: none;
    }

.copy a:visited
    {
        color: #000000;
        text-decoration: none;
    }

.copy a:hover
    {
        color: #cccccc;
        text-decoration: none;
    }

.front
    {
        color: #000000;
        font-size: 20px;
		font-style: normal;
		font-weight: normal;
		font-family: Georgia, serif; 
        letter-spacing: 2px;
        font-variant: small-caps;
        text-decoration: none;
        line-height: 35px;
    }
    
.middle
    {
        position: absolute;
        z-index: 3;
        bottom: 350px;
        left: 500px;
        width:400px;
        text-align: left;
    }

.middle2
    {
        position: absolute;
        z-index: 3;
        bottom: 115px;
        left: 505px;
        width:400px;
        text-align: left;
    }

.middle a
    {
        color: #000000;
        text-decoration: none;
        font-weight: bold;
    }
    
.middle a:link
    {
        color: #000000;
        text-decoration: none;
        font-weight: bold;
    }

.middle a:visited
    {
        color: #000000;
        text-decoration: none;
        font-weight: bold;
    }

.middle a:hover
    {
        color: #cccccc;
        text-decoration: none;
        font-weight: bold;
    }
   
.bottom
    {
        background-image: url('../images/opening.jpg');
        background-repeat: no-repeat;
        z-index: 1;
        position: absolute;
        bottom: 0px;
        left: 0px; 
    }

.bottomFloat {
        background-image: url('../images/opening.jpg');
        background-repeat: no-repeat;
        z-index: 1;
        position: absolute;
        bottom: 0px;
        left: 0px; 
    }
.footer2
    {
        z-index: 5;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        text-align: left;
        font-size: 11px;
        font-family:Helvetica,Verdana,Arial,sans-serif;
        color: #6B6B6B;
        letter-spacing: 1px;
        float: left;
    }

.footer
    {
        z-index: 5;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        text-align: right;
        font-size: 11px;
        font-family:Helvetica,Verdana,Arial,sans-serif;
        letter-spacing: 3px;
        color: #6B6B6B;
        float: right;
    }
    
.footer a
    {
        color: #6B6B6B;
        text-decoration: none;
    }
    
.footer a:link
    {
        color: #6B6B6B;
        text-decoration: none;
    }

.footer a:visited
    {
        color: #6B6B6B;
        text-decoration: none;
    }

.footer a:hover
    {
        color: #000000;
        text-decoration: none;
    }

.page
    {
        color: #000000;
        font-size: 13px;
		font-style: normal;
		font-weight: normal;
		font-family: Georgia, serif; 
        font-variant: small-caps;

    
.page a
    {
        color: #000000;
        text-decoration: none;
    }
    
.page a:link
    {
        color: #000000;
        text-decoration: none;
    }

.page a:visited
    {
        color: #000000;
        text-decoration: none;
    }

.page a:hover
    {
        color: #cccccc;
        text-decoration: none;
    }