body {
	background-image: url(../images/bg.png);
	text-transform: lowercase;
}

a:link, a:visited {
	color: #b9901c;
	text-decoration: none;
}
a:hover, a:active {
	color: orange;
}

ul.column{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
ul.column li {
	float: left;
	width: 345px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}
.block {
	height: 315px;
	font-size: .8em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 10px 20px 20px 20px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 15px #ccc;
	-moz-box-shadow: 0 0 15px #ccc;
	-webkit-box-shadow: 0 0 15px #ccc;
}
.block h2 {
	font-size: 2em;
	font-family: "Reenie Beanie", sans-serif;
	font-weight: normal;	
}

.block ul {
	list-style: circle;
}
.block ul li {
	display: list-item;
	float:none;
	margin-left:30px;
	width: 250px !important;
}

.block ul li a {
	display: block;
	max-height:45px;
	overflow:hidden;	
}

.block img.disabled {
        /*Flexible image size with border*/
	width: 89%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

.block img {
	display: block;
	margin: 0 auto;
}

* {margin: 0;}
html, body {height: 100%;}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -250px; /* Set footer height. */
}
footer, .push {
	height: 250px; /* Set footer height. */
	background: url(../images/bg-footer.png) repeat-x scroll center bottom transparent;
	clear: both; /* Muti-column fix.*/
}
