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

body {
	padding: 1em 0;
	color: #000;
	font-family: "Trebuchet MS" Arial;
	text-align: center;
	background: #1e2f44;
}

h1 {
	clear: both;
	padding: .3em 0;
	font: 26px Georgia, "Times New Roman";
	text-transform: uppercase;
	color: #a6dbe7;
	border-bottom: solid 1px #a61270;
}

h2 {
	clear: both;
	padding: .3em 0;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}

ul {
	padding: 10px 0;
}

li {
	float: left;
	width: 185px;
	height: 185px;
	text-align: center;
}

p {
	position: relative;
	font-weight: bold;
	font-size: 14px;
	color: #f9eec6;
}

li a img {
	border: solid 6px #c4bfac;
}

a {
	color: #fcc917;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	margin: auto;
	width: 762px;
	text-align: left;
	background: #c1287b url(../i/end.gif) no-repeat left bottom;
}

.part {
	padding: 10px;
	background: url(../i/part.gif) repeat-x;
}

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