@charset "utf-8";

/* CSS Document */

body {
	background-color: #000;
	background-image: url(assets/background.gif);
}
.header_1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-align: center;
	color: #C00;
}
.header_2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #900;
	font-weight: bold;
	line-height:1em;
}
.tall_cap {
	font-size: 24px;
	font-weight: bold;
}
#banner {
	width:800px;
	height:100px;
	z-index:2;
	clear: left;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.italic_text {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #666;
}
.right_align {
	text-align: right;
}
#border {
	border-left-style: solid;
}


#bodycontent {
	margin-top:0px;
	width:800px;
	height:auto;
	z-index:4;
	background-color: #FFFFFF;
	color: #000;
	clear:left;
}
#navigation {
	width: 800px;
	float: none;
	height: 50px;
}
#header {
	clear: left;
	color: #FFF;
	height: 90px;
	width: 800px;
	padding-bottom: 0px;
	text-align: center;
	
}
#center {text-align:center;
}
.padding {
	padding: 20px;

}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
	text-align: center;
}
