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

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

#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;
	padding: 0 0 15px 0;
	font-size: 30px;
	text-transform: uppercase;
}

h3 {
	padding: 0 0 15px 0;
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #ffea00;
}

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

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

a:hover {
	text-decoration: underline;
}

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

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

#Box1 {
	background: #f6e800 url(../i/box1.gif) left bottom no-repeat;
}

#Box1 h1 {
	padding: 25px 0;
}

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

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

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

#Box1 .a .l,
#Box1 .a .r {
	width: 215px;
	border-top: solid 10px #373737;
}

#Box1 .a .l {
	float: left;
}

#Box1 .a .r {
	float: right;
	text-align: right;
}

#Box1 .a .m {
	float: left;
	width: 350px;
	background: #c62a00;
}

#Box1 .a p {
	padding: 20px 0;
	text-align: center;
}

#Box1 .b {
	padding: 0 0 25px 27px;
}

#Box1 .b li {
	float: left;
	width: 188px;
	height: 188px;
	text-align: left;
}

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

#Box2 {
	padding: 0 0 50px 0;
	background: #f6e800 url(../i/box2.gif) no-repeat;
}

#Box2 h1 {
	font-weight: normal;
	font-size: 64px;
	text-transform: none;
}

#Box2 h1 small {
	display: block;
	font-size: 42px;
	line-height: 30px;
}

#Box2 h2 big {
	display: block;
	font-weight: bold;
	font-size: 36px;
}

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

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

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

#Box2 p {
	padding: 0 90px 15px 90px;
}

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

#Box3 {
	padding: 10px 0 0 0;
	background: #f6e800;
}

#Box3 .a {
	padding: 0 0 5px 24px;
}

#Box3 .a li {
	float: left;
	width: 188px;
	height: 180px;
	text-align: left;
}

#Box3 .l,
#Box3 .r {
	float: left;
	width: 213px;
}

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

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

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

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

#Box4 h1 {
	background: url(../i/box4.gif) no-repeat center top;
}

#Box4 h1 {
	padding: 40px 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 */
