﻿html, body, form
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
body
{
    background-position: left top;
    background-image: url(/PTSorocaba/WebSite/Common/Back.gif);
    background-repeat: repeat;
}
#Header
{
    text-align: left;
    background-color: #ffffff;
    width: 772px;
    margin-left: auto;
    margin-right: auto;
    background-position: 4px 4px;
    background-image: url(/PTSorocaba/WebSite/Common/HeaderBack.gif);
    background-repeat: no-repeat;
    height: 154px;
    margin-top: 10px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-top: 4px;
}
#Page
{
    text-align: left;
    background-color: #ffffff;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    background-position: right top;
    background-image: url(/PTSorocaba/WebSite/Common/PageBack.gif);
    background-repeat: repeat-y;
    clear: both;
}
#PageStar
{
    background-position: right bottom;
    background-image: url(/PTSorocaba/WebSite/Common/SideStar.gif);
    background-repeat: no-repeat;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 772px;
}
#Content
{
    padding-right: 15px;
    padding-left: 10px;
    float: left;
    width: 607px;
}
#SideBar
{
    width: 140px;
    float: left;
    height: 100%;
}
#Footer
{
    text-align: center;
    width: 100%;
    background-position: left top;
    background-image: url(/PTSorocaba/WebSite/Common/FooterBack.gif);
    background-repeat: repeat-x;
    height: 120px;
    clear: both;
}

/*****************************************************
*** Float Containers Fix
*****************************************************/
.fixContainer {}
.fixContainer:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}