h1 { font-size: 22pt; color: red; margin-bottom: 6px; }
h2 { font-size: 11pt; color: red; font-weight: normal; margin:0; padding:0; }
h3 { margin-top: 15px; padding-top:4px; }

#menu { float: left; width: 220px; }
#wrapper { float: left; width: 450px; margin-left:20px; }
#wrapper p { margin-top: 10px; }
.header { margin-bottom: 30px; }
.details { margin-top: 15px; }
.youtube { margin-top: 20px; }
.longos { margin-bottom: -6px; }
.longofooter { margin-top: 15px; padding-bottom: 15px; }

.choices { }
.choices .option { float: left; padding-right: 10px; }

.signup {
	border-top: 1px solid rgb(204, 204, 204);
	color: rgb(136, 136, 136);
	font-size: 9pt;
	line-height: 11pt;	
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.choices p.vote a { display: block; float: right; margin-left: 15px; background: #e11521; padding: 2px 4px 2px 4px; display: block; width: 60px; color: #fff; font-weight: bold; text-align: center; text-decoration:none; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 1px 3px #999; -webkit-box-shadow: 0 1px 3px #999; }
.choices p.vote a:hover { background: #ff5a64; margin-bottom:-1px; }
