body {
	background-color: #000;
	border: 0;
	font-family: serif;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	text-align: justify;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: circle;
}

#header {
	background-color: #2d0000;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1000px;
}

#header_img {
	background-image: url('../img/header.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 194px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1000px;
	z-index: 2;
}

#background {
	background-image: url('../img/background.png');
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1000px;
}

#background_bottom {
	background-image: url('../img/background_bottom.png');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#content {
	background-image: url('../img/content_background.png');
	background-position: bottom center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 739px;
	z-index: 1;
}

#content a {
	color: #600;
	font-weight: bold;
	position: relative;
	text-decoration: none;
	z-index: 4;
}

#content a:hover {
	text-decoration: underline;
}

#content_wrapper {
	background-image: url('../img/content_birdy.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	border-color: #333;
	border-style: solid;
	border-width: 0 3px;
	padding: 0 1em;
}

#content_wrapper .full_width {
	position: relative;
	left: -1em;
}

#content_bottom {
	background-color: #000;
	background-image: url('../img/content_bottom.png');
	background-repeat: no-repeat;
	font-size: 13px;
	height: 80px;
	padding: 16px 0px 0px 0px;
	text-align: center;
}

#content_bottom img {
	border: 0;
	position: relative;
	top: 0.25em;
}

.title {
	color: #300;
	font-size: 26pt;
	font-weight: bold;
	padding: 3pt 0;
	text-align: center;
}

.sub_title {
	color: #300;
	font-size: 20pt;
	font-weight: bold;
	padding: 3pt 0;
	text-align: center;
}

.gallery_image {
	border: 0;
	/*height: 109px;*/
	margin: 1em 2pt;
	/*width: 109px;*/
}

.top_link {
	display: block;
	padding-right: 1em;
	text-align: right;
}

.div_box {
	border: 2px solid #999;
	display: none;
	margin: 0.5em;
	padding: 0.5em;
}

.div_box_note {
	border:2px solid #900;
	margin:1em;
	padding:1em;
	text-align:center;
}
