html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, table, tr, td {
	margin: 0;
	padding: 0;
}

body {
	background-color: #F9F0E4;
	font-family: Verdana, Arial, sans-serif;
}

img {
	border: none;

}

td {
	vertical-align: top;
	padding-bottom: 5px;
}

#header {
	margin: 20px 0 0 20px;
	width: 922px;
	height: 133px;
}

#header img {
	float: left;
}

#header-promo {
	border: 5px solid black;
	float: left;
	width: 530px;
	height: 123px;
	margin-left: 3px;
}

#header-promo div {
	float: left;
	color: black;
	font-family: Georgia, serif;
	font-size: 10pt;
	width: 238px;
	height: 93px;
	margin: 15px 0 15px 15px;
}

#header-promo div.left {
	border-right: 9px solid #7B9CAB;
	padding-right: 15px;
}

#header-promo div h2 {
	color: #CD4144;
	margin: 5px 0 10px 0;
	font-size: 12pt;	
}
#header-promo div span {
	display: block;
	padding-left: 10px;
}

#footer, #subheader {
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	width: 922px;
	margin: 10px 0 22px 20px;
	height: 26px;
	padding-top: 4px;
	font-family: Georgia, serif;
}

#subheader img {
	float: left;
	margin: 0 5px;
}

#subheader img.right {
	float: right;
}

#subheader span {
	display: block;
	float: left;
	margin: 4px 0 0 5px;
}


#content {
	width: 922px;
	margin: 0 0 0 20px;
}

#main-image {
	float: left;
	width: 450px;
	margin-bottom: 7px;
}
#main-image img {
	margin-bottom: 3px;
}

#preview, #radio, #demo {
	float: left;
	width: 450px;
	margin: 0 0 10px 0;
}

#content .column  {
	float: left;
	width: 450px;
}

#content .block {
	float: left;
	background-color: #EBDBB3;
	margin: 0 0 10px 0;
	padding: 20px;
	width: 410px;
	font-size: 10pt;
}

#content .left {
	margin: 0 22px 0 0;
}

#content .block h2 {
	font-size: 18pt;
	text-decoration: underline;
	display: block;
}

#content .block img {
	float: left;
	margin-right: 10px;
}

#content .block p {
	line-height: 18px;
}

#content .block ol {
	list-style-position: inside;
}
#content .block ul {
	list-style-type: none;
}

#content .block li {
	margin-top: 5px;
	padding: 0;
}

#content .block a {
	color: #CD4144;
	font-weight: bold;
	text-decoration: none;
}

#content .block a:hover {
	text-decoration: underline;
}

#footer {
	margin-top: 0;
}

#footer .link-arrow, #subheader .link-arrow {
	height: 22px;
	width: 113px;
	padding-left: 10px;
}
#footer .link-arrow {
	background-image: url(/images/link-arrow.gif);
	float: right;
	margin-right: 10px;
}
#subheader .link-arrow {
	background-color: #7B9CAB;
	float: left;
	margin-left: 10px;
}

#footer .link-arrow a, #subheader .link-arrow a {
	color: white;
	font-family: Arial, verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
}

#footer .link-arrow a:hover, #subheader .link-arrow a:hover {
	color: #CD4144;
}

.spacer {
	clear: both;
}

