body {
	margin: 0;
	padding: 0;
	background-color: #ccc;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.master {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 800px;
	height: 820px;
	background-color: white;
	margin-left: -400px;
	padding-bottom: 130px;
}

.head {
	width: 800px;
	padding: 20px 0 20px 0;
	background-color: #d3582f;
	border-bottom: 8px solid #e7793a;
}

h1 {
	color: white;
	font-size: 30px;
	padding: 5px 30px;
	font-weight: normal;
}

h2 {
	color: white;
	font-weight: normal;
	font-size: 15px;
	font-style: italic;
	padding: 5px 40px;
	text-align: center;
}

p, h3, h4, li { 	color: #333333; }

p {
	font-size: 14px;
	line-height: 18px;
	margin: 10px 30px;
}

ul { margin: 30px 30px; padding: 0; }

li {
	font-size: 14px;
	line-height: 18px;
	margin: 10px 30px;
	padding: 0;
}

h3, h4 { text-align: center; }

h3 { 
	font-size: 26px;
	margin: 40px 0 5px 0; 
	font-weight: normal;
}

h4 { 
	font-size: 16px;
	margin: 0px 0 15px 0; 
	font-weight: bold;
}


.head p {
	color: white;
	text-align: center;
	font-style: italic;
}

img.left-float {
	float: left;
	margin: 5px 20px 20px 40px;
	border: 2px solid #e7793a;
}

h3, a, .orange {
	color: #d3582f;
}

.footer {
	width: 740px;
	padding: 5px 30px;
	clear: both;
	background-color: #d3582f;
}

.footer p {
	text-align: center;
	color: white;
	font-style: italic;
}

