html, body {
	height: 100%;
}

body {
	background: #fbfcf7 url(../images/bg_2014.jpg) repeat-x 0 0;
	color: #222;
}

/*---------------------
		Wraps
----------------------*/


/*
#header-wrap {
	position: relative;
} 
*/

#page-wrap {
	width:1016px;
	margin-left: auto;
	margin-right: auto;
	top: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	min-height: 100%;
	padding-bottom: 110px;  
 	background-color: #FFFFE1;
}


#footer-wrap {
	position: relative;
	
	
	/*
margin-top: 195px;
	min-height: 358px;
*/
}


/*---------------------
	Clearfixes
----------------------*/

.clearfix {
	clear:both;
}

.clearfix-after:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix-after {
	display: inline-block;
}
 
html[xmlns] .clearfix-after {
	display: block;
}
 
* html .clearfix-after {
	height: 1%;
}

/* 
 *	border, shadow
 */
.border-radius_2 {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
	-khtml-border-radius: 2px;
	behavior: url('ie_border/pie/pie-2_0b1/PIE.htc'); 
	}
.border-radius_3 {
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url('ie_border/pie/pie-2_0b1/PIE.htc'); 
} 
.shadow {
	-webkit-box-shadow: 0px 3px 6px #a39c7f;
	-moz-box-shadow: 0px 3px 6px #a39c7f;
	box-shadow: 0px 3px 6px #a39c7f;
	behavior: url('ie_border/pie/pie-2_0b1/PIE.htc'); 
}
.shadow-inset {
	-webkit-box-shadow: inset 0px 3px 6px #a39c7f;
	-moz-box-shadow: inset 0px 3px 6px #a39c7f;
	box-shadow: inset 0px 3px 6px #a39c7f;
	behavior: url('ie_border/pie/pie-2_0b1/PIE.htc'); 
}
.shadow-inset_light {
	-webkit-box-shadow: inset 0px 3px 6px #a39c7f;
	-moz-box-shadow: inset 0px 3px 6px #a39c7f;
	box-shadow: inset 0px 3px 6px #a39c7f;
	behavior: url('ie_border/pie/pie-2_0b1/PIE.htc');  
}
 