/* _________ a few basics ____________ */
html,body{margin:0;padding:0;text-align:center;font-size:1em;font-family:helvetica,arial,verdana,sans-serif;height:100%;background:#e1e1e1;line-height:100%;}
a{-moz-outline:none;color:#36c;}
a img{border:0;}
a:hover{text-decoration:none;}
*:hover,*:active,*:focus{outline:none;}
acronym{cursor:help;border-bottom:1px dotted #999;}


.container{width:800px;margin:25px auto;background:#fff;}

.pad{padding:10px;text-align:left;}

.header{border-bottom:1px dotted #e1e1e1;}

.content{border-bottom:1px dotted #e1e1e1;}
.content h1{font-size:30px;font-family:Georgia, "Times New Roman", Times, serif;font-weight:normal;line-height:110%;}
.content p{font-size:15px;color:#212121;line-height:145%;}

.feature{float:right;margin:15px 0 0 35px;}
	.feature img{-moz-box-shadow:-3px -3px 8px #ccc;-webkit-box-shadow:-3px -3px 8px #ccc;box-shadow:-3px -3px 8px #ccc;border:1px solid #ccc;}
	
.footer{font-size:12px;}
	

/*  clearfix  */
.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;}
.clear{clear:both;width:99%;}
/* End hide from IE-mac */