body {
	background-image: url(images/backdrop.png);
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 10pt;
	text-align: center;
	color: maroon;
}

.container {
	background-image: url(images/background.png);
	background-color: #fff;
	background-repeat: repeat-y;
	width: 800px;
	text-align: left;
	margin: 0 auto;
	border: solid 1px #666;
}

.header { 
	width: 800px;
	height: 140px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	clear: both;
}

.title {
	position: relative;
	left: 150px;
	top: 95px;
	font-size: 18pt;
	width: 300px;
	padding-left: 70px;
	border-bottom: solid 3px #ff9900;
	font-weight: bold;
	color: maroon;
	text-transform: uppercase;
}

.content {
	width: 600px;
	height: 500px;
	overflow: auto;
	float: right;
}

.menu { 
	width: 200px;
	height: 400px;
	float: left;
	font-size: 9pt;
}

.footer { 
	height: 20px;
	width: 800px;
	clear: both;
}


.menu h1 {
	font-size: 12pt;
	text-decoration: none;
	width: 163px;
	border-bottom: solid 3px maroon;
	color: white;
	padding-left: 10px;
	margin: 10px 0;
}

.menu ul {
	list-style-type: none;
	margin: 10px;
	padding: 0;
}

.menu ul a {
	display: block;
	width: 160px;
	height: 30px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	text-align: center;
	color: white;
	text-decoration: none;
	padding-top: 5px;
}

.menu ul a:hover {
	background-image: url(images/button_pressed.png);
	font-style: normal;
}

.menu ul ul {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: -5px;
	margin-bottom: -5px;
}

.menu ul ul li {
	margin: -5px 0;
}

a:link {
	color: #712323;
	text-decoration: underline;
}

a:visited {
	color: #A52A2A;
}

a:hover {
	font-style: italic;
}

h1 {
	color: maroon;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	margin-top: 25px;
	margin-bottom: 0px;
}

h2 {
	font-size: 16pt;
	color: maroon;
	text-decoration: none;
	font-style: normal;
	margin-top: 25px;
	margin-bottom: 0px;
}

h3 {
	font-size: 14pt;
	color: maroon;
	font-style: italic;
	text-decoration: none;
	margin-top: 25px;
	margin-bottom: 0px;
}

small {
	font-size: 8pt;
}

p {
	margin: 10px 0;
}

#facebook th {
	text-align: left;
	border-bottom: solid 1px maroon;
	font-size: 9pt;
	font-weight: bold;
}

#facebook td {
	vertical-align: top;
}

.caption {
	color: maroon;
	font-weight: bold;
	margin: 5px;
	font-size: 8pt;
}

