/* CSS Document */

body, html
{
background-color: #FFFFFF;
margin: 0px;
width: 100%;
}

#container
{
position: relative; width: 900px;
margin-left: auto; margin-right: auto; 
}

#logo
{
float: right; width: 220px; height: 77px; padding-top: 60px;
}

#navigation
{
float: left; width: 900px; height: 20px; margin-top: 20px;
border-bottom: solid 1px #999999;
}

#headers
{
position: absolute; top: 125px; left: 0px; width: 350px; height: 52px;
}

#image-container
{
float: right; width: 525px; height: 312px;
background-color: #CCCCCC;
}

#body-container
{
float: left; width: 900px; min-height: 150px; margin-top: 20px;
}

#text-area
{
float: left; width: 340px; min-height: 150px;
}

#quote-box
{
float: right; width: 525px; min-height: 50px; margin-top: 20px;
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; margin-bottom: 20px;
}

