* {margin: 0; padding: 0; border: none; text-decoration: none;}
html {
	background: black url(menu-bg.jpg) center;
	text-align: center;
}


body{
	background: black url(page-bg.gif) top center repeat-y;
	text-align: center;
	margin: 0; padding: 0;
	font-size: 100%;
}



#wrapper{
	margin: 0 auto 0 auto;
	position: relative;
	width: 49em;
	text-align: left;
	background: black url(menu-bg.jpg) right repeat-y;

}



#header{
	position: relative;
	width: 49em; height: 12em;
	margin: 0;
	background: black url(ran2.jpg) no-repeat;
	border-color: PaleGoldenrod;
	border-left: 0.5ex;
	border-right: 0.5ex;
	border-top: 0.5ex;
	border-bottom: 0.5ex;
	border-style: solid;
}

	#header h1{
	margin: 0;
	position: absolute;
	right: 0; top: 0;
	text-align: center;
	width: 25ex;
	font: 200% Garamond, Georgia, Serif;
	letter-spacing: -.08ex;
	color: LemonChiffon
}



#menu{
	float: right;
	width: 12em;
	background: black url(menu-bg.jpg) repeat;
}

	#menu ul{
	text-align: left;
	margin: 0; padding: 0.5ex;
	color: LemonChiffon;
}

	#menu li{
	list-style: none;
	margin: 0;
	padding: 0 0.8ex 0 ;
}

	#menu li.list-header{
	font: 115% Garamond, Serif;
	margin: 0;
	padding: 0 0.8ex 0 0;
}

	#menu li a{
	color: #388E2B;
	text-decoration: none;
	font: 99% Georgia, Serif;
}

	#menu li a:hover{
	color: PaleGoldenrod;
	border-bottom: 0.08ex PaleGoldenrod dotted;
}



#content{
	position: relative;
	width: 33em;
	background: #26601E;
	padding: 1ex;
	margin: 1ex black;
	border-color: PaleGoldenrod;
	border-left: 0.5ex;
	border-right: 0.5ex;
	border-top: 0.5ex;
	border-bottom: 0.5ex;
	border-style: solid;
}

	#content h2{
	font: 150% Garamond, Serif;
	margin: 0 0 0 .4em;
	color: PaleGoldenrod;
}

	#content p{
	font: 100% Georgia, Serif;
	line-height: 1.5em;
	margin: .5em 1.5em 0 1.5em;
	padding: 0.5ex;
	text-align: justify;
	text-indent: 2.3ex;
	color: LemonChiffon;
}

	#content cite{
	display: block;
	font: bold 85% Verdana, Sans-Serif;
	color: PaleGoldenrod;
	text-align: right;
	margin: 0 .5em 4em 0;
}

	#content cite a{ color:LemonChiffon; text-decoration:none; font-style:italic; }
	#content cite a:hover{ color:PaleGoldenrod; text-decoration:underline; }

	#content a{
	color: LemonChiffon;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px LemonChiffon dotted;
}

	#content a:hover{
	color: PaleGoldenrod;
	border-bottom: none;
}

	#content blockquote, .box {
	border-color: black;
	border-left: 0.5ex;
	border-right: 0.5ex;
	border-top: 0.5ex;
	border-bottom: 0.5ex;
	border-style: solid;
	background: #388E2B url(quote.jpg) top left repeat-y !important;;
	background-position: .1cm 0;
	margin: 2.7ex 0;
	padding: 0 3.3ex 0 3.1ex;
	font: 95% Georgia, Serif;
	font-style: italic;
	line-height: 1.5em;
	text-align: justify;
	text-indent: 3ex;
	color: black;
}

	#content dl{
        font: 95% Georgia, Serif;
	line-height: 1.5em;
	margin: .5em 1.5em 0 1.5em;
	padding: 0.5ex;
	text-align: justify;
	color: LemonChiffon;
}

	#content dt{
	font: 95% Georgia, Serif;
	line-height: 1.5em;
	margin: .5em 1.5em 0 1.5em;
	padding: 0.5ex;
	text-align: justify;
	color: LemonChiffon;
}

	#content dd{
	font: 95% Georgia, Serif;
	line-height: 1.5em;
	margin: .5em 1.5em 0 1.5em;
	padding: 0.5ex;
	text-align: justify;
	color: LemonChiffon;
}

#footer{
	position: relative;
	width: 49em;
	padding: 1em 0 1em 0;
	background: black;
	text-align: center;
}

	#footer h3{
	position: absolute;
	left: -4321px;
}

	#footer p{
	margin: 0;
	padding: .5em 0 .5em 0;
	font: 60%/100% Verdana, Sans-Serif;
	color: LemonChiffon;
}

	#footer a{ color:#388E2B; font-weight:bold; text-decoration:none; }
	#footer a:hover{ color:PaleGoldenrod; text-decoration:underline; }

