body {
		background: #11263A;
		font-family: arial;
		margin: 0;
		padding: 0;
}
#header {
		background: url('images/header-bg.jpg') repeat-x;
		height: 190px;
}
#logo {
		background:  url('images/header.jpg') no-repeat center bottom;
		height: 134px;
}
#logo h1 {
		display: none;
}
#wrapper {
		background: url('images/middle.jpg') repeat-y;
		width: 729px;
		margin-left: auto;
		margin-right: auto;
}
#wrapper .top {
		background: url('images/top.jpg');
		height: 29px;
}
#wrapper .bottom {
		background: url('images/bottom.jpg');
		height: 26px;
}
#wrapper .content {
		width: 669px;
		margin-left: auto;
		margin-right: auto;
}
#wrapper h1 {
	color: #9c3533;
}

#wrapper h2 {
	color: #9c3533;
}

#wrapper td {
	color: black;
}

#wrapper a {
	color: black;
}

#footer {
		width: 729px;
		margin-left: auto;
		margin-right: auto;

	text-align: center;
	font-size: x-small;
		color: white;
}
#topNav {
		margin: 0 auto 0 auto;
		width: 669px;
		padding: 0;
		list-style: none;
		height: 40px;
		padding-left: 157px;
}
#topNav li {
		float: left;
		height: 55px;
		margin-right: 1em;
		color: white;
		font-size: 120%;
		min-width: 63px;
}
#topNav li.selected {
		background: url('images/arrow.jpg') no-repeat bottom;
}
#topNav a, #topNav a:visited {
		color: white;
		text-decoration: none;
}

.quote {

	text-align: justify;

	font-size: small;

	color: #878787;

	padding-left: 15px;
	padding-right: 40px;
}