@charset "utf-8";
/* CSS Document */
/* global styles to generic tags */
body {
	color: #7a1b1b;
	background: #000000;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0pt;
	line-height: 16px;
	border: none;
}
h1 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #950303;
}
img {
	border: none;
}
a {
/*	color: #BB2500; */
	color: #FF9900;
	text-decoration: underline;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 14px;
	border: none;
	font-weight: bold;
	}
p, ul, ol, li{
	color: #000000;
	font-size: 12px;
	line-height: 14px;
}
/* LAYOUT */
#main {
	background: url(../images/background_blank.png) no-repeat scroll left top;
	font-size: 12px;
	margin: 0pt auto;
	width: 780px;
	height: 600px;
}
#main_logo {
	background: url(../images/background.jpg) no-repeat scroll center center;
	font-size: 12px;
	margin: 0pt auto;
	width: 800px;
	height: 600px;
}

.facebook {
	position: absolute;
	left: 334px;
	top: 510px;
}



/* initialize sidenav divs to hidden - display controlled by javascript */
#sidenav1, #sidenav2, #sidenav3, #sidenav4, #sidenav5, #sidenav6, #sidenav7, #sidenav8, #sidenav9 {
	display:none;
}

