a {
	color : #C25308;
	text-decoration : none;
}

a:hover {
	color : #C25308;
	text-decoration : underline;
}

a.side {
	color : #C25308;
	text-decoration : none;
}

a:hover.side {
	color : #C25308;
	text-decoration : underline;
}

a.white {
	color : #ccc;
	text-decoration : none;
}

a:hover.white {
	color : #ccc;
	text-decoration : underline;
}

body {
	font-family : "trebuchet ms", Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 12px;
	margin : 10px;
	background: #FCD21C url("images/weirdwest_background.jpg") 0px 0px repeat-x;
}

form {
	margin : 0px;
}

hr {
	height : 2px;
	border-bottom : 1px solid #fff;
	border-top : 1px solid #c6c7c9;
}

hr.side-hr {
	height : 2px;
	border-bottom : 1px solid #D2B39D;
	border-top : 1px solid #D2B39D;
}

td {
	font-family : "trebuchet ms", Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 11px;
}

pre {
	font-family : Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 11px;
}

.alt {
	color : #555;
}

.white-header {
/* This is the menu bar up top */
	font-family : "trebuchet ms", Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 11px;
	color : #000;
	background-color : #FDDB8A;
	border : 1px solid #A55C00;
	padding : 4px;
}

.full-header {
/* This is the color of the big header up top that the welcome sign rests in */
	font-family : "trebuchet ms", Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 11px;
	color : #000;
	background-color: transparent;
	border : 0px;
	padding : 5px;
}

.button {
	font-family : "trebuchet ms", Tahoma, Arial, Verdana, Sans-Serif;
	font-size : 11px;
	color : #000;
	background-color : #FDDB8A;
	height : 20px;
	border : 1px solid #A55C00;
	margin-top : 2px;
}

.textbox {
	font-family : "trebuchet ms", Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 11px;
	color : #000;
	background-color : #fff;
	border : 1px solid #A55C00;
}

.main-body {
/* This is the main content box in the center of the pages */
	font-size : 11px;
	color : #000;
	background-color : #F8F4E0;
	border : 1px solid #A55C00;
	padding : 4px 4px 5px 4px;
}

.side-body {
/* This is each panel that opens up on the sides */
	font-size : 11px;
	color : #653901;
	background-color : #F8F4E0;
	border : 1px solid #A55C00;
	padding : 4px;
}

.main-bg {
/* This is everything bethind the main-body and side-body */
	background-color: transparent;
	padding : 0px 0px 5px 0px;
}

.border {
	border : 1px solid #000;
}

.side-border-left {
	padding : 0px 10px 0px 0px;
}

.side-border-right {
	padding : 0px 0px 0px 10px;
}

.news-footer {
	font-size : 10px;
	color : #555;
	background-color : #F6ECBF;
	border-bottom : 1px solid #D2B39D;
	border-left : 1px solid #D2B39D;
	border-right : 1px solid #D2B39D;
	padding : 3px 4px 4px 4px;
}

.barmain {
	font-family : Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 10px;
	color : #aaa;
	padding : 4px;
}

.capmain {
	font-family : Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 11px;
	font-weight : bold;
	color : #653901;
	background-color : #F6ECBF;
	border : 1px solid #A55C00;
	padding : 2px 4px 4px;
}

.scapmain {
	font-family : Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 11px;
	font-weight : bold;
	color : #653901;
	background-color : #F6ECBF;
	border : 1px solid #A55C00;
	padding : 4px 4px 1px;
}

.tbl-border {
	color : #000;
	background-color : #D2B39D;
}

.tbl {
	font-size : 11px;
	padding : 4px;
}

.tbl1 {
	font-size : 11px;
	color : #000;
	background-color : #F8F4E0;
	padding : 4px;
}

.tbl2 {
	font-size : 11px;
	color : #000;
	background-color : #F6ECBF;
	padding : 4px;
}

.forum-caption {
	font-size : 11px;
	font-weight : bold;
	color : #000;
	background-color : #FDDB8A;
	padding : 2px 4px 3px;
}

.quote {
	color : #000;
	background-color : #fff;
	padding : 2px;
	margin : 0 20px;
	border : 1px solid #617d8f;
}

.poll {
	height : 12px;
	border : 1px solid #000;
}

.comment-name {
	font-weight : bold;
	color : #bbb;
}

.shoutboxname {
	font-weight : bold;
	color : #ccc;
}

.shoutbox {
	color : #653901;
}

.shoutboxdate {
	font-size : 9px;
	color : #555;
}

.small {
	font-size : 11px;
	font-weight : normal;
}

.small2 {
	font-size : 11px;
	font-weight : normal;
	color : #555;
}

.side-small {
	font-size : 11px;
	color : #653901;
	background-color : #F6ECBF;
}

.side-label {
	color : #653901;
	background-color : #FDDB8A;
	padding : 2px;
}