﻿@import url("layout.css");
body {
	font-family: Papyrus, Verdana, Arial, sans-serif;
	background-image: url('../images/leather.jpg');
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #C8A078;
	background-image: url("../images/masthead_image.jpg");
	background-repeat: no-repeat;
	height: 139px;
	color: #663300;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #cdc;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #663300;
	position: relative;
	top: -10px;
}
#masthead h1 {
	color: #663300;
}
#masthead h3 {
	color: #333333;
	position: relative;
	top: -40px;
}
#masthead a{
	color:#663300;
}
#masthead a:hover {
	color:#663300;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	list-style-image:none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #993300;
	background-color: #993300;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
	text-decoration: none;
}
h2 {
	font-size: x-large;
	color: #993300;
}
h3 {
	font-size: large;
	color: #993300;
}
h4 {
	font-size: medium;
	color: #993300;
}
blockquote,p,ol,ul {
	list-style-image:url("../images/bullet.gif");
	font-size: small;
	color: #000;
}
h5 {
	font-size: small;
	color: #993300;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #993300;
}
/* Links */
a {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Custom */
#bow_stats {
	border:1px #993300 solid;
	font-size:smaller;
	color:#000;
}
.bow_stat_title {
	font-size: small;
	color: #993300;
	margin-left:5px;
}
.bow_stat_info {
	margin-left:20px;
}
.bow_stat_hand {
	float:right;
}
.about {
	border:1px #663300 solid; height:100px; margin-bottom:5px;
}
.about_text {
	text-align:center;
}
.arrow_bullet {
	list-style-image:url("../images/bullet.gif");
}

}