body {
	margin: 10px;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	float: none;
	background-image: url(../_images/background.jpg);
	background-repeat: repeat-x;
	font-style: normal;
	color: #000;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#intro {
    padding-bottom: 5px;
}

h2 {
	margin: 0;
	margin-bottom: 14px;
	padding: 0;
	color: #000;
	font-family: "Courier New", Courier, monospace;
}

#slider {
	width: 800px;
	margin: 0;
	position: relative;
}

.scroll {
	height: 400px;
	width: 800px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background:url(../_images/backgroundbox.png); 
}

.scrollContainer div.panel {
	padding: 20px;
	height: 360px;
	width: 760px;
	color: #000;
}

#shade {
	background: #EDEDEC url(file:///C|/Users/Allan/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/ITSCW4WH/images/shade.jpg) no-repeat 0 0;
	height: 10px;
}

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

ul.navigation li {
	display: inline;
	margin-right: 10px;
}

ul.navigation a {
    padding: 5px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
	background-color: #FFF;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {

}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
#wrapper h1 {
	color: #F00;
	font-family: "Courier New", Courier, monospace;
}
#whitetext {
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
#bodytext {
	color: #000;
	font-weight: bolder;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}


