body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url("../images/webbg.jpg");
	margin: 0;
}
a {
	font-size: small;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #F07A2B;
}
li {
	font-weight: normal;
}
/* IDs */
#supercontainer {
	margin: auto;
	max-width: 1000px;
}
#container {
	clear: both;
	max-width: 1000px;
	position: relative;
	padding-bottom: 8px;
	margin-top: -10px;
	background-image: url("../images/notebook_background.png");
	margin-bottom: 35px;
}
#container a:hover {
	color: gray;
	border-bottom: dashed 1px;
}
#header {
	height: 120px;
	z-index: 10000;
}
#separator {
	height: 35px;
	clear: both;
	background-image: url("../images/spiral.png");
	max-width: 1018px;
}
#box_shear_2 {
	float: left;
	padding-left: 210px;
	padding-top: 30px;
	width: 250px;
}
#mainBody {
	padding: 5% 0 5% 0;
	margin: auto;
	clear: both;
	min-height: 250px;
	max-width: 800px;
}
#footer {
	clear: both;
	padding: 65px 0 0 25px;	
	list-style: none;
	margin-bottom: 10px;
}
#footer a:hover {
	color: gray;
	border-bottom: dashed 1px;
}
#footer a {
	margin-left: 6px;
	font-size: small;
}
#fisheye1 {
	z-index: 10;
}

/* Classes */
.outerbar {
	left: 0px;
	top: 0px;
	padding: 2% 0 0 9%; 
	float: left;
}
.dojoxFisheyeListBar {
	margin: 0 auto;
	text-align: center;
}
.box {
	border: 1px solid #ccc;
	width: 320px;
	background-color: #fff;
	margin-left: 38%;
	font-size: smaller;
}
.accordionheader {
	padding-left: 5px;
	font-weight: bold;
}
.small {
	font-size: x-small;
}
#roundedBox1 {
	
	position: absolute;
}
