body {
	background: #181818 url(bg.jpg) repeat scroll left top;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

/* -------------------------------------------------------------------------------------- CONTAINERS */

.header {
	background: #fff url(header-bg.jpg) repeat-x scroll left bottom;
	height: 360px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	}

.content {
	background: #transparent;
	color: #e6e6e6;
	font-family: Verdana, Century Gothic, Arial, sans-serif;
	font-size: 13px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	left: 0px;
	position: relative;
	width: 800px;
	}

.disclaimer {
	clear: both;
	font-size: 10px;
	margin: 0px 30px;
	padding: 20px 0px;
	text-align: center;
}

/* -------------------------------------------------------------------------------------- CONTENT */

p, td {
	margin: 5px 20px 10px 20px;
	}
p.center {
	text-align: center;
	}
li {
	font-size: 13px;
	line-height: 28px;
	list-style-image: url(bullet.png);
	margin: 5px 20px 10px 20px;
	}
a, a:visited, a:active {
	text-decoration: none;
	color: #AE9797;
	font-weight: bold;
	text-transform: uppercase;
	}
a:hover {
	text-decoration: underline;
	color: #F0DFDF;
	font-weight: bold;
	}
b.name { text-transform: uppercase;
	}

/* -------------------------------------------------------------------------------------- TITLES */

h2, h3 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font: 18px Georgia, Times New Roman, serif;
	font-weight: bold;
	color: #e6e6e6;
	text-transform: uppercase;
	letter-spacing: 10px;
	text-align: left;
	}

/* -------------------------------------------------------------------------------------- FORMS */



/* -------------------------------------------------------------------------------------- CODESORT */

.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}
.codesort img { border: 7px solid #272727; }
.codesort li {
	display: inline;
	}