﻿body
{
	background-color: #2B2B2B;
	color: #CBCCAC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: center top;
	background-repeat: repeat;
	text-align: left;
	margin: 10;
}
a
{
	color: #D1B77C;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	color: #0099FF;
	font-weight: bolder;
}
.tb
{
	background-color: #FAF892;
}

div, td
{
	font-family: Verdana,Arial,Helvetica,FreeSans,sans-serif;
	font-size: 13px;
}

.menu
{
	background-color: #C2A765;
	color: #333333;
	text-decoration: blink;
	font-family: 'Comic Sans MS';
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
	z-index: 100;
}
.button
{
	background-color: #5F2609;
	color: #C2AB79;
	border-style: outset;
	padding: 2px;
	font-weight: bold;
}
.StockTicker
{
	font-family: monospace; 
	overflow:hidden; 
	font-size:medium; 
	white-space:nowrap;
}
.ticker
{
	width: 900px;
	color: #eba41a;
	font-style: italic;
	font-family: Rockwell;
}
.quote
{
	font-family:Wide Latin;
	font:Verdana;
	font-size:12pt;
	color:#eba41a;
}
.column
{
	left: 50px;
	position:relative;
	width : 1000px;
	z-index:2;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 9px;
}

.list1 
{
	list-style-position: inside;
	color: #eba41a;
	margin:0px;
	padding:1px;
	font-size:9px;
} 
.list1 a:link, .list1 a:visited {
	color: #eba41a;
	text-decoration:none;
	font-weight:bold;
}
.list1 a:hover {
	color:#dad8d0;
}
/*Named Items*/
#wrapper {
	width:1000px;
	margin-left: 50px;
	margin-right: auto;
	position:relative;
}
#base 
{
	left: 350px;
	position:relative;
}
#footer
{
	left: 100px;
	position:static;
}
#content
{
	height:600px;
	left: 100px;
	z-index:1;
}