@charset "utf-8";
/* CSS Document */
/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrapper {height: 100%;}


body > #wrapper {
	background: url(../images/faux-column.jpg) top right repeat-y;
	height: auto; 
	min-height: 100%; 
	width:auto;
	margin:auto;
	border-left:5px solid #000;
	border-right:5px solid #000;
	min-width:950px;}
	

#main {
	padding-bottom: 85px;}  /* must be same height as the footer */

#logo{
	width:174px;
	height:305px;
	position:absolute;
	top:0;
	padding:0;
	z-index:100;}
	
#menu{
	width:100%;
	height: 62px;
	background-color:#272727;
	border-bottom:5px solid #000;}
	
#photo-slideshow{
	width:auto;
	height:238px;
	margin-left:165px;
	overflow:hidden;
}


#text-resize{
	background-color:#000;
	width:227px;
	height:20px;
	float:right;
	border-bottom:5px solid #000;
	text-align:center;
	padding-top:7px;
	}

#lecet{
	background:#1c404e;
	width:auto;
	height:27px;
	border-bottom:5px solid #000;
	margin-left:-3PX;}


#container{
	width:100%;
	min-width:950px;
	}
	
#right-column{
	width:227px;
	background:#f8981c url(../images/container2_13.jpg) top center repeat-x;
	float:right;
	padding-top:10px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFF}
	

#main-column{
	width:auto;
	padding:30px;
	margin-right:230px;}
	

#footer {
	position: relative;
	margin-top: -85px; /* negative value of footer height */
	height: 85px;
	clear:both;
	width:auto;
	border-left:5px solid #000;
	border-right:5px solid #000;
	min-width:950px;
	color: #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	background:#3c3c3c;} 
	
	
#foot{
padding: 20px;
}

#copyright{
	width:227px;
	float:right;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	padding-top:5px;
	text-transform: uppercase;
	background:#3b3226;
	height:80px;
	}

/*------------MISC FORMATTING---------*/

.slideshow{
	background-color:#000;
	width:100%;
	height:100%;
	margin:0;
	padding:0;}
	
.slideshow img{
	width:100%;
	height:100%;
	padding: 0 10px 0 0;
	top:  0; 
    left: 0; }
	
/* 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 */

