#wrapper {
}
* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	}
#header {
	margin-bottom: 60px;
	padding-left: 20px;
	padding-top: 20px;
}
#footer {
	margin-bottom: 50px;
	padding-left: 20px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 3px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #00FF00;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.highlight {
	color: #00FF00;
	font-weight: bold;
}
.pagination {
	padding-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 2px;
	padding-right: 20px;
	padding-left: 20px;
}
.none {
	color: #262626;
	cursor: default;
}
.highlight2 {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}
#top {
	padding-left: 20px;
	margin-top: 20px;
}
.item {
	margin-top: 5px;
}
.content {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: default;
}
#column1 {
	margin-right: 30px;
}
