a {
	color: #990000;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
body {
	background: #630000 url("../../images/background.png") 0px 15px;
	color: #990000;
	font-family: "verdana", "geneva", sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 18px;
	margin: 15px 0 15px 20px;
	padding: 0;
}
h2 {
	font-size: 16px;
	margin: 10px 0 10px 10px;
	padding: 0;
}
img {
	border: 0;
}
input {
	background: none;
	border: 0;
	color: #990000;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	text-decoration: underline;
}
input:hover {
	color: #ff0000;
	text-decoration: none;
}
p {
	text-align: justify;
}
.border {
	border: #990000 solid 2px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.column {
	float: left;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.highlight {
	color: #ff0000;
	font-size: 120%;
	font-weight: bold;
}
.highlightb {
	color: #0000ff;
	font-size: 200%;
	font-weight: bold;
}
.highlightr {
	color: #ff0000;
	font-size: 200%;
	font-weight: bold;
}
.hr {
	border-bottom: #990000 solid 1px;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.imagebox {
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 10px 0;
	text-align: center;
}
.notice {
	color: #ff0000;
	font-size: 10px;
}
.text {
	margin: 10px 0 10px 0;
	text-align: justify;
}
.text img {
	border: #990000 solid 2px;
	margin: 5px;
}
#main {
	background: url("../../images/main_background.png") center top repeat-x;
	min-width: 990px;
}
#main #container {
	background: #ffffff;
	border: #3c0101 solid 5px;
	border-top: 0px;
	margin: 0 auto 0 auto;
	width: 733px;
}
#main #container #content {
	padding: 10px;
}
#main #container #menu .entry {
	background: top;
	display: block;
	float: left;
	height: 55px;
}
#main #container #menu .entry:hover {
	background-position: bottom;
}
#main #footer {
	margin: 10px 0 10px 470px;
	text-align: center;
}
#main #header {
	background: url("../../images/header.png");
	height: 320px;
	margin: auto;
	width: 990px;
}
