body {
	background:#E6FCA9;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
* {
	margin: 0;
	padding: 0;
}
h1 {
	margin:0;
	font-size:28px;
}
h2 {
	font-family:Impact;
	font-size:52px;
	font-weight:normal;
	margin:0;
}
h3 {
	font-size:29px;
	font-weight:normal;
	margin:20px 0 0;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
p {
	line-height:20px;
}

#header {
	background:url(images/headeroi.png) no-repeat;
	width:847px;
	height:193px;
	margin:0 auto;
}
#container {
	background:#FFF;
	width:720px;
	margin:0 auto;
	padding:0 15px;
}
#heading_top {
	background:url(images/heading_topoi.jpg) no-repeat;
	width:543px;
	height:27px;
	margin:0 auto;
}
#heading_bg {
	background:url(images/heading_bg.jpg) repeat-y;
	width:503px;
	margin:0 auto;
	padding:0 20px;
}
#heading_footer {
	background:url(images/heading_footeroi.jpg) no-repeat;
	width:543px;
	height:29px;
	margin:0 auto;
}

#mainbox {
	float:left;
	width:428px;
}
#mainbox ul {
	margin-top:20px;
}
#mainbox ul li {
	background:url(images/bullet.jpg) no-repeat 0 5px;
	font-size:19px;
	padding-left:20px;
	margin-bottom:10px;
}

#sidebar {
	float:right;
	width:292px;
}
#optin_bg {
	background:url(images/optin_bg.jpg) no-repeat;
	widows:292px;
	height:441px;
	font-family:Arial, Helvetica, sans-serif;
}
#optin_bg h2 {
	font-size:23px;
	color:#CC0000;
	padding:20px 18px 0 50px;
}
#optin_bg p {
	font-size:13px;
	padding:0px 18px 0 50px;
	line-height:18px;
	margin:8px 0;
}
#optin_bg form {
	margin:0;
	padding:0px 18px 0 50px;
}
#optin_bg .inputstyle {
	width:170px;
	border:1px solid #000;
}
#optin_bg #spam {
	font-size:11px;
	line-height:13px;
	margin-top:20px;
}

#subheading {
	background:url(images/subheading.jpg);
	width:637px;
	height:46px;
	margin-left:26px;
}
#subheading p {
	margin:0;
	padding:0;
	font-size:25px;
	font-weight:bold;
}

.testimonial_top {
	background:url(images/testimonial_top.jpg) no-repeat;
	width:638px;
	height:30px;
	margin:0 auto;
}
.testimonial_bg {
	background:url(images/testimonial_bgoi.jpg) repeat-y;
	width:578px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	padding:0 30px;
}
.testimonial_bg .t_name {
	margin:0;
	padding-top:15px;
	font-weight:bold;
}
.testimonial_footer {
	background:url(images/testimonial_footer.jpg) no-repeat;
	width:638px;
	height:30px;
	margin:0 auto 40px;
}

#copyright {
	font-size:12px;
	margin:0;
}

#footer {
	background:url(images/footeroi.jpg) no-repeat;
	width:938px;
	height:65px;
	margin:0 auto;
}

.red {
	color:#CC0000;
}
.black {
	color:#000;
}
.highlight_yellow {
	background:yellow;
}