body {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	line-height: 16px;
}
#entiresite {
	background-color: #000000;
	background-image: url(images/background.gif);
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	padding: 0px;
}
#headerspacer {
	height: 160px;
	width: 100%;
}

#allcontent {
	width: 100%;
}

#left {
	float: left;
	width: 170px;
	height: 200px;
	margin: 0px;
	padding: 0px;
}

#right {
	float: left;
	width: 450px;
}

.fixer {
	height:1px;
    overflow:hidden;
    clear:both;
    margin-top:-1px;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	background-color: #FF0000;
}



h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 42px;
}

h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
}



.itemcontainer {
	margin-bottom: 10px;
	padding: 4px 10px;
}

.itemheading {
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 16px;
	border-top: 1px solid #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 20px;
}



#navmenu {
	width: 100%;
}

#navmenu ul {
	list-style: none;
	padding:0;
	margin:0;
}

#navmenu li {
	display: block;
}



.bold {
	font-weight: bold;
}


.center {
	text-align: center;
}

#footer {
	font-size: 10px;
	text-align: center;
	width: 760px;
}
.by {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

