/* CSS Document */

body, html
{
background-color: #FFFFFF;
margin: 0px;
height: 100%;
}

table.verticle
{
width: 100%; height: 100%;
}

#container
{
position: relative; width: 900px;
margin-left: auto; margin-right: auto; 
}

#logo
{
float: right; width: 220px; height: 77px;
}

#navigation
{
float: left; width: 900px; height: 161px; margin-top: 20px;
}

#body-container
{
float: left; width: 900px; min-height: 150px; margin-top: 20px;
}

#text-area
{
float: left; width: 445px; min-height: 150px;
}

#quote-box
{
float: right; width: 445px; min-height: 50px; margin-top: 0px;
text-align: center;
}

#footer
{
float: left; width: 900px; height: 28px; border-bottom: solid 1px #999999; 
margin-top: 35px;
}

#credits
{
float: left; width: 900px; height: 15px; margin-top: 5px;
}