@charset "utf-8";


* {	
	margin:0;
	padding:0;
	}
	
	
html, body, #wrap {height: 100%; }

body > #wrap {height: auto; min-height: 100%;
}

#main {padding-bottom: 20px; }  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -20px; /* negative value of footer height */
	padding-left: 210px;
	height: 20px;
	clear:both; }
	 

.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-repeat:repeat-y;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/faux.png);
	background-color:#aa4611;
	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;
	}

#container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
}  

#lefthand {
	float:left;
	width:210px;
}

#content {
	margin-left:210px;
}

#whiteout {
	background-color:#ffffff;
	margin-top: -25px;
	padding: 25px 30px;
}

.gallery {
	border: 0px;
}

.thumb {
	padding:10px;
	vertical-align:top;
	}
.header {
	font-size:120%;
	font-weight:bold;
}
	
.copyright {
	font-size: 70%;
	color:#999999;
}

.copyright a {
	color:#999999;
	text-decoration:underline;
}	

/* Miscellaneous classes for reuse */
.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;
}

h1, h2, h3, h4, p { font-family:Arial, Helvetica, sans-serif; }

h1 {font-size:1.4em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.0em;}

p {	font-size: .8em;
	margin-bottom:1em;}

a {	color:#aa4611;
	text-decoration:none;
	}
	
a.hover { text-decoration:underline; }

.lb_title { font-size:1em;
	font-weight:bold;
	}
	
.lb_desc { font-size: 1em;
	font-weight:normal;
	}