


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: 408px;
	margin: 0;
	background: #ffffff url(header.jpg) no-repeat;
}

	#header h1{
	margin: 0;
	position: absolute;
	right: 0; top: 0;
	width: 146px;
	text-align: center;
	font: 170%/59px Garamond, Georgia, Serif;
	letter-spacing: -2px;
}



#menu{
	float: right;
	width: 144px;
}

	#menu ul{
	text-align: left;
	margin: 0; padding: 7px;
}

	#menu li{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

	#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;
}

	#menu li a:hover{
	color: red;
	border-bottom: 1px teal dotted;
}



#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 1em 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: teal;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px teal dotted;
}

	#content a:hover{
	color: red;
	border-bottom: none;
}



#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; }

