@charset "utf-8";
body {
	background-color: #FFD687;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
}
#footer a {
	color: #980400;
}
#bonus {
}
#bonus img {
	border: 3px solid #B10300;
	margin-bottom: 5px;
}
#bonus {
	font-weight: bold;
	font-size: 25px;
	color: #A40605;
}

#wrap {
	width: 997px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FEF9D9;
	border: 1px solid #9D0002;
}
#logo {
	width: 977px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D48418;
	padding-bottom: 10px;
}
#intro {
	float: right;
	width: 600px;
	height: 100px;
	text-align: justify;
	font-size: 20px;
	font-weight: bold;
	color: #6A2000;
}
#text {
	width: 977px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #6A2000;
	font-weight: bold;
	font-size: 24px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D48418;
	border-bottom-color: #D48418;
	margin-top: 15px;
}
#pics img {
	border: 1px solid #D48418;
	margin-bottom: 4px;
	margin-top: 4px;
}
#pics-row img {
	border: 1px solid #D48418;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-right: 1px;
	margin-left: 1px;
}
#pics-row {
	overflow: hidden;
	width: 997px;
}
#pics-row ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#pics-row li {
	float: left;
	list-style-type: none;
	display: inline;
}

#link {
	width: 977px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #9C0605;
	border: 3px solid #FFD687;
	text-align: center;
	font-size: 45px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}#link a {
	color: #FFD687;
}

