div { position:relative }

ol, ul, li { list-style:none }

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }

body {
	font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
	background: #171717 url(../img/bg.jpg) repeat-x fixed;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}
#header {
	width: 165px;
	text-align: right;
	position: fixed;
	z-index: 1;
}

#navigation {
	margin-top: 30px;
}

#navigation li  {
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigation li a {
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	padding: 3px 5px;
	letter-spacing: 1px;
}

#content {
	width: 695px;
	float: left;
	padding-left: 190px;
}

#content div.background {
	padding: 15px;
	margin-bottom: 25px;
	background: url(../img/bgi.png) no-repeat right top;
}

#content div.background p {

	margin-bottom: 1px;
	line-height: 22px;
	font-size: 12px;
	color: #666;
}

#content div.background p a {

	margin-bottom: 1px;
	line-height: 22px;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

#content div.background dl dt a {

	margin-bottom: 1px;
	line-height: 22px;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

#content div.background h1 {

	margin-bottom: 12px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
