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

body {
	padding: .6em 0;
	font-family: Arial;
	color: #000;
	background: #95027f;
}

h1 {
	font: 1.8em Impact;
}

h2 {
	font: 1.4em Impact;
	text-align: center;
	text-transform: uppercase;
}

p {
	font-size: .8em;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	width: 742px;
	background: url(../i/wrapper.gif) repeat-y right top;
}

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

#part1 {
	float: left;
	margin: .8em 0 0 0;
	width: 545px;
	background: #e4b203 url(../i/part1_t.gif) no-repeat right top;
}

#part1 h1 {
	padding: 10px;
	color: #b24903;
}

#part1 p {
	padding: 0 10px;
}

#part1 li {
	float: left;
	width: 181px;
	height: 181px;
	text-align: center;
}

#part1 h2 {
	padding: 10px;
	background: url(../i/part1_b.gif) no-repeat right bottom;
}

#part1 h2 a {
	color: #000;
}

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

#part2 {
	float: right;
	width: 192px;
}

#part2 h1 {
	padding: 10px;
	color: #fcc917;
	background: url(../i/part2_t.gif) no-repeat right top;
}

#part2 li {
	width: 192px;
	height: 181px;
	overflow: hidden;
	text-align: center;
}

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

#part3 {
	position: relative;
	clear: both;
	margin: 0 0 0 13px;
	background: #390631 url(../i/part3_br.gif) no-repeat right bottom;
}

#part3 h1 {
	padding: 28px 12px 10px 12px;
	color: #fcc917;
	background: #390631 url(../i/part3_t.gif) no-repeat;
}

#part3 li {
	float: left;
	width: 182px;
	height: 182px;
	overflow: hidden;
	text-align: center;
}

#part3 p {
	padding: 0 12px;
	color: #fff;
}

#part3 h2 {
	padding: 12px 12px 22px 12px;
	background: url(../i/part3_bl.gif) no-repeat left bottom;
}

#part3 h2 a {
	color: #e855d2;
}

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