body {
	background-color: #111;
	font-size: 11px;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	color: #626262;
}

div {
	overflow: hidden;
}

input[type="submit"] {
	background-image:url('/img/red-button.png');
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	color:#FFFFFF;
	height:34px;
	width:121px;
	font-weight:bold;
	cursor:pointer;

}
.submit {
	padding-right:23%;
	text-align:right;
}

#wrapper, #header, #top-nav, #content, #footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-color: #C01B00;
	height: 80px;
}

#logo{
	width: 600px;
	float: left;
	
}



#content {
	background-color: #fff;
	padding:10px 70px;
	min-height: 240px;
	width: 820px;
}

#content-body{
	width: 594px;
	float: left;
}

#content-video {
	width: 226px;
	float: right;
	text-align: center;
}

#footer {
	height: 58px;
	background-color: #424242;
	color: #fff;
}

#copyright {
	width: 580px;
	float: left;
	padding: 10px;
}

#poweredby {
	float: right;
	text-align:left;
	width:320px;
}


#content-body h2 {
	margin-left: 0;
	margin-bottom: 2px;
	margin-right: 0;
	margin-top: 10px;
	font-weight: normal;
	padding: 0;	
}

#content-body input[type="text"] {
	padding: 1px;
	width:75%;
}

table {
	padding: 2px;
}

td {
	padding: 5px;
}

.message {
	color: #ab1700;
}

.error-message {
	color: #b31900;
}
