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

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

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

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

#header h1 {
	display: none;
}

#header h2 {
	display: none;
}

h1 {
	font-size: 34px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #ff6c00;
}

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

p {
	font-size: 18px;
}

a {
	color: #f2e900;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

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

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

#Box1 {
	padding: 0 0 31px 0;
	background: #4f0054 url(../i/box1.gif) no-repeat left bottom;
}

#Box1 h1 {
	padding: 27px 0 0 0;
}

#Box1 h1,
#Box1 h1 a {
	color: #fc8200;
}

#Box1 h1 big {
	display: block;
	font-size: 52px;
}

#Box1 h1 b {
	display: block;
	font-size: 40px;
}

#Box1 p {
	padding: 20px !important;
}

#Box1 .l,
#Box1 .r {
	float: left;
	padding: 50px 0 0 0;
	width: 213px;
	border-top: solid 10px #b100c1;
}

#Box1 .m {
	float: left;
	width: 354px;
	background: #780083;
}

#Box1 p {
	padding: 29px 0;
	text-align: center;
}

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

#Box2 {
	background: #f2e900;
}

#Box2 h1 {
	font-size: 32px;
}

#Box2 h1,
#Box2 h1 a {
	color: #ff6c00;
}

#Box2 ul {
	padding: 20px 0 0 24px;
}

#Box2 li {
	float: left;
	width: 188px;
	height: 188px;
	text-align: left;
}

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

#Box3 {
	padding: 23px 0 0 0;
	background: url(../i/box3.gif) no-repeat left top;
}

#Box3 h1 {
	font-weight: normal;
	font-size: 50px;
	text-transform: capitalize;
}

#Box3 h1 small {
	display: block;
	font-size: 32px;
	line-height: 28px;
}

#Box3 h1,
#Box3 h1 a {
	color: #ff6c00;
	text-decoration: none;
}

#Box3 .l,
#Box3 .r {
	padding: 50px 0;
	float: left;
	width: 213px;
	background: #4f0054;
}

#Box3 .m {
	float: left;
	width: 354px;
	background: #780083;
}

#Box3 .m p {
	padding: 10px 10px 20px 10px !important;
}

#Box3 .b p {
	padding: 0;
	font-size: 15px;
	text-align: center;
}

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

#Box4 h1 {
	padding: 10px 0 0 0;
}

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

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