/* CSS Document */
body {
	padding: 0; margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}
p, ul { font-size: 14px; }
strong {
	font-weight: bold;
}
#header {
	background-image: url(http://www.highonhealth.org/wp-content/themes/copyblogger/images/pattern_081.gif); background-repeat: repeat;
	height: 80px;
	text-align: center;
	border-bottom: 20px solid #D478A7;
}
#content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.highlightBox {
	width: 250px;
	float: right;
	text-align: center;
	background-color: #F0D2E1;
	padding: 10px;
	margin-bottom: 15px;
}
ul { 
	line-height: 20px;
}
.downloadBox {
	border: 1px solid #D478A7;
	padding: 10px;
}
