* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
}

#container {
	text-align: left;
	margin: 20px auto;
	width: 598px;
	border: 1px solid #598383;
	width: 596px;
	padding: 1px;
}
#header {
	height: 111px;
	overflow: hidden;
}


#box-container {
	background: #cddada;
	padding: 23px;
}
	.box1 {
		background: #fff;
	}
	.box2 {
		background: url('/newsletters/box-top.gif') no-repeat top;
	}
	.box3 {
		background: url('/newsletters/box-bottom.gif') no-repeat bottom;
		padding: 14px;
	}
#footer {
	text-align: center;
	padding-top: 10px;
}
/** boxes **/
a img {
	border: none;
}
.section {
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #598383;
}
.intro-box {
	padding-top: 0;
}

 h1, h2, h3, h4, ul {
	margin-bottom: 8px;
	padding: 0;
}
p {
	margin-bottom: 14px;
}
	.intro-box h4 {
		margin-bottom: 18px;
	}
.section p, .section h2, .section h3, .section h4, ul {
	padding-left: 18px;
}

.breaker {
	text-align: center;
	padding: 0 0 5px 0;
	margin-bottom: 3px;
}
ul li {
	padding-left: 12px;
	margin-left: 16px;
	background: url('list-bullet.gif') no-repeat 0 5px;
}

.this-issue-box h2, .this-issue-box h3, .this-issue-box h4, .this-issue-box ul,
.intro-box p, .intro-box h2, .intro-box h3, .intro-box h4, .intro-box ul  {
	padding-left: 0;
}
	
/**text styles**/
p {
	color: #838383;
	font: 14px Georgia, serif;
}
h1 {
	color: #560825;
	font: 24px Georgia, serif;
}
h2 {
	color: #598383;
	font: 18px Georgia, serif;
}
h3 {
		color: #560825;
		font: 14px Georgia, serif;
	}
h4 {
	color: #560825;
	font: 14px Georgia, serif;
}
li a, p a {
	color: #560825;
	font: 14px Georgia, serif;
}
ul {
	list-style: none;
}
	#footer p {
		color: #598383;
		font: 11px Arial, Helvetica, sans-serif;
		line-height: 14px;
	}
	#footer p a {
		color: #560825;
		font: 11px Arial, Helvetica, sans-serif;
	}
	
.text-center {
	text-align: center;
}

