@charset "utf-8";

@import url("grid.css");
@import url("layout.css");

.noshow {
	display: none;
}

.container {
	background: url(../img/bg_left.gif) repeat-y left;
	border: 1px solid #000;
}

h1, h2, h3, h4, h5, h6 {
	color: #9E5443;
}

caption {
	font-size: 15px;
	font-weight: bold;
	color: #9E5443;
	background: none;
}
th {
	background: none;
}
a {
	color: #23376B;
}
a:hover {
	color: #2A51B8;
}

#site_title {
	display: none;
}

#header {
	text-align: right;
}

#left {
	font-weight: bold;
	color: #fff;
	background: #A67B64;
}

#left ul {
	list-style: none;
	text-decoration: none;
}

#left a {
	color: #fff;
	text-decoration: none;
}
#left a:hover {
	color: #EBB6AA;
}
#content {
	color: #7F6539;
	border-top: 2px solid #b28e7a;
}

#footer {
	border-top: 2px solid #a67b64;
	text-align: right;
}

#footer a {
	text-decoration: none;
}

#footer, #footer a {
	color: #7F6539;
	background: #fff;
}