body {
	background-color: ##fff;
	font-family:Helvetica, Arial;
	margin:0 0;
}
.clear {
	clear:both;
}
a {
	color:#000;
	display:block;
	text-decoration:none;
	padding:2px;
}
a:hover {
	background-color:#000;
	color:#fff;
}
#header a {
	color:#fff;
}
#header a:hover {
	background-color:#fff;
	color:#000;
}
h1 {
	bottom:14px;
	color:#fff;
	font-size:4em;
	font-weight:normal;
	left:14px;
	margin:0px;
	position:absolute;
}
h2 {
	color:#fff;
	font-size:2em;
	margin-left:14px;
}
p {
	font-size:.8em;
}
#page-wrapper {
	background-color:#000;
	margin:0 auto;
	padding:0 0;
	width:850px;	
}
#header {
	height:190px;
	position:relative;
}
#content {
	border-top:14px solid #fff;
	border-bottom:14px solid #fff;
	height:320px;
}
#content-2 {
	background-color:#fff;
	border-bottom:80px solid #000;
	font-size:.8em;
}
#footer {
	background-color:#fff;
	border-bottom:10px solid #000;
	color:#000;
	text-align:right;
}
#footer p {
	margin:5px;
	padding-top:10px;
}
/* =========== */
/* = Classes = */
/* =========== */
.content-left {
	float:left;
}
.content-right {
	margin-left: 425px;
}
ul.links {
	padding-left:14px;
}
ul.links li{
	border-bottom:1px solid #000;
	list-style-type:none;
	padding:3px;
	width:300px;
}

dl, dd, dt {
	margin-left:0px;
}
dl {
	padding-top:14px;
}
dt {
	font-weight:bold;
}