/* CSS Document */

body {
	background-color: #000000;
	font-family:	"Courier New", Courier, monospace;
	color:	#000000;
	}

a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:	#FF6600;
	font-weight: bolder;
}

.barlink {
	font-size: 30px;
	}

#wrap {
    background:	#FFFFFF;
    margin:0 auto;
    width:1050px;
    }

#main {
	margin: 0 auto;
	width:900px;
	height: 1000px;
	background-image: url(images/eldukeMapBG.jpg);
	background-color:#000000;
	float:left;
	}

#header {
	width: 900px;
	height: 300px;
	background-image: url(images/webLogo.png);
	background-repeat:no-repeat;
	padding: 10px 10px 10px 10px;
	}

#sidebar {
	background: #000000;
    float:right;
    width:150px;
	height: 1000px;
    }
	
#footer {
	z-index:4;
    clear:both;
    }
	
li {
	list-style-image: none;
	padding: 5px 0 0 0;
	}

#bar {
	width: 150px;
	background: #000000;
	text-align: left;
	margin: 550px 0 0 0;
}
 
#wrapper {
	background-color: #ffffff;
	margin: 5px auto;
	overflow: hidden;
	height: 400px;
	width: 900px;
	position: relative;
	background-image: url(images/parchment.jpg);
}
 
#inner {
	width: 2700px;
	height: 400px;
}
 
.scrolling-content {
	padding: 15px 0 0 250px;
	width: 600px;
	position: absolute;
}
 
.scrolling-content h1 { 
	color:	#999999;
	padding: 10px 0 0 25px;
	font-size: 36px;
}
 
#content1 {
	left: 0px; 
}
 
#content2 {
	left: 900px; 
}
 
#content3 {
	left: 1800px; 
}
