body {
	color: #481f01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imgs/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #666666;
	line-height: 16px;
}

.sub_txt { 
	color: #d04e00; 
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

.header { 
	color: #FFFF33; 
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
}

.sub_header { 
	color: #666666; 
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.sub_sub_header { 
	color: #ffffff; 
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}

.menu {
	background-color: #cccccc;
}

.orange {
	background-image: url(imgs/grey_bar.gif);
	background-repeat: repeat-y;
}

.orange_top {
	background-position: right top;
	background-repeat: no-repeat;
}

.yellow_top {
	background-position: center top;
	background-color: #999999;
	padding: 18px;
}

.news { 
background: url(imgs/news_bg.gif) no-repeat top left;
padding: 12px; 
padding-top: 6px;
}

.signups { 
padding-bottom: 20px; 
}

.submit { 
padding-right: 4px; 
}

.space {
	padding-top: 5px; 
}

form.tb { 
	display:inline; 
}

.textbox {
	border: 1px #948027 solid; 
	width: 345px; 
}

input.txt { 
	color: #7e694c; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	background: #ece2c7;
	border: 1px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 118px;
}

.dropDwn { 
	color: #7e694c; 
	font-size: 10px; 
	background: #ece2c7;
	border: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 120px;
}

a:link, a:active { 
	color: #ffffff; 
	text-decoration: none;	
}

a.link:visited { 
	color: #cccccc;
	text-decoration: none;
	
} 

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


/*- 1: Gallery---------------------------------- */

.holder_minus {
	width: 464px;
	margin: -3px;
}

.holder {
	float: left;
}

.holder_spacer {
	float: left;
	width: 335px;
}

.holder_main {
	float: left;
	width: 444px;
	background-color: #996633;
	padding: 10px;
	margin: 0 3px 3px 3px;
}

.holder_ads {
	float: left;
	width: 444px;
	background-color: #996633;
	padding: 5px;
	margin: 0 3px 15px 3px;
}

.holder_white {
	float: left;
	width: 444px;
	background-color: #ffffff;
}

.full_image {
	float:left;
	width: 240px;
	height: 318px;
	margin-right: 12px;
}

.detail_txt {
	float:left;
	width: 180px;
	height: 318px;
}

.detail_title {
	padding: 40px 0 15px 0;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff3366;
}

.detail_sub {
	padding: 4px 6px 4px 6px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	margin-bottom: 5px;
}

.detail_info {
	padding: 4px 6px 4px 6px;
	color: #767676;
}

.detail_back {
	background-image: url(imgs/back_btn.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 20px;
	line-height: 20px;
	text-align: right;
	float:left;
	width: 122px;
}

.back_button {
	padding: 2px 7px 0 0;
}

.divider_grey {
	clear:both;
    height:1px;
	background-color: #cccccc;
    overflow:hidden;
}	

.spacerh {
	clear: both;
    height:10px;
    overflow:hidden;
	width: 200px;
}

.spacerh8 {
	clear: both;
    height:8px;
    overflow:hidden;
	width: 200px;
}

.thumbnail {
	float: left;
	margin: 3px;
	width: 99px;
	background-color: #996633;
	text-align: center;
	padding: 5px;
}


.thumb_txt {
	margin-top: 1px;
	font-weight: bold;
	font-size: 12px;
}

.viewmore {
	width: 420px;
	padding-top: 5px;
}

a.thumb_link:link, a.thumb_link:active { 
	color: #ffffff; 
	text-decoration: none;
}

a.thumb_link:visited { 
	color: #cccccc;
	text-decoration: none; 
}

a.thumb_link:hover { 
	color: #cccccc; 
	text-decoration: underline; 
}

