* {
	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 {
	letter-spacing: -1px;
	text-transform: uppercase;
}

h2 {
	text-transform: uppercase;
}

h3 {
	letter-spacing: -1px;
	text-transform: uppercase;
}

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

a:hover {
	text-decoration: underline;
}

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

.l {
	float: left;
	width: 201px;
	text-align: left;
}

.m {
	float: left;
	width: 391px;
}

.r {
	float: right;
	width: 189px;
}

/* Images
----------------------------------------------------------- */

.img p {
	width: 189px;
	height: 189px;
	background: url(../i/img.gif) no-repeat;
	border-bottom: solid 12px #570061;
}

.img p img {
	float: left;
	padding: 12px;
}

/* Box 1
----------------------------------------------------------- */

#Box1,
#Box3 {
	height: 390px;
	background: url(../i/box1.gif) no-repeat;
	border-bottom: solid 12px #570061;
}

#Box1 h1 {
	padding: 30px 0;
	font-size: 38px;
	line-height: 36px;
}

#Box1 h1 a {
	color: #000;
}

#Box1 h1 big {
	display: block;
	font-size: 60px;
	line-height: 55px;
}

#Box1 p {
	padding: 0 15px;
	font-size: 18px;
}

/* Box 2
----------------------------------------------------------- */

#Box2 {
	height: 390px;
	background: url(../i/box2.gif) no-repeat;
	border-bottom: solid 12px #570061;
}

#Box2 p {
	padding: 10px;
	font-size: 18px;
	line-height: 20px;
}

#Box2 h1 {
	padding: 21px;
	font-size: 24px;
}

#Box2 h1 a {
	color: #fff;
	text-decoration: underline;
}

#Box2 h2 {
	padding: 21px;
	font-size: 36px;
}

#Box2 h2 a {
	text-decoration: underline;
}

/* Box 3
----------------------------------------------------------- */

#Box3 h1 {
	padding: 16px;
	font-size: 36px;
	color: #000;
}

#Box3 h1 big {
	display: block;
	font-size: 48px;
}

#Box3 h1 a {
	color: #000;
}

#Box3 p {
	padding: 0 17px;
	font-weight: bold;
	font-size: 18px;
	text-align: justify;
}

/* Box4
----------------------------------------------------------- */

#Box4 {
	height: 189px;
	background: url(../i/box4.gif) no-repeat;
	border-bottom: solid 12px #570061;
}

#Box4 h1 {
	padding: 30px 0;
	font-size: 32px;
}

#Box4 h1 big {
	display: block;
	font-size: 42px;
}

#Box4 h1 small {
	display: block;
	font-size: 26px;
}

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