/* CSS Document */

html, body
{
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #b9e4ed;
background-image: url(../../images/holding_page/fade.jpg);
background-position: top;
background-repeat: repeat-x;
}

#container
{
margin-left: auto; margin-right: auto;
position: relative; top: 0px; left: 0px; width: 850px; 
background-image: url(../images/background.jpg);
background-position: top left;
background-repeat: no-repeat;
background-color: #FFFFFF; border: 1px double #00AAC4;
}

#logo
{
position: absolute; top:40px; right:10px; width: 200px; height: 200px;
}

#image_block
{
position: relative; left: 0px; top: 0px; width: 429px; height: 316px;
}

#left_nav
{
position: absolute; top: 350px; left: 5px; width: 226px;
}

#headers
{
position: relative; left: 254px; top: -26px; width: 570px;
border-bottom: 1px dashed #555555;
z-index:1;
}

#text_area
{
position: relative; left: 254px; top: -20px; width: 570px; height: 100%;
margin-bottom: 10px; border-bottom: 1px dashed #555555;
padding-bottom: 10px;
}

#footer
{
position: relative; left: 0px; top: 0px; width: 852px; height: 30px;
background-color: #00AAC4;
margin-left: auto; margin-right: auto;
}

#text_links
{
margin-left: auto; margin-right: auto;
position: relative; left: 0px; top: 20px; width: 850px; height: 30px;
}

#image_boxes
{
border: 1px double #00AAC4; margin-bottom: 7px;
}