/* Reset styles to improve cross-browser compatability */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}

body {
	background: url('images/body.png') repeat-y top center;
	color: #5d5b52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 81.25%;
	line-height: 1;
}

a:link, a:hover, a:visited {
	color: #600;
}

h1, h2, h3, h4, h5, h6 {
	color: #7f7c70;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }

p {
	line-height: 140%;
	margin: 10px 0;
}

#wrapper {
	margin: 0 auto;
	width: 808px;
}

#header {
	background: url('images/header.jpg') no-repeat top center;
	height: 300px;
}

#menu {
	padding-top: 219px;
}

#menu li {
	float: left;
	height: 40px;
}

#menu a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 40px;
}

#menu a#home { 
	background: url('images/home.jpg') no-repeat;
	margin-left: 24px;
	width: 54px;
}

#menu a#history {
	background: url('images/history.jpg') no-repeat;
	margin-left: 60px;
	width: 74px;
}

#menu a#rates {
	background: url('images/rates.jpg') no-repeat;
	margin-left: 50px;
	width: 59px;
}

#menu a#contact {
	background: url('images/contact.jpg') no-repeat;
	margin-left: 50px;
	width: 109px;
}

#content_wrapper {
	overflow: hidden;
	width: 100%;
}

#menu a#home:hover { background-position: 0 -40px; }
#menu a#history:hover { background-position: 0 -40px; }
#menu a#rates:hover { background-position: 0 -40px; }
#menu a#contact:hover { background-position: 0 -40px; }

#content {
	float: left;
	padding: 20px 0 0 40px;
	width: 510px;
}

#sidebar {
	background: url('images/testimonials.jpg') no-repeat top center;
	margin: 0 0 0 560px;
	padding: 80px 15px 10px 15px;
	width: 189px;
}

* html #sidebar {
	margin: 0 0 0 557px; /* fix for IE6 */
}

#sidebar .testimonial {
	color: #8f8c7e;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 25px 0;
}

#sidebar .name {
	font-weight: bold;
}

#sidebar .swirl {
	background: url('images/swirl.gif') no-repeat;
	height: 34px;
	margin: 40px auto 20px auto;
	width: 56px;
}

#footer {
	color: #aaa;
	font-size: 0.85em;
	line-height: 1.4em;
	margin: 20px 0 10px 0;
	overflow: hidden;
	text-align: center;
	width: 560px;
}

#footer a {
	color: #999;
}

#footer_links {
	margin: 10px 0 20px 0;
}

#footer_links li {
	display: inline;
	margin-right: 10px;
}

#footer_links li.last {
	margin-right: 0;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}
