/**************************************************
/*Common classes
/*************************************************/
body
{
	background-color: #fff274;
}
#container
{
	width: 980px;
	margin: auto;
}
#mainContainer
{
	float: left;
	width: 713px;
	background-color: #ffffff;
}

#topArea
{
	float: left;
	width: 100%;
	height: 207px;
}
#mainArea { margin-left: 25px; }
#leftColumn
{
	float: left;
	width: 450px;
	margin-top: 15px;
}
.leftinnercolumnleft
{
	float: left;
	width: 225px;
}
.leftinnercolumnright
{
	float: left;
	width: 225px;
}
#rightColumn
{
	float: right;
	width: 238px;
	margin-top: 15px;
}
#rightouthercolumn
{
	float: right;
	width: 250px;
}

#egmontsitefooter
{
    float: left;
    width: 100%; 
    border-bottom: solid 1px #000; 
    border-top: solid 2px #000; 
    margin-top: 20px;
}



