h1, h2, h3, img, div, ul, li, a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

body {
	background-color: #060706;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #999999;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a:link {
	color: #D5D5D5;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #D5D5D5;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #D5D5D5;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	width: 100%;
	height: 70px;
	color: #D5D5D5;
	font-size: 2.2em;
	font-weight: bold;
}

h2 {
	margin: 18px 0 5px 0;
	color: #D5D5D5;
	font-size: 1.8em;
}

h2 a:link {
	color: #D5D5D5;
	text-decoration: none;
}
h2 a:visited {
	color: #D5D5D5;
	text-decoration: none;
}
h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h2 a:active {
	color: #D5D5D5;
	text-decoration: none;
}

h3 {
	margin: 20px 0 3px 0;
	color: #D5D5D5;
	font-weight: bold;
	font-size: 1em;
}

p {
	margin: 10px 0 10px 0;
}

.navColumn ul {
	list-style-type: none;
	margin: 10px 0 30px 0;
}

.navColumn ul li {
	list-style-type: none;
	margin: 3px 0 0 0;
	font-size: .85em;
	color: #575854;
}

.navColumn ul li a:link {
	color: #575854;
	font-weight: normal;
	text-decoration: none;
}
.navColumn ul li a:visited {
	color: #575854;
	font-weight: normal;
	text-decoration: none;
}
.navColumn ul li a:hover {
	color: #D5D5D5;
	font-weight: normal;
	text-decoration: underline;
}
.navColumn ul li a:active {
	color: #575854;
	font-weight: normal;
	text-decoration: none;
}

.entry ul {
	list-style-type: circle;
	margin: 1em 0 0 0;
}

.entry ul li {
	list-style-type: circle;
	line-height: 1.2em;
	color: #999999;
	margin: 1em 0 0 2em;
}

.container {
	width: 835px;
	margin: 0 auto 0 auto;
}

.navColumn {
	float: left;
	display: inline;
	overflow: hidden;
	width: 135px;
	margin: 0 0 0 0;
}

.navColumn p {
	color: #575854;
	font-size: .85em;
}

.secondaryColumn {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 0 0 0;
	width: 135px;
}

.contentColumn {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 0 0 5px;
	width: 695px;
}

.entryContainer {
	float: right;
	display: inline;
	overflow: hidden;
}

.entry {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 0 30px 5px;
	width: 555px;
}

.entryBottomButtons {
	margin: 0 10px 0 0;
}

.code {
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 1.2em;
}

.footer {
	color: #575854;
	font-size: .85em;
	margin: 0 0 30px 280px;
}

