/* CSS Document */

html, body
{
width: 100%; height: 100%;
background:  #000000; margin: 0px;
}

#container
{
position: relative; top: 0px; left: 0px; width: 1024px;
margin-left: auto; margin-right: auto;
}

#navigation
{
position: relative; top: 0px; left: 279px; width: 465px; height: 50px;
}

#logo
{
position: relative; top: 0px; left: 360px; width: 305px; height: 75px;
}

#flash_container
{
position: relative; top: 0px; left: 0px; width: 1024px; height: 300px;
border-top: solid 1px #FFFFFF; border-bottom: solid 1px #FFFFFF;
}

#flash_movie
{
position: absolute; top: 0px; left: 0px;
}

#flash_border
{
position: absolute; top: 0px; left: 0px; width: 1024px; height: 300px;
z-index: 3;
}

#fade_left
{
position: absolute; top: -10px; left: 0px;
z-index: 3;
}

#fade_right
{
position: absolute; top: -10px; right: 0px;
z-index: 3;
}

#body_container
{
position: relative; top: 0px; left: 156px; width: 700px; min-height: 420px;
}

#body_container_packages
{
position: relative; top: 0px; left: 106px; width: 800px; min-height: 420px;
}

#packages_container
{
position: relative; left: 0px; top: 30px; width: 650px; height: 230px;
margin-left: auto; margin-right: auto; text-align: center;
}

#text_area
{
position: relative; top: 0px; left: 0px; width: 700px; padding-bottom: 15px;
}

#text_area_packages
{
position: relative; top: 0px; left: 0px; width: 550px; padding-bottom: 15px;
}

table#steps
{
background-image: url(../images/box-steps-mid.jpg);
background-repeat: repeat-y;
}

#headers
{
float: left; width: 800px; text-align: center; margin-top: -10px;
}

#footer
{
position: relative; top: 0px; left: 0px; width: 1024px; height: 35px; padding-top: 20px;
background-image: url(../images/footer_line.jpg);
background-position: top;
background-repeat: no-repeat;
}

#thin-line
{
position: relative; top: 0px; left: 0px; width: 1024px; height: 15px; padding-top: 20px;
background-image: url(../images/footer_line.jpg);
background-position: top;
background-repeat: no-repeat;
}

#right_column
{
position: absolute; right: 0px; top: 240px; width: 220px; z-index: 2;
}

#form_box
{
float: left; width: 550px;
}

