* { 
	border: 0;
	margin: 0; 
	padding: 0; 
} 

html, body, ol, ul, li, p, h1, h2, h3, h4, h5, h6, tr, td {  
    margin: 0; 
    padding: 0; 
    border: 0;
}

/* hide from IE mac \*/
html {
    height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	line-height: 16px;
	background: #FFF;
	height: 100%;
}

#wrapper {
	width: 780px;
	margin: 0 auto;	
	text-align: left;
}
.header {
	display: block;
	height: 80px;
	background: transparent url(topBg.gif) no-repeat top;
	margin: 0 0 15px 0;
	padding: 0px;
}

.block {
	float: left;
	display: inline;
	width: 250px;
	height: 160px;
	background: transparent url(blockBg.gif) no-repeat top;
	margin: 0 15px 15px 0;
}
.block h1 {
	clear: both;
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 22px;
	padding: 15px 0 0 25px;
}
.block p {
	clear: both;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 16px;
	padding: 5px 0 0 25px;
}

.block a:link, .block a:visited, .block a:active {
	color: #069;
	text-decoration: none;
}
.block a:hover {
	color: #069;
	text-decoration: underline;
}


.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;}
/* End hide from IE-mac */
