body {
	margin: 0;
	padding: 0;
	background: #e5e5e5 url('images/bg.gif') repeat-x top;
}
#wrapper {
	position: relative;
	margin: auto;
	width: 758px;
	padding: 1px 6px 0;
	background: #fff url('images/back.gif');
}
#hdr {
	width: 758px;
	height: 68px;
	background: url('images/header-back.gif');
	border-bottom: 1px solid #989898;
}
#logo {
	position: absolute;
	top: 4px;
	left: 9px;
	border-width: 0;
}
#callus {
	position: absolute;
	top: 15px;
	left: 535px;
}
#subhdr {
	width: 758px;
	height: 200px;
	background: url('images/subheader.jpg');
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #989898;
}
#navbar {
	width: 758px;
	height: 33px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #fff;
}
#navbar a:link, #navbar a:visited {
	display: block;
	width: 126px;
	height: 29px;
	margin-right: 1px;
	background: url('images/nav.gif');
	float: left;
	font-family: arial;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
}
#navbar a:hover, #navbar a:active {
	background: url('images/nav-over.gif');
}
#navbar #lastnav {
	width: 123px;
	margin: 0;
}
#content {
	padding: 10px;
	border-top: 1px solid #989898;
	width: 738px;
	font-family: arial;
	font-size: 15px;
	line-height: 130%;
	background: url('images/cntbck.gif') repeat-x top;
}
a:link, a:visited {
	color: #1f4f94;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
h1 {
	color: #15396f;
}
#footer {
	width: 758px;
	padding: 10px 0;
	background: #ddd;
	border-top: 1px solid #989898;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	color: #666;
}
#btm {
	width: 768px;
	height: 5px;
	background: url('images/btm.gif') no-repeat top;
	overflow: hidden;
	margin: auto;
	padding: 0 0 10px;
}
