body {
	width: 750px;
	margin: 30px auto 30px auto;
	background: #3c3b3a url("promoimages/background.jpg") top center no-repeat;
	font-family: "Trebuchet MS", Arial;
	font-size: 10pt;
	color: #000;
}

h2 {
	font-size: 15pt;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
h1 {
	font-size: 17pt;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
}
a, a:hover {
	font-size: 10pt;
	color: #3366CC;
	text-decoration: underline;
}

table {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
	td, tr {
		padding: 0px;
		margin: 0px;
	}

ul {
	list-style: none;
	list-style-image: url("promoimages/li.gif");
}


td#step1 {
	width: 99px;
	background: url("promoimages/step1.gif") top center no-repeat;
}
td#step2 {
	width: 99px;
	background: url("promoimages/step2.gif") top center no-repeat;
}
td.steps {
	padding-top: 4px;
	color: #999999;
	margin-top: 10px;
}

td.col { background:url('promoimages/b.gif')top repeat-x; vertical-align: top; }

td.col h1 {
	margin: 5px 0px 10px 0px;
	font-size: 17pt;
	color: #9bb604;
	font-weight: normal;
	padding: 0px;
}

div#logo {
	width: 750px;
	height: 249px;
	margin-bottom: 10px;
	margin-left: -35px;
}

div#about {
	background: #FFF url("promoimages/table_header.jpg") no-repeat;
	width: 667px;
	clear: both;
	margin-left: 50px;
	color: #FFF;
	height: 91px;
}

div#corn_line {
	height: 20px;
	padding: 0px;
	margin: 0px 35px 0px 50px;
	background: #FFF;
	clear: both;
}

div#container {
	margin: 0px 35px 0px 50px;
	background: #FFF url(promoimages/table_bg.jpg) repeat-y;
	width: 667px;
	clear: both;
}
	div#container div#inner {
		padding: 0px 15px 0px 15px;
	}

div#table {
	display: table;
	clear: both;
	width: 100%;
	margin-top: 40px;
}
div#left {
	float: left;
	width: 48%;
}
div#right {
	float: right;
	width: 48%;
}

div#footer {
	text-align: center;
	margin-top: 30px;
	border-top: silver 1px solid;
	padding-top: 7px;
}
