@charset "UTF-8";
/* CSS Document */

/* 
Copyright Po Lin Monastery
All rights reserved
Credits: Site created by pill and pillow
*/


/*for sticky footer*/
html, body, #wrap {height: 100%;} 

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

/*==========Backgrounds==========*/
#main-wrapper{
	padding-bottom:50px; /*same height as the footer*/
}

/*========== Footer==========*/
#footer {
	width:762px;
	clear:both;
	padding: 8px 0 0 5px;
	background:url(../assets/div_footer.gif) top left repeat-x;
	margin-left:20px;
	margin-top:12px;
	overflow:hidden;
}

#footer_left{
	width:375px;
	float:left;
	color:#8B8B8B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footer_left2{
	width:100px;
	float:left;
	height:17px;
	overflow:hidden;
}

#footer_right{
	width:224px;
	float:right;
	color:#8B8B8B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* footer - clear fix - apply to #main*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Start --- Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block
;}
/* End --- End hide from IE-mac */