body{
	background: #333 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: 630px;
	text-align: left;
	background: white url(bg.gif) right repeat-y;

}



#header{
	position: relative;
	width: 100%; height: 231px;
	margin: 0;
	background: #ffffff no-repeat;
}

	#header h1{
	margin: 0;
	position: absolute;
	right: 300px; top: 9px;
	width: 327px;
	text-align: center;
	font: 300%/59px Garamond, Georgia, Serif;
	font-weight: bold;
	letter-spacing: -2px;
}



#menu{
	float: right;
	width: 144px;
}

	#menu ul{
	text-align: left;
	margin: 0;
	padding:0;
}

	#menu li{
	list-style: none;
	margin: 0;
	
}

	#menu li.list-header{
	font: 110%/130% Garamond, Serif;
	margin: 0;
	padding: 0 10px 0 0;
}

	#menu li a{
	color: #666666;
	text-decoration: none;
	font: 90%/100% Georgia, Serif;
	border-bottom: thin solid;
	


}

	#menu li a:hover{
	color: red;
	border-bottom:thin solid;;
}



#content{
	position: relative;
	width: 483px;
	color: #555;

}

	#content h2{
	font: 220%/100% Garamond, Serif;
	margin: 0 0 0 .4em;
}

	#content p{
	font: 95%/170% Georgia, Serif;
	margin: .5em 1.5em 0 1.5em;
	padding: 0 0 0em 0;
}

	#content cite{
	display: block;
	font: bold 65%/150% Verdana, Sans-Serif;
	color: navy;
	text-align: right;
	margin: 0 .5em 4em 0;
	
}

	#content cite a{ color:black; text-decoration:none; font-style:italic; }
	#content cite a:hover{ color:red; text-decoration:underline; }

	#content a{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: thin solid;
}

	#content a:hover{
	color: red;
	border-bottom: none;
	border-bottom: thin solid;
}



#footer{
	position: relative;
	width: 483px;
	padding: 1em 0 1em 0;
	background: #CFCFD2;
	text-align: center;
}

	#footer h3{
	position: absolute;
	left: -4321px;
}

	#footer p{
	margin: 0;
	padding: .5em 0 .5em 0;
	font: 60%/100% Verdana, Sans-Serif;
}

	#footer a{ color:navy; font-weight:bold; text-decoration:none; }
	#footer a:hover{ color:red; text-decoration:underline; }
#wrapper #content .content-item h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
