
/* ##################################################################### */
/* MAIN DIVS
/* ##################################################################### */

#content-right
{
	float:right;
	width:160px;
	margin-top:44px;
}

#content-left
{
	float:left;
	width:379px;
	padding-right:25px;
}

#content
{
	width:564px;
	padding:0 0px 0 30px;
}



/* ##################################################################### */
/* CLASSES
/* ##################################################################### */

#content-right img
{
	/*border-bottom:3px solid #ffffff;*/
}


