/* CSS Document */

html, body
{
background-color: #FFFFFF;
margin: 0px;
padding: 0px;
}

#container
{
position: relative; left: 0px; top: 0px; width: 800px; height: 100%;
margin-left: auto;
margin-right: auto;
}

#top_content
{
float: left; width: 800px; height: 350px;
}

#bot_content
{
float: left; width: 800px; height: 100%;
}

#header
{
position: relative; left: 0px; top: 0px; width: 800px; height: 166px;
}

#contact-no
{
position: absolute; right: 10px; top: 50px; width: 212px; height: 52px;
z-index: 2;
}

#image-box
{
position: absolute; right: 0px;top: 25px; width: 356px; height: 323px;
}

#strap
{
position: absolute; top: 200px; left: 10px; width: 484px;
}

#navigation
{
float: left; width: 798px; height: 28px;
background-color: #330066;
}

#main
{
position: relative; left: 0px; top: 0px; width: 800px; min-height: 200px;
}

#text-area
{
padding: 10px; width: 778px; height: 100%;
}

#footer
{
position: relative; left: 0px; top: 0px; width: 800px; height: 76px;
background-image: url(../images/footer.jpg);
background-repeat: no-repeat;
padding-bottom: 20px;
}

#bpca-logo
{
float: left; margin-left: 25px; margin-top: 5px;
}

#credits
{
float: right; width: 215px; padding: 5px; 
margin-top: 20px; margin-right: 40px;
text-align: right;
}