body {
	background-color: #470101;
	margin:0px;
	padding:0px;
}
#holder {
	height: 790px;
	width: 797px;
	margin-right: auto;
	margin-left: auto;
	background-color: #790102;
	border: thin solid #F1AE19;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header {
	background-image: url(images/header.png);
	float: left;
	height: 154px;
	width: 797px;
	background-color: #790000;
}
#logo {
	float: left;
	height: 110px;
	width: 277px;
	background-image: url(images/birds.png);
	background-repeat: no-repeat;
	margin-top: 5px;
}
#subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFC;
	float: right;
	height: 25px;
	padding-top: 60px;
	margin-right: 10px;
}

#navi {
	background-color: #790102;
	float: left;
	height: 596px;
	width: 158px;
}
#content {
	height: 566px;
	width: 609px;
	font-size: 14px;
	color: #333;
	padding: 15px;
	float: left;
	background-color: #FFC;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
#textBroad {
	float: left;
	width: 577px;
	padding-top: 5px;
}

a {
	font-weight: bold;
	color: #066;
	text-decoration: none;
}
a:hover {
	color: #000095;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #066;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #790102;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-right: 5px;
	text-align: center;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #790102;
}

.pic {
	padding: 5px;
	float: left;
	height: 160px;
	width: 190px;
	text-align: center;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F1AE19;
	background-color: #790102;
	float: left;
	height: 20px;
	width: 787px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
#footer a {
	color: #EAA417;
	text-decoration: none;
}
#footer a:hover {
	color: #0FC;
	text-decoration: none;
}

