
	html { overflow:-moz-scrollbars-vertical;}
	
	body { 
		color:#565656; background:#efefef;
		font-family: Verdana, Arial, Helvetica, sans-serif;  font-size:12px; line-height:14px; /* */
		margin:0; padding:0; text-align:center;
	}
	
	ul, li { /* margin:0; padding:0; */ }
	li { padding:4px 0 4px 0; }
	
	img { border:0; }
	
	a { text-decoration:none; color:#AF410E; }
	a:hover { color:#000;  }
	
	pre { font-family:"Courier New", Courier, monospace; }

	#content  hr {
		height:1px;  background:url(../images/hr_2.gif) no-repeat top left; margin:40px 0 40px 0;
		border:0; border-collapse:collapse;
	}

	#right.home hr {
		height:1px;  margin:20px 0;
		border:0; border-collapse:collapse; border-bottom:1px dashed #dcdcdc;
	}
/*
	img{ border: none; padding:0; }
	img a{border:none;}
	
	img.left{ float: left; border: none; padding: 6px 0 0 0; }
	img.right{ float: right; border: none; padding: 0 0 0 6px; }
	
	blockquote{
		border-left:1px solid #A5ABAB;
		margin:15px;
		padding:0 12px 0 12px;
		}
	
	code{
		font-family:"Courier New", Courier, monospace;
		}
	
	
	a{
		color:#000;
		text-decoration:none;
		}
	
	a:hover{text-decoration: underline;}

*/




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



