@charset "UTF-8";
/* CSS Document */

#masterpage {
	width: 800px;
	margin: 0 auto 0 auto;
	font-size: 1em;
}

#header {
	height: 39px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding: 215px 0 0 304px;
	color: #ffffff;
	font-weight: bold;
}

	#header a {
		color: #ffffff;
		text-decoration: underline;
	}

#main {
	display: table;
	border-collapse: collapse;
}

	#row {
		display: table-row;
	}

		#content {
			display: table-cell;
			padding: 20px 20px 5px 20px;
		}
	
		#footer {
			display: table-cell;
			height: 165px;
			vertical-align: middle;
			padding-top: 5px;
		}

#graphic {
	float: right;
	width: 188px;
	text-align: center;
	font-size: 0.8em;
	padding: 0 0 10px 10px;
}

h1 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #2f292b;
	font-size: 1.2em;
}

h2 {
	font-weight: bold;
	color: #2f292b;
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #fe9e2e;
	font-weight: bold;
}

.imgright {
	border: 0;
	padding: 0 0 5px 10px;
}