body
{
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background: url(img/BrownTornPaper.png);
	background-repeat: no-repeat;
	background-color: black;
	color: white;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
}

a { color:white; }
a:hover { color:gray; }

dt { font-weight: bold; }

p {  margin-left: 3em; }

#dot
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 128px;
}

#container
{
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

#sidebar {
float:left;
width: 180px;
height: 1000px;
margin-left: 24px;
margin-top: 0;
margin-right: 24px;
background: url(img/sidebar.png);
background-repeat: no-repeat;
}

#navlist {
	width:132px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 125%;
	background-color: none;
	text-align: center;
}

#navlist li {
	height: 40px;
	background: url(img/wood-button.png);
}
#navlist li:hover{
	background: url(img/wood-button.png) 0 80px;
}
#navlist li:active{
	background: url(img/wood-button.png) 0 40px;
}

#navlist a{
	text-decoration:none;
	text-transform:uppercase;
	color:white;
	display:block;
	padding-top:10px;
}
	
#courseheader,
#pageheader,
#contents
{
	overflow: hidden;
}

#contents { margin-right: 10%; }

#pageheader p {
	margin-top: 2px;
	margin-bottom: 0;
	font-size: 75%;
}

#pageheader h2 {
	margin-bottom:0;
}

#courseheader
{
	height:250px;
}

#pageheader
{
	text-transform: uppercase;
}

#footer
{
	clear:both;
	float:left;
	width:100%;
	font-size: 75%;
	margin-left:24px;
	color:grey;
}
