*
{
	margin: 0;
	padding: 0;
}
body
{
	background-color: #8b0304;
}
p
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	padding-top:		0;
	padding-bottom:		5px;
	font-size:			11px;
	line-height:		16px;
	text-align:			justify;
}
blockquote
{
	font-style:			italic;
}
#contentArea h1
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			15px;
}
#contentArea h2
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	padding-top:		4px;
	padding-bottom:		0;
}
#backgroundContainer
{
	display:	block;
	width:		100%;
	height:		100%;
	position:	absolute;
	left:		0;
	top:		0;
}
#leftColumn
{
	display: 			block;
	float:				left;
	width: 				50%;
	height: 			100%;
	background-image:	url("../images/bg/left-column.jpg");
	background-repeat:	repeat-x;
}
#middleColumn
{
	display: 			block;
	float:				left;
	width:				1102px;
}
#rightColumn
{
	display:			block;
	float:				left;
	width:				50%;
	height:				100%;
	background-image:	url("../images/bg/right-column.jpg");
	background-repeat:	repeat-x;
}
#mainContainer
{
	width: 960px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	margin-left: -480px;
	background-image:	url("../images/bg/bottom-column.jpg");
	background-repeat:	repeat-y;
}
.emphasized
{
	font-weight: 		bold;
}

