body {
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	color: #1e3121;
	font-size: 96%;
}

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

blockquote {
	font-style: italic;
	line-height: 140%;
}

a {
	color: #1d251e;
	text-decoration: underline;
}

a img {
	border: none;
}

ul li {
	margin-bottom: 5px;
}

div.clear-both {
	clear: both;
}

div.subtitle {
	margin-bottom: 15px;
}

#global {
	width: 960px;
	margin: 0 auto;
}

#top {
	position: relative;
	height: 118px;
}

#logo {
	position: absolute;
	top: 8px;
	left: 15px;
}

#menu {
	position: absolute;
	width: 611px;
	height: 45px;
	right: 0;
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	margin-bottom: 0 !important;
	background-image: url(../images/menu/divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#menu li.contact {
	background: none;
}

#header {
	width: 960px;
	height: 198px;
}

#header-left {
	float: left;
	width: 320px;
}

#header-right {
	float: left;
	width: 640px;
}

#content {
	width: 960px;
	margin-top: 5px;
	padding: 20px 15px 15px 15px;
	background-image: url(../images/content-bkgd.jpg);
	background-repeat: no-repeat;
}

#content-left {
	float: left;
	width: 275px;
	margin-right: 30px;
}

#content-right {
	float: left;
	width: 625px;
}

#footer {
	font-size: 70%;
	color: #667569;
	border-top: solid 1px #c7ccc8;
	padding: 5px 15px 0 15px;
	height: 20px;
}

#footer-left {
	float: left;
	width: 70%;
}

#footer-right {
	float: right;
	width: 30%;
	text-align: right;
}

div.byline {
	color: #667569;
	line-height: 140%;
	font-size: 70%;
	padding-bottom: 15px;
	border-bottom: solid 1px #c7ccc8;
}

