body
{
   background-color: #958D7A;
}


#wrapper 
{ 
    text-align: left; 
    margin: 19px auto;  
    width: 640px;
} 


#title
{
    float: left;
    background: #C4BDB5;
    text-align: center; 
    width: 450px;
    height: 90px;
}


#titleAd
{
    float: right;
    background: white;
    text-align: center; 
    width: 190px;
    height: 90px;
}


#titleAd img
{
    border: 6px solid white;
}


#subtitle
{
    float: left;
    text-align: center;
    width: 640px;
    height: 40px;
}


#ContentTitle
{
    float: left;
    background: white;
    text-align: left;
    width: 450px;
    height: 55px;
}

#Content
{
    float: left;
    background: white;
    text-align: left;
    width: 450px;
    height: 305px;
}

#navigationContainer
{
    float: right;
    width: 190px;
    height: 210px;
}

#navigation
{
    float: right;
    text-align: left;
    background: #C4BDB5;
    width: 138px;
    height: 210px;
    padding-top: 10px;
}

#navigationPointer
{
    float: Left;
    background: #C4BDB5;
    width: 52px;
    height: 210px;
    padding-top: 8px;
}


#navigationAd
{
    float: right;
    background: #C4BDB5;
    text-align: Center;
    float: right; 
    width: 190px;
    height: 150px;
}


#bottomNavigation
{
    float: right;
    background: #958D7A;
    text-align: Center;
    float: right; 
    width: 640px;
    height: 30px;
}




p 
{
    margin: 0px;
}

p.footer 
{
    font: 9px Tahoma;
    text-align: center;
    color: white;
}


#navigation p
{
	
    border-color: #C4BDB5;
    line-height: 36px;
}

#navigationPointer p
{
    color: white; 
    font: bold 16px Tahoma;
    line-height: 36px;
    text-align: right;
    padding-right: 4px;  
}


#Content p
{
    font: 11px Tahoma;
    color:#404040;
    margin: 0px 20px 20px 20px;
    border:0; 

}

#bottomNavigation p
{
    margin: 6px;
    color:white;
    word-spacing: 5px; 
}


a
{
    font: bold 16px Tahoma;
    color:#756d5e;
    text-decoration: none;
}

a.footerLink
{
    font: bold 9px Tahoma;
    color:white;
    text-decoration: none;
}



#bottomNavigation a
{
    font: bold 12px Tahoma;
    word-spacing: 20px;
    color:white;
    text-decoration: none;
}


#Content a
{
    font: 10px Tahoma;
    color: blue;
}

#ContentTitle a
{
    font: bold 10px Tahoma;
    color: blue;
    vertical-align: middle;

}


#bottomNavigation A:hover
{
    text-decoration: underline; 
}

A:hover 
{
    text-decoration: underline; 
    color: white;
}



img.floatLeft 
{ 
    float:left;
    margin:0px 0px 0px 0px; 
}

img.floatRight 
{ 
    float:right;
    margin:0px 0px 0px 0px; 
}


img.floatCenter 
{ 

    margin:80px 10px 10px 10px;
}


b
{
    color: #756D5E;
}

h1
{
    font: bold 48px Pristina;
    color:#756d5e;
    margin: 0px auto; 
    padding: 12px; 
    border:0; 

}

h2
{
    font: italic bold 16px Tahoma;
    color:#DBD7D2;
    margin: 0px auto; 
    border:0; 
    padding: 10px; 
}

h3
{
    margin: 20px;
    font: bold 18px Tahoma;
    color:#756D5E;
    text-decoration: none;
}



label
{
    width: 35px;
    float: left;
    text-align: right;
    margin-right: 5px;
    display: block;
}

input
{
    color: black;
    background: #DBD7D2;
    border: 1px solid #756d5e;
    margin-bottom: 2px;
}

input.button
{
    position:relative;
    left: 40px;
    margin-right: 5px;
}


textarea
{
    color: black;
    background: #DBD7D2;
    border: 1px solid #756d5e;
    margin-bottom: 2px;
}



/* Contact Page Specific */

#ContactForm
{
    float: left;
    background: white;
    text-align: left;
    width: 265px;
    height: 305px; 
}

#ContactDetailsContainer
{
    float: right;
    background: white;
    text-align: left;
    width: 185px;
    height: 305px; 
}

#ContactDetails
{
    float: right;
    background: white;
    text-align: left;
    width: 185px;
    height: 145px; 
}

#AddressLables
{
    float: left;
    background: white;
    text-align: left;
    width: 55px;
    height: 145px; 
}

#AddressDetails
{
    float: right;
    background: white;
    text-align: left;
    width: 130px;
    height: 145px; 
}

#ContactImage
{
    float: right;
    background: white;
    text-align: center;
    width: 185px;
    height: 160px; 
}

#ContactDetails p
{
    font: 11px Tahoma;
    color:#404040;
    margin: 0px 0px 0px 0px;
    border:0; 

}


/* Location Page Specific*/

#LinkPanel1
{
    float: left;
    background: white;
    text-align: left;
    width: 125px;
    height: 55px;
}

#LinkPanel2
{
    float: left;
    background: white;
    text-align: left;
    margin-top: 23px;
    width: 100px;
    height: 55px;
}

#LinkPanel3
{
    float: left;
    background: white;
    text-align: left;
    margin-top: 23px;
    width: 225px;
    height: 55px;
}


/* Rates Page Specific 450px */

#rates
{
    float: left;
    background: white;
    text-align: left;
    width: 225px;
    height: 305px;
}


#ratesImage
{
    float: right;
    background: white;
    width: 225px;
    height: 305px;
}











