/************************************************
	Tags
************************************************/
html {
	height: 100%;
}

#container {
	min-height: 100%;
}

* html #container {
	height: 100%;
}

body {
    color: #4a3c3b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #341e08;
	margin: 0;
	padding: 0;
	height: 100%;
}

a:link, a:visited {
    color: #ae680d;
    text-decoration: none;
}

a:hover {
    color: #161d00;
    text-decoration: none;
}

img {
    border: none;
}

/************************************************
	Custom
************************************************/

.adminBar {
	border-bottom: #330000 1px solid;
	height: 20px;
}

.adminBar a {
	color:#0000CC;
	border-spacing: 4px;
	border: transparent 1px solid;
}

.adminBar a:hover {
	border: #330000 1px solid;
	color:#FFFFCC;
	background-color: #FFCC00;
}

.bar {
	border-bottom-color: #6f5140;
	border-bottom-width: 1px;
	width: 60%;
	text-align: center;
}


.blackBox {
	border: 1px solid #000000;
}

.horizList {
	font: normal bold 15px Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	vertical-align: baseline;
	height: 25px;
	color: silver;
}

.horizList a {
	border-spacing: 4px;
	border: transparent 1px solid;
	padding: 2px 6px 4px;
}

.horizList a:hover {
	border: #663300 1px solid;
	color:#FFFFCC;
	background-color: #ae680d;
}

.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }


.mainContent {
	width:800;
}

.mainP {
	text-align: left;
	text-indent: 20px;
	padding: 5px;
	margin: 5px;
}

.navBar {
	border-bottom: #663300 1px solid;
	height: 25px;
	padding: 4px;
	margin: 4px;
	width: 70%;
}

.pageNav {
	font-size: small;
	color: #000000;
	word-spacing: 5px;
	text-align: center;
	border-top: 1px double #693c10;
	border-bottom: 1px solid #693c10;
	width: 33%;
	padding: 5px;
	margin-top: 5px;
}

.pageNav a:link {
	color: #2e67fe;
}

.pageNav a:visited {
	color: #2e67fe;
}

.pageNav a:hover {
	color: #00de00;
}

#siteLogo {
	color: #663300;
	width: 900px;
	height: 300px;
	background: url(../images/wood-texture.jpg) repeat scroll center top;
		margin-top: 0;
}

.siteLogoBigTxt {
	font-size: 48px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
    color: #322219;
	text-align: center;
	padding-top: 90px;
	margin: 0;
	letter-spacing: .2em;
}

.siteLogoSmTxt {
    color: #322219;
	font: italic bold 26px Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: .4px;
}

.tinyText {
    font-size: 10px;
}

.tinyTextL {
    font-size: 10px;
	text-align: left;
}

/************************************************
	ID
************************************************/
#content {
	margin-top: 15px;
}

#bodyBox {
	width:900px;
	border: 1px solid #333333;
	background-color: #fef0c6;
}

#list_to_sort li {
	text-align: left;
	border-bottom: 1px solid #b8b8b8;
	list-style-type: disc;
	list-style-position: inside;
	width: 300px;
	padding-left: 30px;
	background-color: #ededed;
	margin-left: 10px;
}

/************************************************
	Tab Bar
************************************************/

#tabs {
	float:left;
	width:100%;
	background:#000;
	font-size:93%;
	line-height:normal;
	}

#tabs ul {
	margin:0;
	padding: 10px 10px 0 150px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}


