/* CSS Document */

body 
{
background-color: #FFFFFF;
margin: 0;
padding: 0;
width: 100%;
}

#top-nav
{
position: fixed; top: 0; left: 0; width: 100%; height: 60px;
background-image: url(../images/nav-bg.png);
background-repeat: repeat-x;
text-align: center;
z-index: 2;
}

#container
{
position: relative; top: 32px; left: 0; width: 900px; min-height: 400px;
margin: auto;
}

#logo
{
float: left; width: 379px; height: 107px; margin: 25px 0 25px 50px;
}

#symbol
{
position: absolute; top: -20px; left: 450px; width: 517px; height: 412px;
}

#image-container
{
float: left; margin-top: 0; width: 900px; height: 362px;
margin: 0 auto;
}

#body-image-container
{
float: left; width: 900px;
}

#text-area-home
{
position: absolute; top: 365px; right: 30px; width: 432px; min-height: 175px;
}

#text-area
{
float: left; margin-top: -20px; margin-left: 30px; width: 600px; min-height: 200px;
margin-bottom: 25px; 
}

#subnav
{
position: absolute; top: 402px; right: 30px; width: 200px; 
}

#quicklinks
{
float: left; margin-top: 15px; width: 292px; height: 120px;
}

#credits
{
float: left; width: 900px; height: 20px; padding-top: 5px;
margin: 0 auto;
}
