body {
	margin: 0;
	background: url(/images/bg.png) repeat-x #ffffff;
	font: 12px arial, sans-serif;
	color: #434445; 
}
img {
	border: 0;
}
ul {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 20px 0;
	font-weight: normal;
	font-size: 20px;
	color: #638c0e;
}
p {
	margin: 0 0 15px;
}
#container {
	width: 999px;
	margin: 10px auto;
}
#header .top {
	height: 135px;
	width: 100%;
	background: url(/images/banner-top.jpg) no-repeat center;
}
#header .middle {
	height: 130px;
	width: 100%;
	background: url(/images/banner-middle.jpg) no-repeat center;
}
#header .bottom {
	position: relative;
	height: 143px;
	width: 100%;
	background: url(/images/banner-bottom.jpg) no-repeat center;
}
#header form input {
	border: 0;
	background: transparent;
}
#header form input#fname {
	position: absolute;
	top: 36px;
	left: 107px;
	width: 158px;
}
#header form input#lname {
	position: absolute;
	top: 36px;
	left: 396px;
	width: 158px;
}
#header form input#email {
	position: absolute;
	top: 76px;
	left: 107px;
	width: 446px;
}
#header form input#go {
	position: absolute;
	top: 22px;
	left: 574px;
}
#stocks {
	width: 996px;
	height: 197px;
	margin: 23px auto 0;
}
#stocks .stock {
	float: left;
	position: relative;
}
#stocks .stock img {
	cursor: pointer;
}
#stocks .stock .chart {
	display: none;
	position: absolute;
	top: 197px;
	z-index: 10;
}
#stocks .stock .chart.left {
	left: 0;	
}
#stocks .stock .chart.right {
	right: 0;
}
#sidebar {
	float: right;
	width: 350px;
	margin: 20px 0 0;
	padding: 0 0 0 30px;
	border-left: 1px solid #93989a;
}
#sidebar #pros {
	width: 100%;
	padding: 0 0 20px;
	border-bottom: 1px solid #93989a;
}
#sidebar #pros li {
	width: 290px;
	padding: 16px 0 16px 60px;
	background-repeat: no-repeat;
	background-position: 0 5px;
	list-style: none;
	font-size: 16px;
	color: #638c0e;
}
#sidebar #pros li#building {
	background-image: url(/images/bullet_building.png);
}
#sidebar #pros li#money {
	background-image: url(/images/bullet_money.png);
}
#sidebar #pros li#chart {
	background-image: url(/images/bullet_chart.png);
}
#sidebar #pros li#clock {
	background-image: url(/images/bullet_clock.png);
}
#sidebar #testimonials li {
	width: 285px;
	padding: 10px 0 10px 75px;
	background-repeat: no-repeat;
	background-position: 0 10px;
	list-style: none;
}
#sidebar #testimonials #first {
	background-image: url(/images/bullet_face1.png);
}
#sidebar #testimonials #second {
	background-image: url(/images/bullet_face2.png);
}
#sidebar #testimonials #third {
	background-image: url(/images/bullet_face3.png);
}
#text {
	width: 560px;
	margin: 0 0 0 20px;
}
#text p {
	text-align: justify;
}
#footer {
	clear: right;
	margin: 20px 0 0;
	text-align: center;
}
#footer p, #footer a {
	color: #638c0e;
}