*
{
	margin: 0 0;
	padding: 0 0;
}
#page, h1, #footer, #contents, #contents_wrapper
{
	width: 950px;
	margin: 0 auto;
}
body
{
	font-family: "Adobe Caslon", "Adobe Caslon Pro", Caslon;
/*	background-color: #EEEEEE; */
}

h1
{
	text-align: center;
	position: absolute;
}
h2
{
	color: #9d8146;
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
}
h3
{
	color: #9d8146;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
}
h4
{
	color: #9d8146;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
}
p, #contents li
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 1em;
}
#contents_wrapper
{
	position: absolute;
	top: 110px;
}
#contents
{
/*	height: 500px; */
	border: 1px dashed #CCCCCC;
	z-index: 50;
	margin-bottom: 10px;
}
#footer
{
	color: #999999;
	font-size: 14px;
/*	position: absolute; */
/*	top: 620px; */
	text-align: center;
}
#footer img
{
	margin-bottom: 10px;
}
#footer a
{
	color: #666666;
	text-decoration: none;
}
#footer a:hover
{
	color: #333333;
	text-decoration: underline;
}

strong
{
	color: #9d8146;
	font-weight: 100;
}
#contents a
{
	color: #9d8146;
}
