.gallery li{
        display: inline;
        list-style: none;
        width: 150px;
        min-height: 175px;
        float: left;
        margin: 0 10px 10px 0;
        text-align: center;
	}

* {

}



html, body {
	height: 100%;
	font: Arial;
		
}


.gutternav a:link{
	font: arial;
	color: #603814;
	font-size: 10px;
	text-decoration: none;
	
}



.gutternav a:visited{
	font: arial;
	color: #603814;
	font-size: 10px;
	text-decoration: none;
}

.gutternav a:hover{
font: arial;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}


.wrapper {
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 auto -100px;
}
.footer, .push {
	font-size: 9px;
	height: 100px;
	background-color: #603814;
	font-family: Arial, Helvetica, sans-serif;
}
.footernav a:link{
	color: #CBAF7F;
	font-size: 10px;
	text-decoration: underline;
	font: arial;
}

.footernav a:visited{
	color: #CBAF7F;
	font-size: 10px;
	text-decoration: underline;
}

.footernav a:hover{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}
	

