/*************** COLORS ****************
Brown: #A39079
Light Brown: #F4E5D3
Red:   #CA554E

************** END COLORS *************/

body 
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: small;
    margin: 0;
    text-align: center;
    background-color: #A39079;
    font-weight: bold;

}

#main
{
    width: 900px;
    background-color: #F4E5D3;
    text-align: left;
    margin-left:auto; 
    margin-right:auto;
}   

#header
{
vertical-align: bottom;
}

#nav
{
    padding: 0px 0px 0px 0px;
    height: 75px;
    font-size: x-large;
    font-weight: bold;
    color: #CA554E;
    vertical-align: top;
}

#nav ul li
{
    display: inline;
    padding-right: 8px;
}

#content
{
    height: auto;
    padding: 0px 4px 0px 4px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    text-align: left;
}

#footer
{
    text-align: center;
    padding: 0px 4px 0px 4px;
    background-image: url(images/footer.jpg);
    height: 75px;
}

.title
{
    font-size: medium;
    font-weight: bold;
    color: #CA554E;
}

.subtitle
{
    font-size: small;
    font-weight: bold;
    font-style: italic;
    color: #000000;
}

#footer a:link, #footer a:visited
{
    font-weight: bold;
    text-decoration: none;
    color: #CA554E;
}

#footer a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: #A39079;
}

a:link, a:visited
{
    font-weight: bold;
    color: #CA554E;
    text-decoration: none;
}

a:hover
{
    font-weight: bold;
    color: #A39079;
    text-decoration: none;
}

.textBox {
  background-color: #f0f0f0;
  border-color: #505050;
  border-style: solid;
  border-width: 2px;
  padding: .5em;
  text-align: left;
}
