/*	Global reset
****************************************************/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { 
	margin:0; padding:0; border:0;
	}
html, body {
	height: 100%;
	}
body {
	background:#f4f4f4 url(../images/bkg.png) top no-repeat;
	text-align: center;
	}

/*	Wrappers
****************************************************/
#wrapper {
	width: 990px;
	position:relative;
	min-height:100%;
	height:100%;
	margin:0 auto;
	text-align:left;
	background-color: #ffffff;
	}
#header {
	height:117px;
	background: url(../images/header.png) no-repeat top;
	}
#content {
	padding:35px;
	padding-bottom:21px;
	}
#footer {
	height:21px;
	background: url(../images/footer.png);
	position:absolute;
	bottom:0;
	}

/*	Other
****************************************************/
h1 {
	font-family: Arial;
	font-size: 30px;
	color:#ef3828;
	padding: 0 0 40px 0;
	}
p {
	font-family:arial;
	font-size: 12px;
	color:#636466;
	padding:0 0 14px 0;
	}
a {
	color:#ef3828;
	font-size: 14px;
	font-weight: bold;
	}
ul {
	font-family:arial;
	font-size: 12px;
	color:#636466;
	margin:0 0 10px 20px;
	}
li {
	padding-bottom: 14px;
	}