* {
	margin: 0;
	padding: 0;
	list-style: none;
	border-style: none;
}

body {
	color: #000;
	font-family: Arial;
	text-align: center;
	background: #49290c;
}

h1 {
	padding: .3em .5em;
	font-size: 18px;
	color: #000;
	background: #ccc8c8;
}

h2 {
	padding: .3em 0;
	font: 18px Arial;
	text-transform: uppercase;
}

h2 a {
	text-decoration: underline;
	color: red;
}

p {
	padding: 0 0 10px 0;
	font: bold .7em Arial;
	text-transform: uppercase;
}

ul {
	border-top: solid 1px #49290c;
}

li {
	float: left;
	margin: 0 1px 0 0;
	width: 189px;
	height: 210px;
	text-align: center;
	background: #dcdcdc;
	border-bottom: solid 1px #49290c;
}

li.end {
	margin: 0 !important;
}


li a {
	display: block;
	font-size: .9em;
	color: #b96314;
}

li a img {
	margin: 11px 0 7px 0;
	border: solid 1px #fff;
}

li a:hover img {
	border: solid 1px #b96314;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	margin: auto;
	width: 759px;
	text-align: left;
}

#logo {
}

.txt {
	padding: 12px;
	text-align: center;
	background: #dbb08b;
	border-bottom: solid 1px #49290c;
}

/* Clear
----------------------------------------------------------- */

.br:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.br {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .br {
	height: 1%;
}

.br {
	display: block;
}
/* End hide from IE-mac */
