body {
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
	overflow: hidden;
	background-color: #000000;
	font-size: 12px;
}

div#topbar {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #CCCCCC;
	background-image: url('/images/topback.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 34px;
}

div#maincontent {
	position: absolute;
	left: 0px;
	top: 34px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
}

div#infobox {
	position: absolute;
	left: 0px;
	top: 34px;
	background-color: #000000;
	color: white;
	width: 100%;
	text-align: center;
	filter: alpha(opacity=75);
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	opacity: 0.75;
}

div#categorydrop {
	display: none;
	position: absolute;
	left: 360px;
	top: 20px;
	background-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	padding: 5px;
	color: #000000;
}

div#bookmarkdrop {
	display: none;
	position: absolute;
	left: 140px;
	top: 20px;
	background-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	padding: 5px;
	color: #000000;
}

div#quicknav {
	position: absolute;
	height: 17px;
	width: 100%;
	top: 50%;
	left: 0px;
}

img.quicknav {
	padding: 5px;
}
	
img#categoryarrow {
	display: none;
}

img#buttoninfo {
	display: none;
}

img#buttonbookmark {
	display: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	filter: alpha(opacity=100);
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
}	

div.categoryBox {
	position: absolute;
	left: 230px;
	top: 5px;
	font-size: 14px;
	font-weight: bold;
}

span.categoryCurrent {
	font-weight: normal;
}

img.navbutton {
	border: 0px;
	padding: 1px;
}

img.imgpreload {
	display:none;
}

div#categorydrop a {
	text-decoration: none;
	color: black;
}

div#bookmarkdrop a {
	text-decoration: none;
	color: black;
}