body {
	background: #414141 url(bg.gif) repeat-y;
	background-position: center;
	font-family: verdana, arial, san-serif;
	font-size: 10pt;
	text-align: center;
}

* {
	margin-top: 0px;
	padding: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 547px;
	text-align: left;
}

#spacer1 {
	width: 76px;
	float: left;
}

#content {
	width: 412px;
	float: left;
}

h2 {
	font-family: arial black, arial, sans-serif;
	font-style: italic;
	text-transform: uppercase;
	font-size: 16pt;
	border-bottom: 1px solid #67131E;
}

h3 {
	font-family: arial black, arial, sans-serif;
	text-transform: uppercase;
	font-size: 13pt;
	border-bottom: 1px solid #67131E;
}

a:link {
	font-weight: bold;
	font-style: underline;
	color: #7F1728;
}

a:visited {
	font-weight: bold;
	font-style: underline;
	color: #67131E;
}

textarea, select, input {
	background: #414141;
	border: 1px solid #7F1728;
	font-family: verdana, arial, san-serif;
	font-size: 10pt;
	padding: 2px;
	color: white;
}

ul {
	list-style: none;
	margin-left: 20px;
}

ul li {
	background: url(bullet.gif) no-repeat;
	background-position: center left;
	padding-left: 20px;
}

blockquote {
	background: #414141;
	padding: 5px;
	color: #CFCFCF;
}

a.newwin {
	background: url(icon_world.gif) no-repeat;
	padding-right: 16px;
	background-position: center right;
}