* {
	margin: 0;
	padding: 0;
}

body {
	background: #dfdfdf;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #000000;
}

#header {
	width: 800px;
	height: 225px;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#left-header {
	background-image: url("headerTileL.jpg");
	background-repeat: repeat-x;
	width: 50%;
}

#right-header {
	background-image: url("headerTileR.jpg");
	background-repeat: repeat-x;
	width: 50%;
}

.border {
	background: #e3d1bc;
	width: 5px;
}

.tagline {
	 color: #9b948d;
}

#bottom-border {
	background: #e3d1bc;
	height: 5px;
}

#right-column {
	width: 370px;
	text-align: center;
}

#left-column {
	width: 370px;
	padding: 42px 0px 22px 42px;
}

#single-column {
	width: 740px;
	padding: 42px 0px 42px 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

#content {
	background: #ffffff;
	width: 750px;
	margin: 0 auto;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #9b948d;
	margin-bottom: 5px;
}

p {
	margin-bottom: 20px;
}

#footer {
	width: 750px;
	margin: 0 auto;
	padding-top: 10px;
}
