body {
	background: #d4d4d4 url(../images/bg.gif) top left repeat-x;
	padding: 0;
	margin: 0;
}
#flash {
	background: url(../images/bg_top.gif) top left repeat-x;
	text-align: center;
	height: 590px;
}
p, li, td, div {
	font: small/1.2em Arial, Helvetica, sans-serif;
}
#tabs {
	margin: 0 auto;
	width: 941px;
}
#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;}
#tabs li a {
	display: block;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background: url(../images/tabs_sprite.gif) repeat-y top left;
	overflow: hidden;
	padding-top: 2px;
}
#tabs li#tab_home a {
	width: 89px;
	background-position: 0px 0px;
}
#tabs li#tab_home a:hover {
	background-position: 0px -30px;
	color: black;
}
#body_home #tabs li#tab_home a {
	background-position: 0px -60px;
	color: black;
	cursor: default;
}

#tabs li#tab_overview a {
	width: 207px;
	background-position: -89px 0px;
}
#tabs li#tab_overview a:hover {
	background-position: -89px -30px;
	color: black;
}
#body_overview #tabs li#tab_overview a {
	background-position: -89px -60px;
	color: black;
	cursor: default;
}


#tabs li#tab_investing a {
	width: 218px;
	background-position: -296px 0px;
}
#tabs li#tab_investing a:hover {
	background-position: -296px -30px;
	color: black;
}
#body_investing #tabs li#tab_investing a {
	background-position: -296px -60px;
	color: black;
	cursor: default;
}

#tabs li#tab_trading a {
	width: 218px;
	background-position: -514px 0px;
}
#tabs li#tab_trading a:hover {
	background-position: -514px -30px;
	color: black;
}
#body_trading #tabs li#tab_trading a {
	background-position: -514px -60px;
	color: black;
	cursor: default;
}

#tabs li#tab_start a {
	width: 209px;
	background-position: -732px 0px;
}
#tabs li#tab_start a:hover {
	background-position: -732px -30px;
	color: black;
}
#body_start #tabs li#tab_start a {
	background-position: -732px -60px;
	color: black;
	cursor: default;
}


#content_wrapper {
	margin: 0 auto;
}
#content {
	background: url(../images/bg_content.gif) top left repeat-y;
	margin: 0 auto;
	width: 941px;
}

/* 
-----
content styles
-----
*/

#content_gutter {
	background: url(../images/bg_fade.gif) bottom left no-repeat;
	height: 100%;
	padding-left: 89px;
}
#content_gutter h2 {
	font-size: 120%;
	color: #006939;
	font-weight: bold;
	margin: .8em 0 .5em 0;
}

#content_gutter a {
	font-size: 16px;
	color: #006939;
	font-weight: bold;
	margin: .8em 0 .5em 0;
	text-decoration: none;
}
#content_gutter p {
	font-size: 90%;
	margin: 0 0 1em 0;
}
#overview, 
#investing, 
#trading, 
#start {
	float: left;
}
#overview {
	width: 207px;
}
#investing {
	width: 218px;
}
#trading {
	width: 218px;
}
#start {
	width: 209px;
}
#content_gutter .gutter {
	margin: 0.5em 1em;
}


/* 
-----
footer styles
-----
*/

#footer {
	background: #eee;
	border-top: 3px double #d4d4d4;
	padding: 1em 0 5em;
	margin: 2em auto 0;
	text-align: center;
}
#footer a {
	color: #0158C4;
}
#footer a:hover { 
	color: #000;
	background: #FFE4AF;
	text-decoration: none;
}

#footer_links,
#footer_info {
	line-height: 1.1em;
	width: 941px;
	margin: 0 auto;
}
#footer_links .divider {
	color: gray;
	font-size: 90%;
}
#footer_links a {
	font-size: 90%;
}
#footer_info p {
	line-height: 1.1em;
	font-size: 90%;
	color: gray;
	text-align: left;
	margin: 1em 0;
}

/* 
-----
button styles
-----
*/

#buttons {
	display: block;
	margin: 10px 0;
}
#buttons ul {
	height: 34px;
	float: right;
	padding: 0;
}
#buttons ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}
#buttons ul li a {
	display: block;
	width: 87px;
	height: 34px;
	overflow: hidden;
	text-indent: -9999em;
}
a#button_prev {
	background: url(../images/button_prev.gif) no-repeat;
}
a#button_next {
	background: url(../images/button_next.gif) no-repeat;
}
a#button_prev:hover,
a#button_next:hover {
	background-position: 0 -34px;
}



.clear {
	clear: both;
}