body {
	background-color: white;
	background-image: url(../images/body_background.png);
	background-position: center top;
	background-repeat: repeat-x;
	color: black;
	font-size: 80%;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	overflow: scroll;
}

#page {
	width: 920px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#header {
	position: relative;
}

h1 {
	position: relative;
	margin: 0;
	padding: 0;
	height: 89px;
	width: 920px;
	overflow: hidden;
}

h1 span {
	background-image: url(../images/header_background.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 89px;
	width: 920px;
}

#stock_symbol {
	font-size: 1.2em;
	position: absolute;
	top: 50px;
	right: 94px;
}

#stock_symbol a {
	color: #fff;
	text-decoration: none;
}

#navigation {
	background-image: url(../images/navigation_background.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 6px;
	height: 31px;
	list-style-type: none;
	font-size: 14px;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation li a {
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	margin: 8px 8px 0 8px;
}

#navigation li a:hover {
	text-decoration: underline overline;
}

#sidebar {
	background-image: url(../images/sidebar_background.png);
	background-position: left top;
	background-repeat: repeat-y;
	float: right;
	margin: 0 42px 0 0;
	width: 230px;
}

#sidebar_content {
	margin: 0;
	padding: 16px;
}

#sidebar_content a {
	color: #eee;
	font-weight: bold;
}

#sidebar_content a:visited {
	color: #333;
}

#sidebar_content h2 {
	color: #fff;
	letter-spacing: 0.1em;	
	margin: 0.8em 0 1.2em 0;;
	padding: 0;
	font-size: 1.7em;
}

#sidebar_content dt {
	font-weight: bold;
	margin: 0 0 0.6em;
	padding: 0;
	font-size: 1.1em;
}

#sidebar_content dd {
	margin: 0 0 2em;
	padding: 0;
}

#sidebar_endcap {
	background-image: url(../images/sidebar_endcap_background.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 230px;
	height: 14px;
}

#main_content {
	padding: 0 292px 0 40px;
	line-height: 1.3em;
}

#main_content a {
	color: #930;
}

#main_content a:visited {
	color: #333;
}

#main_content h2 {
	font-size: 2em;
	letter-spacing: 0.1em;
	color: #993300;
	font-weight: bold;
	margin: 1em 0;
	padding: 0;
}

#main_content h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0;
}

#main_content p {
	text-align: justify;
}

#main_content .custom_video {
	position: relative;
	padding-left: 216px;
	height: 130px;
	overflow: auto;
}

#main_content .custom_video h3 {
	margin:0.5em 0;
}

#main_content .custom_video a {
	color: #000;
	text-decoration: none;
}

#main_content .custom_video img {
	border: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	margin: 1.8em 0 0.8em 0;
	text-align: center;
	font-size: 0.8em;
}