* {
padding: 0;
margin: 0;
}

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
	
	text-align: center;
	padding: 0;
	margin: 0;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

html, body {
	height: 100%;
}

#content {
	min-height: 100%;
	margin: 0 auto;
	text-align: center;
	width: 900px;
}

#header {
	width: 100%;
	height: 150px;
	padding-top: 10px;
	text-align: center;
}

* html #content {
	height: 100%;
}

#footer {
	width: 100%;
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	height: 63px;
	margin: -63px auto 0 auto;
}

#clearfooter {
	height: 63px;
}

#copy {
	text-align: center;
}

#images img {
	padding: 10px;
}

#images a {
	padding: 5px;
}

#regform {
	text-align: left;
	width: 600px;
	margin: 0 auto;
}

p {
	padding: 5px;
}

.boldText {
	font-weight: bold;
}

.dlHeader {
	color: #FFCC33;
	font-weight: bold;
}