/* CSS Document */

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

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

#logo
{
float: left; width: 220px; height: 160px;
margin-top: 10px;
}

#navigation
{
float: right; width: 555px; height: 25px; 
margin-top: 10px;
}

#contact
{
float: right; width: 360px;
margin-top: 30px;
}

#content_area
{
float: left; width: 783px; height: 100%;
border: solid 1px #887E6E; margin-top: 5px;
background-image: url(../images/bg_images/dentistry_veneers.jpg);
background-repeat: no-repeat;
background-position: top;
}

#text_area
{
position: relative; top: 0px; left: 0px; width: 760px; height: 100%;
margin: 220px 12px 12px 12px;
}

#blog-text_area
{
position: relative; top: 0px; left: 0px; width: 560px; height: 100%;
margin: 220px 12px 12px 12px;
}


#sub-form
{
float: right; width: 155px; margin-top: 470px; margin-right: 15px;
}


#red-corner
{
float: right; width: 145px; height: 141px;
}

#footer
{
float: left; width: 785px;
margin-top: 5px;
}
