body
{
	background-color: #aaaaaa;
	background-image: url(../img/bground.png);
	background-repeat: repeat;
	color: #4d4a48;
	font-family: Georgia;
	font-size: 13px;
	line-height: 18px;
}

/**** BANNER
********************************************************************/

#container_banner
{
	width: 100%;
	height: 110px;
	background-image: url(../img/bground_banner.png);
	background-repeat: repeat-x;
	position: absolute;
}

#banner
{
	width: 100%;
	height: 106px;
	margin: 0 auto;
	background-color: none !important;
}

#banner .logo
{
	margin: 32px 0 0 59px;
	width: 258px;
	float: left;
}

/**** BODY
********************************************************************/

#container
{
	width: 900px;
	margin: 0 auto;
}

/**** LEFT COLUMN
********************************************************************/

#left
{
	width: 649px;
	float: left;
	margin: 100px 0 0 0;
}

#left .l_bot
{
	background-image: url(../img/left_col_bot.png);
	background-repeat: no-repeat;
	height: 3px;
	width: 645px;
	margin: 0 0 7px 0;
}

#left #logo
{
	background-image: url(../img/left_col_bground.png);
	background-repeat: repeat-y;
}

#left #logo img
{
	margin: 10px 0 0 20px;
}

/**** RIGHT COLUMN
********************************************************************/

#right
{
	width: 251px;
	float: left;
}