* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333;
	font-weight: normal;
}

a {
	color: #67a256;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h1,h2,h3,h4 { margin: 0 }

h1 {
	font-size: 3.0em;
	color: #fff;
	margin-top: 25px;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #67a256;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.0em;
	color: #444;
	margin-bottom: 15px;
}

div#container {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

p {
	line-height: 1.5em;
	margin: 10px 0 30px 0;
	text-align: left;
}

div#sbm {
	margin: 0 auto 25px auto;
	text-align: center;
	height: 50px;
	width: 80%;
}

ul#socialbookmarks {
	list-style: none;
}

ul#socialbookmarks li {
	float: left;
	margin: 0 50px 0 0;
}

a#twitterlink {
	position: absolute;
	float: right;
	margin: -30px 0 0 8px;
}

div#content {
	background: url("../images/bg-gradient.png") top left repeat-x #fff;
	width: 100%;
	padding-top: 20px;
}

table {
	border: none;
	width: 100%;
}

table tr {
	display: table-cell;
	float: left;
	width: 465px;
}

table tr td {
	text-align: center;
	padding-bottom: 50px;
	vertical-align: top;
}

form#filter-form {
	background: url("../images/search-box.png") top left no-repeat transparent;
	clear: both;
	display: block;
	width: 450px;
	height: 110px;
	text-align: center;
	margin: 0 auto 30px auto;
}

form input#filter {
	background: transparent;
	padding: 10px;
	margin-top: 50px;
	border: none;
	text-align: left;
	font-size: 1.5em;
	width: 360px;
}