@charset "UTF-8";
/* CSS Document */

body {
	color: #666666;
	background-color: #000000;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color: #999999;
}

.left_column {
	width: 200px;
	float: left;
}

.right_column {
	width: 600px;
	float: right;
}

.footer {
	width: 800px;
	height: 30px;
	clear: right;
}

.line {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
	color: #FFFFFF;
}

.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	color: #FFFFFF;
	line-height: 40px;
	letter-spacing: -0.025em;
}
.title2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.whitetitle {
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
}

#nav {
	width: 160px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li a {
	display: block;
	padding: 0.5em;
	border-bottom: 1px solid #333333;
	color: #999999;
	text-decoration: none;
}

#nav li a:hover {
	color: #FFFFFF;
	background-color: #222222;
}
