html, body {
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
}
#container {
	position: relative;
	width: 544px;
	margin: 0 auto;
}

/* TOP OF PAGE */

#header, #content, #footer {
	position: relative;
	width: 544px;
	float: left;
}
#header {
	padding-top: 38px;
}
#header img {
	float: left;
}
#header p {
	text-align: right;
	font-size: 1.1em;
	float: right;
}
#video {
	position: relative;
}
a.video_close {
	display: block;
	padding: 6px;
	color: #C00;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
}
a.video_close {
	text-decoration: underline;
}

/* CONTENT */

#content {
	border: 5px solid #6c207e;
	padding: 27px;
	width: 480px;
}
#clock {
	position: relative;
	width: 540px;
	height: 84px;
	background: #006892;
	margin: 0 0 27px -60px;
}
#clock a {
	color: #FFF;
}
.grad_purple_vert {
	background: #6c207e url(../images/grad_purple_vert.gif) repeat-x bottom;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	margin: 0;
	list-style: none;
}
.grad_purple_vert li {
	background: url(../images/tick.gif) no-repeat;
	padding: 14px 0 0 26px;
	margin-left: 0;
}
.blue_box {
	background: #006892;
	color: #FFF;
	padding: 12px 14px 1px 14px;
	margin: 0 0 12px 0;
}
.blue_box a {
	color: #FFF;
}

/* FOOTER */

#footer {
	text-align: center;
	padding: 30px 0;
	font-size: 0.8em;
	color: #CCC;
}

/* MISC */

input {
	font-size: 1em;
}
input.text, textarea {
	width: 150px;
}
textarea {
	height: 60px;
	width: 300px;
}
input.narrow, textarea.narrow {
	width: 75px;
}
input.wide, textarea.wide {
	width: 300px;
}
input.submit {
	background: #6c207e;
	color: #FFF;
	font-weight: bold;
	border: none;
	padding: 4px;
	text-transform: uppercase;
	font-size: 0.8em;
}
input.submit:hover {
	cursor: pointer;
}
.spacer {
	position: relative;
	display: block;
	float: none;
	height: 0;
	line-height: 0;
	clear: both;
	width: 100%;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.offer_form input.text {
	width: 300px;
}
p.year {
	position: relative;
	float: left;
	width: 75px;
}
p.year_detail {
	position: relative;
	float: right;
	width: 805px;
}
div.col_left {
	position: relative;
	float: left;
	width: 270px;
}
div.col_right {
	position: relative;
	float: right;
	width: 186px;
}
a img {
	vertical-align: middle;
}