#body
{
	margin:0px auto;
	color: #333333;
	position: relative;
	background: url(images/backtest.jpg) repeat center top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 14px;
}

a{ color : #333333; text-decoration : underline; } 
a:hover { color : #FF9933; text-decoration : underline; } 

#container
{
	margin: 0 auto;
	width: 800px;
}
#logo
{
	margin: 0 auto;
	float: left;
	width: 250px;
}
#menubottom
{
	margin: 0 auto;
	float: right;
	width: 500px;
	height: 25px;
}
#topsection
{
	float: left;
	text-align: left;
	height: 505px;
	padding: 10px;
	background-repeat: no-repeat;
}


#topsectionleft
{
	float: left;
	text-align: left;
	width: 260px;
	height: 480px;
}

#quote
{
float: center;
width: 800px;
height: auto;
padding-bottom: 5px;
}

#homemenu{
	text-align: left;
	height: auto;
	width: 210px;
	background-color: #DEDEDE;
	padding: 10px;
	overflow: hidden;
}

#menu{
	text-align: left;
	height: auto;
	width: 180px;
	background-color: #DEDEDE;
	padding: 10px;
	overflow: hidden;
}

#content
{
	float:left;
	height: 70px;
	padding: 10px;
	padding-top: 20px;
}

#homesidebar
{
	text-align: left;
	float: right;
	width: 700px;
	padding: 10px;
	height: 510px;
}

#sidebar
{
	text-align: left;
	float: right;
	width: 700px;
	padding: 10px;
	height: 480px;
	overflow: scroll;
}

h2
{
font-size: 14px;
color:#FF9933;
}
