@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: auto;
}
.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 213px;
	position: relative;
	top: 20px;
	left: 20px;
	text-indent: -9999px;
}
.content {
	background-image: url(images/contentBack.png);
	height: 619px;
	width: 556px;
	float: left;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 4px;
}
.container {
	padding: 0px;
	margin: auto;
	width: 564px;
}
.contentHeader {
	height: 42px;
	width: 100%;
	background-image: url(images/headerBack.png);
}
.contentTitle {
	text-align: center;
	height: 40px;
	width: 100%;
	margin-top: 98px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	letter-spacing: 5px;
}
.contentContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	margin-top: 30px;
	height: 360px;
	margin-left: 2px;
	margin-right: 2px;
	overflow: auto;
}
.dateDate {
	float: left;
	width: 74%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-left: 5px;
	margin-top: 7px;
}
.dateYear {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	float: left;
	width: 24%;
	text-align: right;
	margin-top: 7px;
	margin-right: 5px;
	letter-spacing: 10px;
}
.first, .prev {
	margin-top: 8px;
	width: 32px;
	height: 40px;
	float: left;
}
.next, .last {
	margin-top: 8px;
	width: 32px;
	height: 40px;
	float: right;
}
img {
	border-style: none;
}
.message {
	margin-top: 10px;
	float: left;
	width: 425px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.menu {
	
	font-size: 0.8em;	
}
.menu a {
	color: #09F;
}
.searchOption, .searchOption a {
	font-size: 1.1em;
	color: #696;
}
.pages a {
	color:  #333;	
}
.numInput {
	width: 50px;
}
.contentContent a {
	color: #696;
}