#sidebar {
	width: 200px;
	float: left;
	background-color: #39404A;
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #FFFFFF;
	
}
#wrap {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #999999;
	background-color: #ffffff;
}
#page {
	text-align: left;
	

	background-repeat: repeat-y;
	background-image: url(/images/sidebar-bg.gif);
}
#leftcol {
	width: 400px;
	float: left;
}
#rightcol {
	float: right;
	width: 300px;
}

#footer {
	clear:both;
	background-color: #39404A;
	height: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#content h2 {
	font-size: 18px;
	color: #39404A;
}

#header {
	background-color: #CCCCCC;
	height: 300px;
	text-align: left;
	background-image: url(images/jamspeedheader.jpg);
}
#content {
	float: right;
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content h1 {
	font-size: 24px;
	color: #39404A;
}



body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #666666;
	color: #000000;
}
#sidebar a:hover, #sidebar a:link, #sidebar a:visited {
	color: #A9ACB1;
	padding-bottom: 10px;
	text-decoration: none;
}
#sidebar li {
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #747C87;
}

