* {
	padding: 0;
	margin: 0;
}

body {
	background: #FFF url(images/stripes.gif) repeat;
}

span.noshow {
	display: none;
}

#chart {
	background: url(images/stockchart.png) left top repeat-x !important;
    background: url(images/stockchart.gif) left top repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 226px;
}

#container {
	width: 600px;
	position: relative;
	margin-left: 100px;
}

#header {
    background: url(images/logo.png) left top no-repeat !important;
    background: url(images/logo.gif) left top no-repeat;
    width: 355px;
    height: 64px;
}

#main {
	margin-top: 120px;
	position: relative;
	background: #DCDCDC;
	border: 1px solid #6E6E6E;
	color: #6E6E6E;
	margin-bottom: 20px;
}

#main a {
	color: #6E6E6E;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}

ul#sidebar {
    position: absolute;
    top: 78px;
    left: 20px;
    width: 180px;
    list-style-position: inside;
    font: 30px georgia;
    font-style: oblique;
}

ul#sidebar li {
	padding-bottom: 10px;
}

#content {
	margin-left: 200px;
	border-left: 1px solid #6E6E6E;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#pagename {
	font: 48px georgia;
	font-style: oblique;
	text-align: right;
	padding-right: 30px;
}

#text {
	font: 12px georgia;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	line-height: 18px;
}

#text p {
	padding-top: 10px;
}

#footer {
	font: 10px georgia;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #6E6E6E
}