html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background-color: #3E1612;
	position: relative;
	top: 0px;
	margin: 0;
	padding: 5px;
}
body,td,th {
	color: #361310;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
a {
	color: #A54B1F;
	text-decoration: none;
}
a:link {
	color: #A54B1F;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #A54B1F;
}

a:hover {
	text-decoration: none;
	color: #C15928;
}

a:active {
	text-decoration: none;
	color: #A54B1F;
}

.bullet {
	padding-bottom: 2px;
}

.wrapper {
	width: 1024px;
	height: auto;
	min-height: 600px;
	margin-top: 10px;
}

.nav {
	background-color: #FFFFFF;
}

.content {
	background-color: #FFFFFF;
	padding: 10px 25px 25px 25px;
}

.right-bumper {
	background: url(/images/right_shadow.gif) repeat-y;
	border-left: 0px solid black;
	width: 173px;
	padding: 0px;
}

.left-bumper {
	background: url(/images/left_shadow.gif) repeat-y;
	border-right: 0px solid black;
	width: 173px;
	padding: 0px;
}

.bottom-left {

}

.bottom-right {

}

.bottom-center {
	background: url(/images/bottom_shadow.gif) repeat-x;
	border-right: 0px solid black;
	height: 42px;
	padding: 0px;
}

.copyright {
	margin: 0 auto;
	text-align:center;
	font-size:10px;
	color: #FFFFFF;
}

.cellright {
	background: url(/images/cellright.gif) repeat-y;
	border-right: 0px solid black;
	width: 173px;
	padding: 0px;
}

.cellleft {
	background: url(/images/cellleft.gif) repeat-y;
	border-right: 0px solid black;
	width: 173px;
	padding: 0px;
}

h1 {
	font-size: large;
	color: #371310;
}
h6 {
	font-size: 9px;
	color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
