body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: black;
	background-color: white;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width here */
#menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#menu-top {
	background: white url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden;
}

#menu-top ul {
	background: transparent url('images/bg02-white-left.png') no-repeat left top;
	margin:0;
	list-style: none;
	font-size: 85%;
	float: left;
	padding-left: 20px;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a:hover { background-position:0% -42px; }
#menu-top a:hover span {	background-position:100% -42px; }

#wrapper-header {
	background-color: transparent;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#header {
	background-color: #eee;
	background-image: url(images/downtown.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}



#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 192px;
	line-height: 2em;
	color: #000000;
	font-size: 200%;
}


* html #wrapper-content { height: 1%; }

#content {
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	box-shadow: 1px 1px 20px #CCCCCC;
}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	background-color: #e5f0fc;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;


}

h2 { font-size: 110%; }
h3 { font-size: 100%; }

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{
	color: #006633;
	text-decoration: none;
}.quote {
	font-size: 24px;
	line-height: 35px;
	color: #000;
}
