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

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

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

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

p {
	font-weight: bold;
	font-size: 16px;
}

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

a:hover {
	text-decoration: none;
}

#Wrapper {
	margin: auto;
	width: 798px;
	background: #fdd600 url(../i/wrapper.gif) no-repeat;
}

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

#Box12 {
	padding: 30px 18px;
}

#Box1 {
	float: left;
	width: 200px;
	background: #e90073 url(../i/box1a.gif) no-repeat;
}

#Box1 .end {
	padding: 0 0 14px 0;
	background: url(../i/box1b.gif) no-repeat left bottom;
}

#Box1 p {
	padding: 14px;
}

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

#Box2 {
	float: right;
	width: 552px;
	background: #ff7800 url(../i/box2a.gif) no-repeat;
}

#Box2 ul {
	padding: 30px 0 0 7px;
}

#Box2 li {
	float: left;
	width: 180px;
	height: 180px;
}

#Box2 div.br {
	padding: 0 15px 10px 10px;
	background: url(../i/box2b.gif) no-repeat left bottom;
}

#Box2 .l {
	float: left;
	width: 180px;
}

#Box2 .r {
	float: right;
	width: 345px;
	text-align: left;
}

#Box2 .r p {
	line-height: 19px;
}

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

#Box3 {
	padding: 0 18px;
}

#Box3 h1 {
	padding: 0 0 6px 0;
	font-size: 48px;
}

#Box3 h1 a {
	text-decoration: underline;
}

#Box3 ul {
	padding: 20px 0 0 20px;
	background: #00216b url(../i/box3a.gif) no-repeat center top;
}

#Box3 li {
	float: left;
	width: 180px;
	height: 180px;
}

#Box3 h2 {
	padding: 20px 0;
	background: #00216b url(../i/box3b.gif) no-repeat center bottom;
}

#Box3 h2 a {
	font-size: 34px;
	color: #ff7800;
}

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

#Box4 {
	padding: 20px 0;
	background: url(../i/box4.gif) no-repeat center bottom;
}

#Box4 h1 a {
	text-decoration: underline;
}

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