body {
	background-color: #000000;
	margin: 0px;
	text-align: center;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#left_column {
	width: 320px;
	padding-left: 30px;
	float: left;
	padding-top: 222px;
	background-image: url(../images/backgrounds/logo_plate.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
}
#footer {
	background-image: url(../images/backgrounds/footer.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 180px;
}
#right_column {
	float: left;
	padding-top: 50px;
	width: 450px;
}
#title {
	height: 34px;
}
#title ul {
	margin: 0px;
	padding: 0px;
}
#title li {
	list-style-type: none;
	display: inline;
	padding-right: 3px;
}
#content {
	padding-right: 25px;
	line-height: 20px;
	padding-bottom: 100px;
}
#content a {
	color: #4BADC7;
	text-decoration: none;
}
#content a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4BADC7;
	padding-bottom: 1px;
}
.blue {
	color: #4BADC7;
}
#list {
	padding-bottom: 15px;
}
p {
	margin: 0px;
	padding: 0px;
}
