@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	background-image: url(images/side_repeat.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #200F05;
}
.thrColFixHdr #container {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
} 

#wrapper_bg_01 {
	background-position: center 325px;
	background-repeat: no-repeat;
	background-image: url(images/middle_ground.jpg);
}

.thrColFixHdr #header {
	height: 325px;
	background-image: url(images/TopCenter_325.jpg);
	background-repeat: no-repeat;
	background-position: top;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 10px;
	color: #FDE9AE;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 172px; /* padding keeps the content of the div away from the edges */
	margin-left: 62px;
	color: #FDE9AE;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 22px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 40px;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 202px;
	background-position: top;
	height: 414px;
	margin-right: 75px;
	padding: 0px;
	margin-top: 0px;
	background-image: url(images/R_sidebar.jpg);
	background-repeat: no-repeat;
}
#search {
	background-color: #CFF;
	height: 30px;
	width: 156px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 21px;
}
#book_place {
	background-color: #C3C;
	height: 150px;
	width: 139px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	top: 24px;
	position: relative;
}
#enter_email {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 65px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #200F05;
	font-size: small;
	line-height: 90%;
	text-align: center;
}
#email_wrapper {
	margin-right: 10px;
	margin-left: 10px;
}

#sidebar2_wrapper {
	text-align: center;
}


.thrColFixHdr #mainContent {
	width: 531px;
	margin-top: 0;
	margin-right: 277px;
	margin-bottom: 100px;
	margin-left: 277px;
	height: auto;
	color: #FDE9AE;
	font-size: small;
	line-height: normal;
	position: relative;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
} 
#sell_animal_wrapper {
	margin: 0px;
	padding: 0px;
	width: 531px;
	font-size: x-small;
}

#sell_text {
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	width: 201px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: x-small;
	height: auto;
}
#sell_wrapper {
	top: 50px;
	left: inherit;
	right: 0px;
	bottom: 0px;
	width: 531px;
	height: 260px;
}
#video_sell_image {
	width: 150px;
	float: left;
}
#video_sell_txt {
	width: 360px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	padding-right: 0px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.photo {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
.photo150 {
	width: 150px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	text-align: center;
}

.caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	clear: left;
	text-align: center;
	color: #C08C41;
}



#sell_picture {
	float: left;
	width: 300px;
	height: auto;
}




.thrColFixHdr #footer {
	background-repeat: no-repeat;
	background-color: #200F05;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-align: center;
	color: #FDE9AE;

} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header_nav_menu {
	height: auto;
	width: 950px;
	position: absolute;
	margin-top: 25px;
	margin-left: 75px;
}
#nav_left {
	height: 34px;
	width: 232px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	float: right;
}
#nav_right {
	float: right;
	width: 461px;
	margin: 0px;
	height: 34px;
	padding: 0px;
}
.thrColFixHdr #container #wrapper_bg_01 #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #DF7331;
	margin-top: 0px;
}
.contact_form {
	background-color: #351B09;
	color: #FCDC7C;
	font-family: Verdana, Geneva, sans-serif;
	border: 2px inset #140A03;
	font-size: small;
}
.form_block {
	line-height: 0.01em;
}
#gila_buy {
	float: left;
	height: 172px;
	width: 172px;
	margin-left: 65px;
	padding-top: 15px;
}
#bookvideo_buy {
	float: right;
	height: 170px;
	width: 172px;
	margin-right: 65px;
	padding-top: 15px;
}
#buy_wrapper {
	height: 275px;
	padding-top: 20px;
}
#photowrap {
	float: left;
	width: auto;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;

}
.buy_button {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #200F05;
	border-top-color: #200F05;
	border-right-color: #200F05;
	border-bottom-color: #200F05;
	border-left-color: #200F05;
}
.photo200 {
	float: left;
	width: 200px;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.photo300 {
	float: left;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 300px;
	text-align: center;
}
.photo_250 {
	float: left;
	width: 250px;
	text-align: center;
	margin-right: 15px;
}
.h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #C08C41;
}
.quote {
	text-align: center;
	margin-right: 35px;
	margin-left: 35px;
	font-style: italic;
}
.photo_350 {
	float: left;
	width: 350px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.link {
	color: #FDE9AE;
	text-decoration: underline;
}
.player_400_267 {
	height: 267px;
	width: 400px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#player_400_267 {
	height: 267px;
	width: 400px;
}
.player {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
#fms {
	height: 267px;
	width: 400px;
}
#player_400_267_caption {
	height: 310px;
	width: 400px;
	float: left;
	margin-right: 15px;
}
#sell_animal_01 {
	width: 167px;
	padding: 0px;
	top: 0px;
	position: static;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	height: 180px;
}
#sell_animal_02 {
	width: 167px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 180px;
	padding: 0px;
	float: left;
	position: relative;
	text-align: center;
}
#sell_animal_03 {
	width: 167px;
	float: left;
	text-align: center;
	height: 180px;
}
#sell_animal_text {
	margin-top: 10px;
	margin-bottom: 30px;
}
.jwbox_text {
	color: #000;
}
