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

body {
	padding: .6em 0;
	color: #000;
	background: #538517;
}

h1 {
	padding: 0 0 1em 0;
	font: 24px Impact;
	color: #31500c;
}

h1 span {
	float: left;
}

h1 a {
	float: right;
	font-size: 22px;
	text-transform: uppercase;
	color: #15104F;
	font-family: Impact;
}

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

li {
	float: left;
	width: 210px;
	height: 210px;
}

li a {
	display: block;
	padding: 15px;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	width: 690px;
	background: url(../i/part3_b.gif) no-repeat bottom right;
}

#logo {
	position: relative;
	margin: 0 0 -30px 0;
	text-align: right;
}

#part1,
#part2,
#part3 {
	padding: .8em 1.8em;
}

/* Part 1
----------------------------------------------------------- */

#part1 {
	padding: .6em 1.8em;
	background: #77bc25 url(../i/part1.gif) no-repeat top right;
}

#part1 li {
	background: url(../i/part1_li.gif) no-repeat;
}

/* Part 2
----------------------------------------------------------- */

#part2 {
	background: #85d12b url(../i/part2.gif) no-repeat top right;
}

#part2 li {
	background: url(../i/part2_li.gif) no-repeat;
}

/* Part 3
----------------------------------------------------------- */

#part3 {
	background: #a3ed4a url(../i/part3.gif) no-repeat top right;
}

#part3 li {
	background: url(../i/part3_li.gif) no-repeat;
}

/* 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 */

