html {
	margin: 0;
}
body {
	margin: 0; 
	padding: 0; 
}
#site_header {
	display: none;
	}
#navigation {
	display: none;
	}
#footer_wrapper {
	display: none;
	}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height:  110%;
	color:  #000000;
	padding-left: 25px;
	}
/* ##############################
  	--	Events	--
  ##############################*/
#print_background {
	background:url(http://www.lvshaolin.com/images/shaolin_characters_print.png) no-repeat left top;
	background-position: 1% 30%;
	}
#print_background h1 {
	background:#000000;
	color: #ffffff;
	}
.event_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height:  110%;
	color:  #000000;		/* ------- Medium Grey */
	margin-bottom:  5px;
	display: block; 
	padding-bottom: 2px;
	font-weight:lighter;
	}
ul li {
	font-size: 9pt; 
	font-weight: 100; 
	text-align: left;
	text-decoration: none; 
	line-height: 150%; 
	letter-spacing:.3px;
	color:  #000000;
	display: block; 
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	padding-left: 40px;
	}
.separator {
	background-image: url(http://www.lvshaolin.com/images/horizontal_rule.gif);
	background-repeat: no-repeat;
	width:687px;
	height:5px;	
	margin-top: 5px;
	margin-bottom:5px;
	}
/* ##############################
  	--	Image floating	--
  ##############################*/
.img_float_right { 
	float: right;  
	padding: 17px;
	}
.img_float_left { 
	float: left; 
	padding: 10px;
	}
