* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px/1.6 Arial, Helvetica, sans-serif;
	color:#fbfbfb;
	background-color:#000
}

a {
	color:#e0dcdc;
	text-decoration:underline;
	font-weight:bolder;
}

#top a {
	color:#e0dcdc;
	text-decoration:none;
	font-weight:bolder;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

#top a:hover {
	color: #fff;
	text-decoration: underline;
}

h2 {
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top:10px;
	font-weight:bold
}

p {
	margin-bottom: 5px;
	font-size: 12px;
	line-height:160%
}

code {
	padding:3px;
	margin-bottom: 10px;
	background: url(images/code.png);
	color: #fff;
	border-right: #ff0000 1px;
	border-bottom: #ff0000 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

blockquote {
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(images/code.png);
	color: #fff;
}

blockquote p {
	margin-bottom: 1px;
}

ul {
	list-style: none;
}

li {
	margin-bottom: 5px;
}

em {
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

#container {
	width: 610px;
	margin: 0 auto;
}

	#top {
		margin-top: 25px;
		height: 20px;
		border-bottom: 1px solid #fff;
		font-size: 11px;
		overflow:hidden;
		
	}
	
	h1 {
		height: 13px;
		float: left;
		position: relative;
		bottom: 10px;
		display:inline;
	}
	
	#nav {
		color: #fff;
		float: right;
		line-height: 1.6;
	}
	
img {
border:none;
margin-top: 3px;
}

.redacted {color:#666; background:#666}

.float-left  { float: left; padding-right: 5px; }
.float-right { float: right; padding-left: 5px; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }