body {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	background-color: #000;
}
#wrapper {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	clear: both;
	width: 800px;
}
#main {
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#links {
	clear: both;
	width: 800px;
}
#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.footerLinks {
	font-size: 12px;
	font-style: oblique;
	color: #CCC;
	clear: none;
	text-align: center;
}
h3 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.parent {
	font-size: 12px;
	font-style: normal;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.intLink {
	font-size: 12px;
	color: #CCC;
}
.warning {
	font-size: 12px;
	font-style: italic;
	color: #F03;
}
