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

body {
	padding: 1em 0;
	color: #fff;
	font-family: Arial;
	text-align: center;
	background: #570061;
}

#header {
	margin: auto;
	width: 776px;
	text-align: left;
}

#header div {
	position: relative;
	overflow: hidden;
}

#header h1 {
	display: none;
}

#header h2 {
	display: none;
}

h1 {
	padding: 10px 10px 0 10px;
	font-size: 26px;
	text-align: left;
}

h2 {
	font-size: 24px;
	text-transform: uppercase;
}

h2 a {
	color: #000;
	text-decoration: underline;
}

h2 a:hover {
	text-decoration: none;
}

h2,p {
	padding: 0 10px 10px 10px;
}

p {
	font-size: 18px;
	text-align: justify;
}

ul {
	padding: 10px 0 0 10px;
}

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

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#Wrapper {
	margin: auto;
	width: 730px;
}

.br div {
	width: 360px;
	border-bottom: solid 10px #570061;
}

#Box1,#Box3 {
	float: left;
}

#Box2,#Box4 {
	float: right;
}

#Box1 {
	background: #ff7800;
}

#Box2 {
	background: #e400e7;
}

#Box3 {
	background: #ffe400;
}

#Box4 {
	background: #00ff06;
}

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