a img {
	border: none;
}
a {
	color: #900;
	text-decoration: underline;
}
body {
	margin: 0;
	padding: 0;
	font: normal 78% 'Trebuchet MS', Trebuchet, sans-serif;
	text-align: center;
	background: #02283B;
}
#page {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
}
#header-wrapper {
	width: 960px;
	background: url(img/head.gif) no-repeat;
	position: relative;
}
#header {
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	height: 105px;
	position: relative;
}
#header h1 {
	margin: 0;
	padding: 0;
}
p#countdown {
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#nav {
	list-style-type: none;
	margin: 0;
	padding: 14px 0 4px 0px;
	position: relative;
	height: 25px;
	background: url(img/nav_bg.gif) no-repeat;
	text-align: center;
	font-size: 14px !important;
	text-transform: uppercase;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 0 15px;
}
#nav li a, #nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #033D4B;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	text-decoration: underline;
}
p#tag {
	height: 50px;
	width: 960px;
	margin: 0;
	padding: 0;
	background: url(img/talented.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;	
}
#spacer {
	height: 20px;
	width: 100%;
	background: #fff;
}
#poster {
	width: 960px;
	height: 477px;
	background: #fff url(img/vanderwoodsen.gif) no-repeat center bottom;
}
#poster ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
}
#poster ul li {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}
#poster ul li.first {
	margin-left: 0;
}
#main-wrapper {
	min-height: 400px;
	width: 100%;
	position: relative;
	background: #fff url(img/body_bg.gif) repeat-y;
}
#footer-wrapper {
	margin: 30px 0;
	/* these are temp */
	min-height: 120px;
	background: #fff;
	/* end - these are temp */
}

#main {
	float: left;
	width: 680px;
	min-height: 300px;
}
#col {
	width: 280px;
	min-height: 300px;
	float: left;
}
.clrLft {
	clear: left;
}
#coupon {
	margin: 0;
	padding: 0;
}

#footer-wrapper {
	padding: 25px 0;
	text-align: center;
}

#sidebar {
	color: #fff;
	padding: 0 10px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	margin: 25px 0;
}
#sidebar ul li ul {
	list-style-type: disc;
	margin: 0.5em 1.2em;
}
#sidebar ul li ul li {
	margin: 0.5em 0;
}
#sidebar h2 {
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: dotted 1px #333;
	border-top: dotted 1px #333;
	background: #b00;
	color: #fff;
	padding: 0.1em;
}
#sidebar a {
	color: #fff;
	text-decoration: underline;
}
#sidebar a:hover {
	text-decoration: none;
}
#main #content {
	margin: 10px 20px;
}
#content p, #content li {
	line-height: 1.5;
}
.post h2 {
	
}

.democracy label {
	color: #fff;
}

textarea#comment {
	width: 640px;
}