@charset "utf-8";
body {
	background-image: url(images/bg_repeater.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #171717;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
#header {

}
#maincontainer {
	background-image: url(images/main_repeater.jpg);
	background-repeat: repeat-y;
	width: 723px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#mainSalesLetter {
	margin-right: 40px;
	margin-left: 40px;
}
#introSubject {
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
	padding-left: 10px;
}

.subheadline{
	font-size: 24px;
	line-height:normal;
	font-weight: bold;
}
