#logo {
	text-align: center;
	height:48px;
}
body {
	margin: 0px 0px 100px 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #fff;
	background-attachment: scroll;
	background-color: #000;
	background-image: url(../graphics/bg-flame4.png);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	color: #fff;
	font-weight:bold;
}
a:visited {
	color: #fff;
	font-weight:bold;
}
a:hover {
	color: #999;
	font-weight:bold;
}
a:active {
	color: #fff;
	font-weight:bold;
}

#navbar {
	height: 100px;
	width: 730px;
	margin: auto;
	text-align: center;
	padding-bottom: 35px;
}
#container {
	margin:0 auto;
	width:730px;
	border:0px;
	text-align:left;
	}
#newscolumn {
	width:450px;
	padding:10px;
	float:left;
	}
#sectionheader {
	font-size: 30px;
	font-weight:bold;
	line-height:15px;
	border-top:0px;
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
	text-align:center;
	padding-bottom: 10px;
	}
#showscolumn {
	width:220px;
	padding:10px;
	float:right;
	background-color: #993333;
	}
p {
	font-size: 14px;
	color:#fff;
	text-align: justify;
	margin-left:10px;
}
.smallerfont {
	font-size: 12px;
	}

h1 {
	border-top:1px solid #fff;
	border-right:0px;
	border-bottom:1px solid #fff;
	border-left:0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}

h2 {
	border-top:0px;
	border-right:0px;
	border-bottom:1px solid #fff;
	border-left:0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}

h3 {
	border-top:1px solid #fff;
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
#newsfull {
	width:700px;
	padding:10px;
	float:left;
}
#sectionheader2 {
	font-size: 30px;
	font-weight:bold;
	line-height:15px;
	border-top:0px;
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
	text-align:center;
	padding-bottom: 10px;
}

#footerContainer {
	margin:0 auto;
	width:730px;
	border:0px;
	text-align:center;
}
