
html {
	margin: 0;
	padding: 0;
	background: #fff;
}
body {
	color: #222;
	width: 500px;
	position: relative;
	margin: 10px auto 10px;
	padding: 80px 44px 0 240px;
	background: #fff url("img/bg_body.jpg") top left no-repeat;
	font: 13px/1.3em "trebuchet ms", trebuchet, verdana, sans-serif;
}
h1 {
	top: 70px;
	margin: 0;
	left: 34px;
	color: #fff;
	width: 150px;
	font-size: 40px;
	text-align: center;
	background: #bb2333;
	margin: -10px 0 0 -205px;
}
h2, h3 {
	margin: 0;
	padding: 0;
	color: #bb2333;
	background: #fff;
	text-transform: capitalize;
	font: 2em/.5 "lucida grande", arial, helvetica, sans-serif;
}
h3 {
	color: #d09409;
	font-size: 4em;
	line-height: .5;
	font-weight: 400;
	margin-bottom: .5em;
}
img {
	border: 0;
}
p {
	margin-bottom: 1.5em;
}
em {
	margin: 0 -3px;
	padding: 0 3px;
	font-style: normal;
	background: #f6ddac;
}
li {
	margin-bottom: .8em;
}
a {
	color: #bb2333;
}
a:hover {
	color: #bb2333;
	text-decoration: none;
}

#side {
	top: 340px;
	left: 40px;
	width: 180px;
	font-size: .95em;
	position: absolute;
}
#side ul {
	padding: 0;
	list-style: none;
	text-align: left;
	line-height: 1.8em;
	margin: 0 0 2em;
}
#side ul li {
	margin-bottom: 0;
}
#side ul li a {
	color: #111;
	padding-left: 18px;
	text-decoration: none;
	background: transparent url("img/bull_0.png") left 50% no-repeat;
}
#side ul ul {
	margin: 0 0 0 2em;
}
#side ul ul a {
	color: #111;
}
#side ul li a:hover, #side ul li.here a, #side ul li.here a:hover, #side ul li.here ul li.here a {
	color: #bb2333;
	background: transparent url("img/bull_1.png") left 50% no-repeat;
}
#side ul li.here ul a {
	color: #111;
	background-image: url("img/bull_0.png");
}
#side #tick {
	width: 155px;
	height: 50px;
	color: #4c3614;
	text-indent: 0;
	overflow: hidden;
	text-align: center;
	padding: 4px 0 10px;
	font: 40px/1em "futura condensed", impact, sans-serif;
	background: #dfc9a7 url("img/bg_ticker.png") top left no-repeat;
}

#foot {
	text-align: right;
	margin-top: 70px;
}
#foot #cred {
	margin-top: 1em;
	text-transform: lowercase;
}
#foot #cred a {
	color: #aaa;
	font-size: 10px;
	text-decoration: none;
}
#foot #cred a:hover {
	color: #bb2333;
}
.left {
	float: left;
	margin-right: 1em;
}
.right {
	float: right;
	margin-left: 1em;
}
