@charset "utf-8";
/* CSS Document */

body{
	background-image: url('images/bg.gif');
}

.maintable{
	background-color: #DFD3AE;
	width: 665px;
}
.header{
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 645px;
	height: 226px;
}
.footer{
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 650px;
	height: 62px;
}
.content{
	text-align: left;
	background-color: #C8B588;
	width: 650px;
	font-style: italic;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.content h1{
	color: #654501;
	font-size: 14px;
}
a{
	color: #654501;
	font-style: italic;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover{
	color: #000000;
	font-style: italic;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}