html, body, #content {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-color: #BCBDC0;
	vertical-align: top;
}

#content, #content a, #content a:hover, #content a:active, #content a:visited {
	margin: 0 auto;
	padding:0;
	width: 796px;
}
	
#redcolumn {
	background-color: #D2212A;
	text-align: left;
	width: 266px;
}

#whitecontent, #whitecontent a:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-align: justify;
	width: 532px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#whitecontent a, #whitecontent a:visited {
	color: #000000;
	text-decoration: underline;
}

#greycontent, #greycontent a:hover {
	background-color: #BCBDC0;
	color: #000000;
	vertical-align: top;
	text-align: justify;
	width: 532px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#greycontent a, #greycontent a:visited {
	color: #000000;
	text-decoration: underline;
}

#logofab {
	background-color: #FFFFFF;
	vertical-align: bottom;
	text-align: left;
	width: 532px;
	height:16px;
}

#logofab_grey {
	background-color: #BCBDC0;
	vertical-align: bottom;
	text-align: left;
	width: 532px;
	height:16px;
}

.title {
	font-size: 12px;
	font-weight: bold;
}

.credits {
	font-size: 11px;
}

.captions {
	text-align: left;
	padding-left: 4px;
	font-size: 10px;
}
