#overviewbuttons
{
	width: 156px;
	height: 257px;
	position: absolute;
	left: 10px;
	top: 53px;
	z-index:2;
}

#overviewbuttons ul { margin: 0; padding: 0; }
#overviewbuttons li, #overviewbuttons a { display: block; margin: 0; }
#overviewbuttons a
{
	background-image: url("images/overviewbuttons.jpg");
	text-indent: -10000px;
	width: 156px;
	height: 59px;
	margin-bottom: 7px;
}
#overviewbuttons a:active, #overviewbuttons a:focus { outline-style: none; }

#overviewdefault a:hover, #overviewdefault_h a { background-position:156px 0; }
#overviewfeatures a { background-position:0 -66px; }
#overviewfeatures a:hover, #overviewfeatures_h a { background-position:156px -66px; }
#overviewtracks a { background-position:0 -132px; }
#overviewtracks a:hover, #overviewtracks_h a { background-position:156px -132px; }
#overviewcrafts a { background-position:0 -198px; }
#overviewcrafts a:hover, #overviewcrafts_h a { background-position:156px -198px; }

#overviewcontent
{
	background-image: url("images/overviewcontent.jpg");
	width: 630px;
	height: 430px;
	position: absolute;
	left: 199px;
	top: 45px;

	padding: 31px 43px 31px 43px;
	font-size: 14px;
	text-shadow: 1px 1px black;
}

#overviewcontent h1
{ text-indent: -10000px; margin: 0; }

#overviewcontent ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#overviewcontent li
{
	background-image: url("images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 20px; 
	margin: 10px;
}

#overviewtitle
{
	background-image: url("images/overviewtitle.png");
	width: 98px;
	height: 22px;
}

#featurestitle
{
	background-image: url("images/featurestitle.png");
	width: 129px;
	height: 22px;
}

