﻿body 
{
    font-family:Viner Hand ITC;
    font-size:15PT;
    width:950px;
    margin:auto;
    background-color:#d9cd61;
}
#divHeader
{
    width:293px;
    margin:auto;
    margin-bottom:20px;
    margin-top:20px;
}
#divLogo
{
    width:930px;
    margin:auto;
}
#divLowerArea
{
    margin-top:50px;
    width:920px;
    margin:auto;
    height: 445px;
}

#divLowerLeft
{
    float:left;
    width:420px;
    height: 194px;
}
#divLowerRight
{
 display:block ;
    float:right;
    width:500px;
    height: 428px;
}

/* BROWSER BUGS FIXES */
/* *** Float containers fix:*/ 
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

