﻿/* Page layout */

#pageContainer
{
	width:800px;
	margin:32px auto 20px auto;
}

#headerContainer
{
    margin-bottom:8px;
}

#leftColumn
{
    width:175px; /* this has to be broader because of the navigation - it has to be sensitive to hover till 5px right from the edge */
    margin-right:5px;
    float:left;
}

#mainArea
{
    width:440px;
    float:left;
    /* height:500px; ?.. */
}

#rightColumn
{
    width:160px;
    margin-left:20px;
    float:right;
}

/* Footer */
#footer
{
    border-top: solid 1px #00b2eb;    
    margin-top:20px;
    font-size:12px;
    color:#00b2eb;
}

#footer div
{
    float:right;
    margin: 5px;
}

#footer a
{
    display:block;
    float:left;
    margin: 5px;
    color:#00b2eb;
}

/* Cleaner */
.cleaner
{
	clear:both;
	float:none;
	font-size:1px;
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
	visibility:hidden;
}
