/* 
    Document   : main
    Created on : 30.03.2009, 11:22:26
    Author     : Webmaster
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div#contentarea{    
    width:1000px;
    margin-left:auto;
    margin-right:auto;
	background-color:white;
}

div#contentarea a{
    color:rgb(0,100,214);
}

div#column1{
    width:160px;    
    float:left;
}

div#column2{
    width:672px;
    float:left;
    padding-left: 4px;
    padding-right: 4px;
}

div#column3{
    width:160px;    
    float:left;
}

div#footer{
    width:1000px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix{
    display: inline-block;
}

* html .clearfix{
    height: 1%;
}
.clearfix{
    display: block;
}
