body
{
	font-family: Georgia;
	color: #fff;
	font-size: 11pt;
	line-height: 13pt;
	background-color: #000;
	padding: 0px;
	margin: 0px;
}

div#background
{
	width: 1351px;
	min-height: 912px;
	background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

div#wrapper
{
	width: 933px;
	margin-left: auto;
	margin-right: auto;
}

div.brick
{
	float: left;
	border: 1px solid #6e656a;
	background-color: #000;
	opacity: .8;
	filter: alpha(opacity=80);
}

div.brick_img
{
	float: left;
	border: 1px solid #6e656a;
	background-image: url('../img/brick_background.png');
	background-repeat: repeat;
}

p
{
	text-align: left;
}

h1
{
	font-style: italic;
	font-size: 14pt;
	line-height: 16pt;
	text-align: center;
}

h2
{
	font-style: italic;
	font-size: 13pt;
	line-height: 15pt;
	text-align: left;
}

a
{
	color: #ED1C24;
	text-decoration: none;
}

.grey
{
	font-size: 10pt;
	color: #6e656a;
}

.red
{
	color: #ED1C24;
}


