@charset "utf-8";
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 150px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body  {
	background: #FFFFFF;
	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: #666;
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 150%;
}
h1, h2, h3 {
	font: 16px Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	/*color : #949494*/
	color: #C7C04E;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-color: #FFFFFF;*/
} 
.twoColFixLtHdr #header {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.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: 10px 0; /* 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: 255px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	/*height: 363px;*/
	margin-left: 265px;
	padding-top: 5px;
	padding-bottom: 5px;
} 
#footer {
	background-color: #C7C04E;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 150px;
} 
.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 */
}
.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;
}
#thumbs {
	float: left;
	margin: 0;
}
#thumbs img {
	width: 110px ;
	height: 110px ;
	margin: 2px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #C7C04E;
}
#cat {
	width:155px;
	float: left;
	margin: 5px;
}
#cat h1 {
	margin-top:10px;
}
#cat img {
	width: 150px ;
	height: 150px ;
	margin: 2px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #CCCCCC;
}
#cat h1, #cat h1 a, #cat h1 a:visited
{
	/*Lucida Sans Unicode, Lucida Grande*/
	font: 13px Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	/*color : #949494*/
	color: #C7C04E;
	text-decoration: none;
}
#cat h1 a:hover {
	color: #004822;
	text-decoration : none;
}
#cat .cathead {
	color: #004822;
}
.caption {
	font: 11px italic; color: #C7C04E;
}
.imgcat {
	margin: 2px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #C7C04E;	
}

