/************************************************
	Tags
************************************************/

body {
    color: #4a3c3b;
	/*background-image:url(../images/my_wood_tile.jpg);*/
	background-image:url(../images/bg_tile1.gif);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

a:link {
    color: #ae680d;
    text-decoration: none;
}

a:visited {
    color: #ae680d;
    text-decoration: none;
}
a:hover {
    color: #161d00;
    text-decoration: none;
}

div {
    overflow: visible;
}



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;
}

.bodyBoxStyle {
	border: 1px solid #333333;
	background-color: #fef0c6;
}

.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 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.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;
}

.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;
	margin-bottom: 3px;
	font: italic bold 125%/6px Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	letter-spacing: .3em;
	border-bottom: 5px solid #663300;
	background-color: #fef0c6;
}

.siteLogo h4 {
    color: #322219;
	font: normal Arial, Helvetica, sans-serif;
	letter-spacing: .2em;
}

.tinyText {
    font-size: 10px;
}

.tinyTextL {
    font-size: 10px;
	text-align: left;
}

/************************************************
	ID
************************************************/
#bodyBox {
	width:900px;
	padding: 10px 0 15px;
	
}

#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;
}

