@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	background-image: url(graphics/desert.png);
	background-repeat: repeat-x;
	line-height: 24px;
}

a:link {
	color: #0072bc;
}

a:visited {
	color: #0072bc;
}

a:hover {
	text-decoration: none;
	color: #278fd3;
}

a:active {
	color: #278fd3;
}

a.wildlife:link {
	text-decoration: none;
	color: #AE6330;
}

a.wildlife:visited {
	text-decoration: none;
	color: #AE6330;
}

a.wildlife:hover {
	text-decoration: none;
	color: #AE6330;
}

a.wildlife:active {
	text-decoration: none;
	color: #AE6330;
}

h1.dvd {
	width: 545px;
	height: 75px;
	text-indent: -7200px;
	background-image: url(graphics/javelina-family-life.png);
	background-repeat: no-repeat;
	position: relative;
	top: 22px;
}  
 
.twoColFixLtHdr #container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 220px;
} 
.twoColFixLtHdr #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: 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
	top: 70px;
	background-image: url(graphics/javelina-menu.png);
	background-repeat: no-repeat;
	line-height: 8px;

}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
	top: 350px;
	background-repeat: no-repeat;
	line-height: 8px;
	right: 180px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #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: left;
	color: #AE6330;
	font-size: 13px;
	letter-spacing: .5mm;
}
.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;
}
div.menu {
	position:absolute;
	top:0;
	left:0;
	width: 180px;
	height: 255px;
}

div.menu a {
color: #333333;
background: #ffffff;
text-decoration:none;
font-size:14px;
line-height:16px;
font-family: Helvetica, Arial, Verdana, sans-serif;
padding: 2px 5px;
}
div.menu a:link {
color: #333333;
background: #cccc99;
}

div.menu a:active {
color: #000000;
background: #cccc99;
}

div.menu a:visited {
color: #333333;
background: #cccc99;
}

div.menu a:hover {
color: #eeeeee;
background: #333333;
}
.float-table {
	float: right;
	margin-left: 5px;
	margin-bottom: 30px;
}
.dvd-type {
	font-size: 12px;
	font-weight: bold;
}
.dvd-type-price {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;	
}
.dvd-type-spread {
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	color: #333;
}
.dvd-type-tight {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #7E4622;
}
.td-southwest {
	height: 50px;
}
a.wildlife {
	color: #000000;
	text-decoration: none;
}
a.wildlife:link {
	color: #000000;
	text-decoration: none;
}
a.wildlife:visited {
	color: #000000;
	text-decoration: none;
}
a.wildlife:hover {
	color: #000000;
	text-decoration: none;
}
a.wildlife:active {
	color: #000000;
	text-decoration: none;
}

