@charset "utf-8";
/* CSS Document */
body, html, div, blockquote, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	text-align: left;
}

body
{
	font-size: 88% /* Decide for yourself if you want to include this. */;
	background-color: #25170a;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/highlight-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

h1, h2, h3, h4, h5, h6
{
font-size: 100%;
padding: .6em 0;
margin: 0 15px;
}

ul, ol
{
list-style: none;
}

a
{
color: white;
text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
	text-align: center;
}

.floatLeft
{
float: left;
padding: .5em .5em .5em 0;
}

.floatRight
{
float: right;
padding: .5em 0 .5em .5em;
}
