.mainbg {
	background-color: #220C14;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background-color: #BCD279;
	padding: 20px;
	height: 21px;
}
.lefty {
   position: absolute;
   left: 0;
   width: 50%;
}
.righty {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
} 
#navcontainer {
	width: 250px;
	margin-top: 20px;
	margin-left: 20px;
}
.thumbOn {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BCD279;
}
#thumbBlock {
	top: 80px;
	min-width: 700px;
	position: absolute;
	left: 280px;
	height: 85px;
}
#thumbBlock a {
	margin-right: 8px;
	padding-bottom: 2px;
}
#thumbBlock a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BCD279;
}
#homeThumbBlock {

}
#homeThumbBlock a {
	margin-right: 8px;
	padding-bottom: 2px;
}
#homeThumbBlock a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BCD279;
}
#imageBlock {
	margin-left: 350px;
	margin-top: -60px;
}


#wordsBlock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #E8E6D4;
	line-height: 150%;
	width: 300px;
	float: left;
	padding-left: 20px;
	margin-top: 10%;
}


.detail {
	font-size: 7pt;
}


#preload {
	display: none;
}
#nav1 {
	width: 100px;
	float: left;
}
#nav2 {
	margin-left: 100px;
	border-left: 1px solid #E8E6D4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #E8E6D4;
	padding-left: 8px;
	min-height: 100px;
	line-height: 160%;
}
a:link {
	text-decoration: none;
	color: #BCD279;
}
a:visited {
	text-decoration: none;
	color: #BCD279;
}
a:active {
	text-decoration: underline;
	color: #BCD279;
}
a:hover {color: #E8E6D4;}

a.linkOn {
	color: #E8E6D4;
}
