/* CSS Document */

body {
	background-color:#e9f2dc;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
}
#wrapper {
	position:relative;
	margin:0px auto 0px auto;
	padding:0;
	width:800px;
	background-color:#FFF;
	text-align:left;
	border-bottom:15px solid #DD2B27;
}
#header {
	width:800px;
	height:376px;
	margin:0;
	padding:0;
}
h1.mainHeader {
	text-indent:-5000px;
	background:url(images/header.jpg) top left no-repeat;
	padding-bottom:0;
	width:800px;
	height:376px;
	font-size:2em;
	margin:0;
}
#mainContent {
	float:right;
	position:relative;
	width:500px;
	padding:10px;
	margin:0;
	margin-top:-120px;
}
#leftPanel {
	float:right;
	text-align:center;
	margin-top:150px;
	width:280px;
}
p.footer {
	clear:both;
	text-align:right;
	height:0;
	overflow:hidden;
}
p.button {
	background:url(images/button.jpg) top center no-repeat;
	width:250px; 
	height:30px;
	padding:8px 15px;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
}
p.button a, p.button:link, p.button:hover {
	color:#FFF;
	text-decoration:none;
	display:block;
	width:250px;
	height:30px;
}