*, html, body {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

body {
	background-color: white;
	padding: 0px;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: black;
}

h1 {
	font-weight: bold;
	line-height: 35px;
	font-size: 12px;
}

h2 {
	font-weight: bold;
	line-height: 35px;
	font-size: 18px;
}

div#background {
	border: red solid 0px;
	background-color: white;
	width: 795px;
	margin: auto;
}

div#content {
	border: green solid 0px;
	background-color: white;
	width: 795px;
	margin: 0px;
	padding-top: 75px;
	display: table;
}

div#backgroundNEW {
	border: red solid 0px;
	background-color: white;
	width: 950px;
	margin: auto;
}

div#contentNEW {
	border: green solid 0px;
	background-color: white;
	width: 950px;
	margin: 0px;
	padding-top: 0px;
	display: table;
}

div#footer {
	border: red solid 0px;
	width: 900px;
	margin: auto;
	padding: 15px 50px 50px 50px;
	text-transform: uppercase;
	font-size: 10px;
	color: white;
}

div#footer_left {
	float: left;
	border: red solid 0px;
	width: 700px;
}

div#footer_right {
	float: right;
	border: red solid 0px;
	width: 200px;
	text-align: right;
}

div#footer a {
	text-decoration: none;
	color: white;
}

div#footer a:hover {
	text-decoration: none;
	color: #962e35;
}