body {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
	font-size: 100%;
}
div#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/name_logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 1em;
	font-size: 90%;
}
div#heading {
	float: right;
	width: 540px;
	text-align: right;
}
div#nav {
	float: left;
	width: 210px;
	height: 80px;
	text-align: left;
}
div#content {
	width: 100%;
	text-align: right;
}
#news {
	float: left;
	margin: 0;
	padding: 0;
	width: 280px;
	height: auto;
	text-align: center;
}
div.caption {
	color: white;
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 1em;
}
div.caption img {
	border: 1px solid white;
	margin: 1em 0;
}

div.fresh {
	clear: both;
	height: 0;
	overflow: hidden;
}
a {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1, h2 {
	color: #FF0000;
}
hr {
	border: none;
	height: 1px;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
img {
	border: none;
}
img.mounted, div.mounted {
	border: 5px inset #CCCCCC;
}
.onleft {
	float: left;
	margin: 0 15px 0 0;
}
.onright {
	float: right;
	margin: 0 0 0 15px;
}
img.outlined {
	border: 1px solid #ffffff;
}
p.smallprint {
	font-size: 83%;
}
table {
	font-family: 'Courier New', Courier, monospace;
	font-size: 100%;
}
table.tabpad {
	margin: 4px;
}
td {
	padding: 4px 8px;
	color: #FFFFFF;
}
td.nowrap {
	white-space: nowrap;
}
ul {
	list-style-type: none;
}
ul.spaced li {
	margin-bottom: 1em;
}
