body {
	margin:20px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	background-color:white;
	color:black;
}
a {
	color:black;
}
h1, h2, p, ol, ul, li, form {
	margin:0;
	padding:0;
}
#title {
	margin-left:20px;
	margin-bottom:20px;
}
#title a {
	display:block;
	width:129px;
	height:71px;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
}
#title span {
	display:none;
}
#quote {
	position:absolute;
	width:552px;
	left:162px;
	top:67px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:16px;
	font-size:12px;
}
#quote .attributed {
	color:#999999;
	font-size:10px;
}
#container {
	width:742px;
	margin:0 auto;
	background-image:url(../img/container-bkgd.gif);
	background-repeat:repeat-y;
	position:relative;
}
#container-top {
	height:16px;
	background-image:url(../img/container-border-top.gif);
	overflow:hidden;
}
#container-bottom {
	height:16px;
	background-image:url(../img/container-border-bottom.gif);
	overflow:hidden;
}
#menu {
	list-style-type:none;
	float:left;
}
#menu a {
	display:block;
	background-color:#737373;
	background-image:url(../img/menu-item.gif);
	color:white;
	width:120px;
	height:22px;
	padding-top:3px;
	margin-bottom:18px;
	margin-left:25px;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
}
#menu a:hover {
	background-position:0 -25px;
}
#main {
	width:552px;
	margin-left:162px;
	margin-bottom:18px;
	background-color:#EDEDED;
	background-image:url(../img/main-bkgd.gif);
	background-repeat:repeat-y;
}
#main-top {
	background-image:url(../img/main-border-top.gif);
	height:13px;
	overflow:hidden;
}
#main-bottom {
	background-image:url(../img/main-border-bottom.gif);
	height:11px;
	overflow:hidden;
}
#main h1,
#main h2 {
	margin:15px 60px 0 30px;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}
#main h1 {
	margin-top:0;
}
#main p {
	margin:0 60px 6px 30px;
}
#footer {
	width:702px;
	height:52px;
	position:relative;
	margin-left:20px;
	background-color:#E5E5E5;
	background-image:url(../img/footer-bkgd.gif);
	background-repeat:repeat-y;
}
#footer-top {
	background-image:url(../img/footer-border-top.gif);
	width:702px;
	height:13px;
	overflow:hidden;
}
#footer-bottom {
	background-image:url(../img/footer-border-bottom.gif);
	width:702px;
	height:16px;
	top:36px;
	overflow:hidden;
}
#footer a {
	color:#737373;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer div {
	position:absolute;
}
#footer .web {
	top:8px;
	left:25px;
}
#footer .email {
	top:24px;
	left:25px;
}
#footer .phone {
	color:#737373;
	font-size:16px;
	top:17px;
	right:25px;
}
