body {
	background: #0B0602;
	text-align: center;
	margin: 0px;
	color: #fff;
}

body.shortHeader {
	background: #1d150e;
}

body, td, th, input, button, textarea {
	font-family: verdana, sans-serif;
	font-size: 12px;
}

/** LAYOUT **/
#page {
	width: 950px;
	margin: 0 auto;
	background: #1D150E url(/images/page.gif) top right repeat-y;
	font-family: verdana;
	font-size: 12px;
	text-align: left;
	color: #fff;
}
#navi {
	float: right;
	width: 200px;
}
#navi ul {
	margin: 30px 0;
	border-top: 1px #5a0000 solid;
	border-bottom: 1px #9B3737 solid;
	padding: 0;
	list-style: none;
}
#navi li {
	border-top: 1px #9B3737 solid;
	border-bottom: 1px #5a0000 solid;
	padding: 0 10px;
	line-height: 24px;
	font-size: 13px;
	font-weight: bold;
}
#navi a {
	color: #fff;
}
#content {
	margin-right: 200px;
	padding: 5px 14px 15px 14px;
	line-height: 16px;
}
#stats {
	clear: both;
	margin: 0 5px 5px 550px;
	text-align: right;
}
#stats img {
	border: 0;
}

/** GENERAL **/
a {
	color: #ff9900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin: 10px 0;
	line-height: 100%;
	font-size: 15px;
	font-weight: bold;
}
h2 {
	margin: 10px 0;
	line-height: 100%;
	font-size: 13px;
	font-weight: bold;
}
h3 {
	margin: 5px 0;
	line-height: 100%;
	font-size: 12px;
	font-weight: bold;
}
p, #content li {
	margin: 5px 0;
}
ul {
	list-style-type: square;
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
	line-height: 16px;
}

/** NAVI **/
#naviItems li {
	background: #7a0000;
	border-top: 1px #9B3737 solid;
	border-left: 1px #9B3737 solid;
	border-bottom: 1px #5a0000 solid;
	border-right: 1px #5a0000 solid;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
#naviItems .blank {
	border: 1px #555 solid;
	background: #555;
	color: #888;
}

/** GALLERY **/
#thumbs {
	width: 650px;
	margin: 0 auto;
}

/** CALENDAR **/
.dateinner {
	height: inherit;
	min-height: 100px;
}
#calendar li {
	margin: 0;
	font-size: 10px;
	line-height: 12px;
}
#calendar li + li {
	margin-top: 4px;
}
.differentmonth * {
	color: #555;
}
.selected {
	background: #7a0000;
}
.content-box {
	color: #0B0602;
}
