body {
	background: #fff;
	text-align: left;
	font: normal 14px/1.5em Palatino, "Palatino Linotype", Georgia, serif;
	color: #676767;
	margin: 0px;
}
a, a:visited {
	color: #676767;
	text-decoration: none;
}
a:hover, a:active {
	color: #666;
	text-decoration: underline;
}
#h1 {
	color: #676767;
	font: normal 24px Palatino, "Palatino Linotype", Georgia, serif;
	border-bottom: 1px dashed #DDD;
	margin-bottom: 15px;
}
#container {
	width: 995px;
	margin: auto;
}
#ad {
	width: 160px;
	background: #F8F8F8;
	height: 600px;
	float: right;
	text-align: center;
	margin: 15px;
	border: 1px solid #DDD;
}
#header {
	height: 90px;
	width: 800px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
.logo {
	background: url('http://www.hcquarterly.com/logo_text.png') no-repeat;
	float: left;
	width: 219px;
	height: 58px;
	margin-top: 15px;
	margin-left: 25px;
}
#subtext {
	background: url('http://www.hcquarterly.com/subtext.png') no-repeat;
	float: right;
	width: 341px;
	height: 25px;
	margin-top: 35px;
	margin-right: 25px;
}
#nav {
	border-bottom: 1px solid #DDD;
	height: 40px;
	background: #FFF;
	width: 800px;
	border-top: 1px solid #DDD;
}
#subnav {
	border-bottom: 1px solid #DDD;
	height: 25px;
	background: #FFF;
	width: 780px;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 5px;
	color: #999;
}
a.subnav {
	font-size: 14px;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 10px;
	color: #999;
}
a.subnav:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #999;
}
.home {
 	height: 29px;
	float: left;
	width: 150px;
	background: #F8F8F8;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 25px;
	border: 1px solid #DDD;
	border-bottom: 0px;
}
a.home:hover {
	height: 30px;
	background: #FFF;
	float: left;
	width: 150px;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}
.hcq {
 	height: 29px;
	float: left;
	width: 150px;
	background: #F8F8F8;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 5px;
	border: 1px solid #DDD;
	border-bottom: 0px;
}
a.hcq:hover {
	height: 30px;
	background: #FFF;
	float: left;
	width: 150px;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}
.archives {
 	height: 29px;
	float: left;
	width: 150px;
	background: #F8F8F8;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 5px;
	border: 1px solid #DDD;
	border-bottom: 0px;
}
a.archives:hover {
	height: 30px;
	background: #FFF;
	float: left;
	width: 150px;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #DDD;
	border-bottom: 0px;
}
.staff {
 	height: 29px;
	float: left;
	width: 150px;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 5px;
	border: 1px solid #DDD;
	border-bottom: 0px;
	background: #F8F8F8;
}
a.staff:hover {
	height: 30px;
	background: #FFF;
	float: left;
	width: 150px;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #DDD;
	border-bottom: 0px;

}
#main {
	border: 1px solid #DDD;
	border-top: 0px;
	width: 800px;
}
#intro {
	width: 550px;
	padding: 25px;
	padding-bottom: 0px;
	border-bottom: 1px solid #DDD;
}
#intro a:link {
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}
#intro a:hover {
	border-bottom: 1px solid #666;
	text-decoration: none;
}
#content {
	width: 600px;
	border-right: 1px solid #DDD;
	padding-bottom: 25px;
}
#cover {
	height: 670px;
	width: 500px;
	border: 1px solid #DDD;
	background: #F8F8F8;
	margin: 0 auto;
	margin-top: 25px;
}
#sidebar {
	width: 150px;
	float: right;
	height: 600px;
	text-align: center;
	padding-right: 25px;
}
#footer {
	width: 800px;
	text-align: center;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	height: 60px;
	background: #F8F8F8;
}
#footer_text {
	margin-top: 22px;
}