html, body, img, form {
	margin: 0;
	padding: 0;
	border: 0;
	}
html, body {
	color: #fff;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
	}
body {
	background-color: #000;
	}
	
a {
	color: #a1a1a1;
	text-decoration: none;
	}
a:hover {
	border: 0;
	text-decoration: none;
	background-color: #343434;
	}
	
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	}
.gray {
	color: #a1a1a1;
	}
.white {
	color: #FFFFFF;
	}
.underline {
	padding-bottom: 1px;
	border-bottom: 1px solid #2f2f2f;
	}
hr {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 2px 0 0 0;
	padding: 0;
	border: 0;
	background-color: #2f2f2f;
	}
#header {
	width: 900px;
	margin: 40px auto 10px auto;
	}
#headerNav {
	float: left;
	display: inline;
	width: 500px;
	height: 20px;
	color: #a1a1a1;
	margin-left: 20px;
	font-size: 12px;
	}
#headerNav a {
	color: #a1a1a1;
	text-decoration: none;
	}
#headerNav a:hover {
	background-color: #343434;
	text-decoration: none;
	}
#pageTitle {
	float: right;
	display: inline;
	width: 360px;
	height: 20px;
	margin-right: 20px;
	text-align: right;
	font-size: 12px;
	}
#main {
	width: 900px;
	margin: 0 auto 100px auto;
	}
#leftCol {
	float: left;
	display: inline;
	width: 215px;
	}
#rightCol {
	float: right;
	display: inline;
	width: 650px;
	color: #a1a1a1;
	}
#footer {
	width: 900px;
	color: #a1a1a1;
	margin: 0 auto 70px auto;
	}

/* Sidebar */
#sidebarWork {
	line-height: 15px;
	}
#sidebarWork a {
	color: #a1a1a1;
	text-decoration: none;
	}
#sidebarWork a:hover {
	border: 0;
	text-decoration: none;
	background-color: #343434;
	}
.sidebarTitle {
	color: #a1a1a1;
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 5px;
	}
.sidebarDate {
	color: #a1a1a1;
	margin-bottom: 2px;
	}
.sidebarNewsTitle {
	color: #fff;
	margin-bottom: 10px;
	}
#sidebarDynamic a {
	color: #a1a1a1;
	text-decoration: none;
	}
#sidebarDynamic a:hover {
	color: #a1a1a1;
	text-decoration: none;
	background-color: #343434;
	}
/* END Sidebar */

/* Right Column */
.colBox {
	clear: both;
	margin-bottom: 10px;
	}
.dualCol {
	float: left;
	display: inline;
	width: 316px;
	overflow: hidden;
	}
.colRight {
	margin-left: 10px;
	}
.workTitle {
	color: #FFFFFF;
	margin-left: 15px;
	}
#rightCol p {
	margin-left: 15px;
}

#rightCol p {
	margin-left: 15px;
}

#indent {
	margin-left: 15px;
}
/* END Right Column */
