body {
	background-image: url('images/bg.jpg');
	font-family: courier new;
	color: black;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	border: 2px solid black;
	background-color: white;
}

img {
	border: 0px;
}

a {
	text-decoration: line-through;
	color: #f80303;
}

#nav {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: courier new;
	color: black;
	padding: 5px 0 5px 0;
}

.nav {
	text-decoration: line-through;
	color: black;
}

a.nav:hover {
	color: #f80303;
}

#subheader {
	padding-left: 6px;
	font-size: 18px;
	font-family: courier new;
	color: black;
}

#content_internal {
	padding: 16px 0 32px 16px;
}

#content_copy {
	font-size: 14px;
	line-height: 16px;
}

#big_courier {
	font-family: courier new;
	font-size: 18px;
	font-weight: bold;
}
	
	
















