body
{
	font-family: Helvetica, Arial;
	color: #000000;
	font-size: 13px;
	background: #DEDDDD;
}

#container
{
	width: 842px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 842px;
	height: 324px;
	margin-top: 30px;
	overflow: hidden;
	background-image: url('../images/header.png');
}

#body
{
	width: 842px;
	overflow: hidden;
	background-image: url('../images/body.png');
}

#navigation
{
	width: 842px;
	padding-top: 270px;
}

#content
{
	padding-left: 40px;
	padding-right: 40px;
}

#footer
{
	width: 842px;
	height: 101px;
	overflow: hidden;
	background-image: url('../images/footer.png');
}

a
{
	text-decoration: underline;
	color: #0000FF;
}

a:visited
{
	color: #0000FF;
}

a img
{
	border: none;
}

h2.date
{
	text-align: center;
}

hr.clean
{
	color: silver;
	width: 90%;
	border: 1px thin solid;
}

img.title
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p.copyright
{
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
}

p.notice
{
	color: red;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

ul.navigation
{
	padding-top: 10px;
	list-style: none;
	text-align: center;
}

ul.navigation li
{
	display: inline;
	padding-right: 15px;
	font-family: Georgia;
	font-size: 17px;
}

ul.navigation li a
{
	text-decoration: none;
}