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

div#background
{
/*	width: 1350px;*/
	min-height: 700px;
	background-image: url('../img/global/background.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	
}

div#footer
{
	width: 100%;
	min-height: 430px;
	background-image: url('../img/global/footer_background.png');
	background-repeat: repeat-x;
	background-color: #555658;

}

div#wrapper
{
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div#foot_wrapper
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div#main
{
	float: left;
	border: 1px solid #6e656a;
	background-color: #000;
	width: 770px;
	margin-left: 20px;
}

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/global/brick_background.png');
	background-repeat: repeat;
}

div.brick_solid
{
	float: left;
	border: 1px solid #6e656a;
	background-color: #000;
}

p
{
	text-align: left;
}

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

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

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

a.topnav
{
	color: #FFF;
	font-size: 10pt;
}

a.nav
{
	background-image: url('../img/global/vr.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 13pt;
	font-style: italic;
	font-weight: normal;
	padding: 20px 20px 20px 27px;
}

a.navhighlight
{
	background-image: url('../img/global/vr.png');
	background-repeat: no-repeat;
	color: #ED1C24;
	font-size: 13pt;
	font-style: italic;
	font-weight: normal;
	padding: 20px 20px 20px 27px;
}

a.sec
{
	color: #FFFFFF;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
}

a.sechighlight
{
	color: #ED1C24;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
}

a.more
{
	font-size: 13pt;
	text-align: right;
	font-style: italic;
	color: #ED1C24;
}

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

.red
{
	color: #ED1C24;
}

ul.sec
{
	list-style-type: none;
}

ul.sec li
{
	padding-bottom: 8px;
}

ul.sec li ul
{
	list-style-type: none;
	padding-top: 8px;
	padding-left: 12px;
	margin-left: 0px;
}

div.tweet ul
{
	list-style-type: none;
	padding-left: 4px;
	margin-left: 0px;
}

div.tweet ul li
{
	padding-bottom: 8px;
}

div#quick ul
{
	list-style-type: none;
	padding-left: 4px;
	margin-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div#quick ul li
{
	padding-bottom: 4px;
}

div#quick ul li a
{
	color: #FFF;
}


.clear {
	clear: both;
	line-height: 0;
}
