body {
	padding: none;
	background-color: #F6F6F6;
	font-family: Georgia;
	background-image: url('./bg.png');
	background-repeat: repeat-y;
}

#header {
	height: 50px;
	width: 100%;
	margin-top: -8px;
	background-image: url('./bg_2.png');
	z-index: -999;
}

span {
	padding-top: 20px;
	font-size: 17px;
	font-family: georgia;
	}

ul {
	padding: 20px;
}
	
.links {
	width: 135px;
	font-size: 12px;
}

.links a {
	text-decoration: none;
	color: white;
}

.links a:hover {
	color: #716152;
}

.links b {
	font-size: 16px;
	display: block;
	padding-left: 10px;
	text-align: center;
}

.censor {
	background-color: black;
	color: black;
}

#side {
	position: absolute;
	background-color: transparent;
	top: 0px;
	left: 0px;
	width: 155px;
	height: auto;
	padding-left: 5px;
	color: white;
	z-index: 999;
}

#title {
	margin-left: 152px;
	width: auto;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	font-family: georgia;
	border-top: #716152 1px solid;
}

.notice {
    margin-left: auto;
    margin-right: auto;
	width: 60%;
	height: 60px;
	padding: 10px;
	border: #716152 1px solid;
	background-color: #E4E4E4;
	margin-bottom: 20px;
	clear: both;
	font-size: 12px;
}

.quote {
    background-image: url('./quote1.png'), url('./quote2.png');
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
	width: 400px;
	min-height: 51px;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 20px;
	margin-bottom: 20px;
	font-size: 23px;
	font-style: italic;
}


.notice img {
	float: left;
	clear: left;
	max-width: 70px;
	max-height: 70px;
	padding-right: 20px;
}

#content {
	margin-left: 153px;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	word-spacing: 5px;
	line-height: 20px;
}

#content a {
	color: #716152;
	text-decoration: none;
}

#content a:hover {
	color: #F0A0A0;
	text-decoration: underline;
}

.gallery {
	margin-left: auto;
    margin-right: auto;
	width: 660px;
	height: auto;
	padding: 5px;
	border: #716152 1px solid;
	background-color: #E4E4E4;
	margin-top: 50px;
	margin-bottom: 50px;
}
	
.gallery img {
	width: 150px;
	height: 100px;
	border: #716152 1px solid;
	margin-bottom: 7px;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

.gallery table {
	width: 100%;
	font-size: 10px;
	word-spacing: 0px;
}

.gallery td {
	vertical-align: top;
	padding:5px;
}


.anchors {
	text-align: center;
	font-weight: bold;
	width: 200px;
	background-color: #E4E4E4;
	border: #716152 1px solid;
	padding: 10px;
	font-size: 12px;
	margin: 50px 30px 50px 0px;
	word-spacing: 0px;
	line-height: 20px;
}

.anchors a {
	text-align: left;
	padding-left: 12px;
	display: block;
	text-decoration: none;
	color: white;
}

.image {
	width: 202px;
	float: right;
	clear: right;
	background-color: #E4E4E4;
	border: #716152 1px solid;
	padding: 4px;
	font-size: 10px;
	margin: 0px 10px 10px 10px;
	word-spacing: 0px;
	line-height: 10px;
}

.image img {
	max-width: 200px;
	min-width: 200px;
	display: block;
	border: #716152 1px solid;
	margin-bottom: 5px;
	background-color: white;
}

.infotable {
	float: right;
	background-color: #E4E4E4;
	border: #716152 1px solid;
	padding: 10px;
	margin: 0px 10px 10px 10px;
	word-spacing: 0px;
	line-height: 0px;
}

.infotable table {

	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
}

.infotableimg {
	max-width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.infotable td {
	width: 150px;
	padding-top: 5px;
}

.contents {
	float: right;
	background-color: #E4E4E4;
	border: #716152 1px solid;
	padding: 10px;
}

.image a {
	color: white;
}

.logo {
	padding-top: 50px;
	padding-bottom: 10px;
	margin-left: -5px;
	max-width: 160px;
}

.stats {
	font-size: 20px;
	color: white;
	font-weight: bold;
    background-image: url('./stats.png');
    background-position: left top;
    background-repeat: no-repeat;
	background-color: #B6B5B2;
	margin-left: auto;
	margin-right: auto;
	width: 510px;
	padding: 40px 10px 5px 10px;
	border: white 5px double;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 10px;
}

.stats table {
	padding: 5px;
	color: white;
	font-size: 12px;
}

.innerstat  {
	width: 340px;
	height: 12px;
	background-color: black;
	border: black 1px solid;
}

.harmonicstat {
	width: 340px;
	height: 12px;
	background-color: #3F8CA9;
	border: black 1px solid;
}

.innerstat img {
	height: 12px;
}

 .harmonicstat img {
	height: 12px;
	border-right: 1px solid white;
 }

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #313131;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 16px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
	padding: 5px;
	font-size: 10px;
	font-style: italic;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}

.spoilers {
	width: auto;
    margin: auto;
}

   /* This CSS is used for the Show/Hide functionality. */
.more {
    display: none;
}
a.showLink, a.hideLink {
    text-decoration: none;
    color: #716152;
	padding: 10px;
}

a.hideLink {
	padding: 10px;
}

a.showLink:hover, a.hideLink:hover {

}

.smalllogo {
	max-width: 150px;
	padding-left: 40px;
}
