/**
 * Style sheet master
 */
body
{
	margin:0px 0px 50px 0px;
	padding:0;
	text-align:center;
	background-color:#E0EDF4;
	background-image:url("files/layout/body-background.gif");
	background-position:center top;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4F5151;
	line-height:18px;
}

#wrapper
{
	width:765px;
	margin:0 auto;
	text-align:left;
}

.header
{
	width:910px;
	height:185px;
	overflow:hidden;
	margin:0px auto;
	background-position:left top;
	background-repeat:no-repeat;
}

#left
{
	width:125px;
	float:left;
	margin-right:25px;
}

#main
{
	width:440px;
	float:left;
}

#right
{
	width:150px;
	float:left;
	margin-left:25px;
}

