@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color: #A9A04C;
}
a {
	color: #8E381B;
	text-decoration: none;
}
a:hover {
	color: #990000;
}
a:visited {
	color: #DCAC60;
}
#wrapper {
	background-color: #FFFFCC;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	overflow: hidden;
}
#header {
	background-color: #FFFFCC;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	font-size: 14px;
	text-align: center;
}
#header a {
	color: #8E381B;
	font-size: 36px;
	text-transform: none;
}
#header a:hover {
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
.img a {
	text-decoration: none;
}
.img a:hover {
	text-decoration: none;
}
#header h1 {
	font-weight: bold;
	font-size: 36px;
	color: #8E381B;
}
#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
}
