/* General styles
========================================*/
body {
	color: #000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	background: url("../images/background_page.gif") #fff top repeat-x;
}
/* Container styles
========================================*/
#page {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 930px;
	font-size: 90%;
}

#pageBody {
	margin-top: 13px;
}

/* Content 
========================================*/
#content {
	float: right;
	margin-right: 20px;
	width: 510px;
	margin-top: -36px;
	padding: 0;
	line-height: 150%;
	font-size: 95%;
	color: #444;
}

/* Content  Table
========================================*/
#content table {
	margin-bottom: 0px;
	/* NOTE : I've changed it from 10px. It was there before but collides with CQ. Revert when needed */
	border-collapse: collapse;
	width: 100%;
	color: #666666;
}
