html, body {
	height: 100%;
	font-size: 100%; /* IE hack */
}

* {margin: 0; padding: 0;}

body {
	font-size: 0.9em;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.6em;
	background: #606060;
	background: #474747;
}

img {
	border: none;
}

h1, h2 {
	font-weight: normal;
	margin: 10px 0;
	padding: 10px 0;
}

h1 {
	font-size: 2.2em;
	padding: 10px 4%;
	line-height: 1em;
	color: #ff9900;
}

.white {
	color: #ffffff;
}

.orange {
	color: #ff9900;
}

#content {
	padding: 10px 5%;
}

ul.column {
	width: 100%;
	padding: 0;
	margin: 10px 0 50px;
	list-style: none;
}

ul.column li {
	float: left;
	width: 220px;
	padding: 0;
	margin: 5px 0;
	display: inline;
}

.block {
	height: 400px;
	font-size: 1em;
	margin-right: 10px;
	padding: 20px;
	background: #F0F0F0;
	/* These three lines don't validate */	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.block h2 {
	font-size: 1.28em;
	text-align: center;
}

.block p {
	font-size: 0.8em;
	line-height: 1.6em;
}

.block img {
	width: 89%;
	padding: 5%;
	margin: 0 auto;
	background: #fff;
	display: block;
	/* These four lines don't validate */
	-ms-interpolation-mode: bicubic;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.block a {
	color: #606060;
}

.block a:hover {
	color: #ff9900;
}


#wrapper {
	/* For sticky footer */
	position: relative;
	min-height: 100%; 		
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px;
}

#header {
	padding: 10px 20px;
	background-image:url('../img/header.png');
	background-repeat: repeat-x;
	background-position: bottom; 	
	background-color: #333333;
	color: #fff;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	clear: both;
	height: 50px;
	background-image:url('../img/footer.png');
	background-repeat: repeat-x;
	background-position: top; 	
	background-color: #333333;
	color: #fff;
}

#push {
	clear: both;
	height: 70px
}

#footer p {
	padding: 13px 5%;
	font-size: 0.75em;
}


