body
{
    text-align: center;
    font: 11px/16px "Lucida Grande", "Lucida Sans",  Verdana, Tahoma, Helvetica, sans-serif;
    color: #6C6C6C;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 0;    
}

#container
{
    width: 810px;
    height: auto;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}

#banner
{
	width: 100%;
	height: 266px;
	position: relative;
	background: url(file:///Z|/Website%202.0/images/banner.jpg) no-repeat;
	overflow: visible;
}

#left
{
    float: left;
    width: 578px;
    min-height: 550px;
    height: 550px;
    text-align: justify;
    padding-left: 10px;
}

*>#left
{
    height: auto;
}

#right
{
    float: right;
    width: 200px;
    min-height: 550px;
    height: 550px;
    padding-right: 10px;
    text-align: justify;
}

*>#right
{
    height: auto;
}

.clear
{
    clear: both;    
}

#footer
{
    width: 100%;
    height: 30px;
    text-align: center;
    padding-top: 10px;    
}

.hr
{
    width: 100%;
    height: 24px;
    background: url(file:///Z|/Website%202.0/images/hr.jpg);    
}
