#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}
#header {
	width: 950px;
	position: relative;
	height: auto;
}
#links {
	float: left;
	width: 126px;
	position: relative;
	height: auto;
}

#content {
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
	width: 750px;
	position: relative;
	height: auto;
	background-attachment: scroll;
	background-image: url(images/vertline.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 140px;
	padding-right: 20px;
	padding-left: 20px;
}
#issue info {
	font-size: 18px;
	color: #000000;
	width: 950px;
	position: relative;
	height: auto;
	background-attachment: scroll;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Garamond;
	text-align: center;
}

#footer {
	width: 950px;
	position: relative;
	height: 70px;
	background-attachment: scroll;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Garamond;
	font-size: 16px;
	color: #000000;
	text-align: center;
	top: auto;
	margin-top: auto;
}

