body {
   background-image: url(assetstan/brownBG.gif);
}
div#wrapper {
   background: url(assetstan/wrapper.jpg) repeat-y 50% 0;
}
div#verybottom {
	background-image: url(assetstan/brownBG.gif);
	color: #D9B466;
}
div#verybottom a {
	color: #FFC488;
}
div#verytop {
   background: url(assetstan/top.jpg) no-repeat 0 0px;
}

div#content {
   background: url(assetstan/containertop.jpg) no-repeat 50% 0;
}
div#bottom {
   background: url(assetstan/containerbottom.jpg) no-repeat 0 5px;

}
div#footer {
   background: #444444 url(assetstan/footer.jpg) repeat-y 50% 0;
}
div#close {
   background: #444444 url(assetstan/bottom.jpg) no-repeat 0 0;
}
ul#menu {
   background: url(assetstan/menu.jpg) no-repeat 0 0;
}
div.menulinks li#menulinks a,
li.menulinks a:active,
li.menulinks a:hover {
   background: url(assetstan/menuover.gif);
   color: #000000;
}
li.betweenlinks {
   background: url(assetstan/seperator.gif) no-repeat 0 0;
}

/************ sectionLinks styles **************/
#nav {
	width: 170px;
	margin-top: 12px;
	margin-bottom: 12px;
}

#sectionLinks{
   margin: 0px;
   padding: 0px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #719793;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

#sectionLinks a:hover{
	background-color: #DFA55E;
	background-image: none;
	font-weight: bold;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #FFFFFF;

}
.thumbtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006633;
	text-align: center;
	width: 180px;
	float: right;
	line-height: 11px;
}
div#maincontent .avail li {
	display: block;
	float: left;
	height: 64px;
	margin: 0;
	padding: 0;
	width: 50%;

}
div#maincontent .avail ul {
	float: left;
	height: 64px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	list-style-image: none;
}
