* {
	margin: 0;
	padding: 0;
	border: none;
}

HTML {
	font: normal .75em/1.2em georgia,"times new roman",serif;
	color: #5e5e5e;
	text-align: center;
	background: #fff;
}

BODY {
	width: 780px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background: url('../images/body_bkg.gif') no-repeat top center;
	padding-left:0; padding-right:0; padding-top:225px; padding-bottom:225px
}

A {
	color: #8D6206;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

#mp3-player {
	position: absolute;
	top: 70px;
	right: 19px;
	width: 150px;
	height: 65px;
}

/***************************************************
	MAIN MENU
*/

#nav-home {
	position: absolute;
	top: 22px;
	left: 166px;
	width: 146px;
	height: 190px;
	display: block;
}

#nav {
	position: absolute;
	width: 429px;
	background: url('../images/nav.gif') no-repeat;
	height: 20px;
	top: 170px;
	left: 320px
}

#nav LI  {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#nav A {
	display: block;
	height: 20px;
}

#nav-thisissue { left: 0px; width: 68px; }
#nav-aboutslope { left: 84px; width: 80px; }
#nav-archives { left: 179px; width: 62px; }
#nav-slopeasl { left: 256px; width: 68px; }
#nav-slopeeditions { left: 339px; width: 90px; }

#nav-thisissue A:hover, #nav-thisissue.selected { background: url('../images/nav.gif') no-repeat -0px -20px; }
#nav-aboutslope A:hover, #nav-aboutslope.selected { background: url('../images/nav.gif') no-repeat -84px -20px; }
#nav-archives a:hover, #nav-archives.selected { background: url('../images/nav.gif') no-repeat -179px -20px; }
#nav-slopeasl A:hover, #nav-slopeasl.selected { background: url('../images/nav.gif') no-repeat -256px -20px; }
#nav-slopeeditions A:hover, #nav-slopeeditions selected { background: url('../images/nav.gif') no-repeat -339px -20px; }

/***************************************************
	CONTENT
*/

#content {
	margin: 0 100px 0 200px;
}

#content P {
	margin: 0 0 15px;
	text-align: justify;
}

#content H1 {
	font-weight: normal;
	color: #000;
}

#content H2 {
	border-top: dashed 1px #beece5;
	border-bottom: dashed 1px #beece5;
	text-transform: uppercase;
	font: normal 80%/120% verdana, arial, helvetica, sans-serif;
	color: #8D6206;
	letter-spacing: 0.2em;
	margin: 20px 0;
	padding: 1px;
	text-align: center;
}

#content H2 STRONG {
	background: #ebf9f7;
	display: block;
	padding: 2px;
	font-weight: normal;
}
