/**************************************************
/*Common classes
/*************************************************/
body
{
	background: #f8b356 url(/cat/images/bg.jpg) repeat-y center top;
}
#container
{
	width: 980px;
	margin: auto;
}
#topBanner
{
	float: left;
	width: 980px;
	padding-bottom: 4px;
}
#topArea
{
	float: left;
	width: 980px;
	height: 166px;
	text-align: right;
	background-position: left top;
	background-repeat: no-repeat;
}
#mainContainer
{
	float: left;
	background-color: #ffffff;
}
#mainArea
{
	float: left;
	width: 971px;
	padding: 0px 9px 0px 0px;
	background-image: url(/cat/images/bg_mainbody.jpg);
}
#mainContent
{
	float: left;
	width: 697px;
	padding: 20px 0px 10px 17px;
}
#startPageMainContent
{
	float: left;
	width: 697px;
	padding: 20px 0px 10px 17px;
	background-color: #feefc4;
}
#leftColumn
{
	float: left;
	width: 447px;
	margin-right: 17px;
}
.leftinnercolumnleft
{
	float: left;
	width: 215px;
	margin-right: 17px;
}
.leftinnercolumnright
{
	float: left;
	width: 215px;
}
#rightColumn
{
	float: left;
	width: 215px;
}
#rightouthercolumn
{
	float: right;
	width: 250px;
	margin-top: 20px;
}

#quickbar
{
	float: right;
	width: 100%;
	text-align: right;
	padding: 10px 0px 15px 0px;
}
	#quickbar a
	{
		margin-right: 5px;
		text-decoration: none;
	}
	#quickbar img
	{
		border: 0;
		display: inline;
		vertical-align: bottom;
	}


#sitefooter
{
	float: left;
	width: 940px;
	padding: 20px;
	height: 300px;
	background: url(/cat/images/bg_footer.jpg) repeat-x;
}
#egmontsitefooter
{
    float: left;
    width: 100%; 
    border-bottom: solid 1px #000; 
    border-top: solid 2px #000; 
}
.sitefootertext
{
    float: left;
    width: 740px;
    padding: 5px;
}


