/* 
	Theme Name: ElegantSalesLetter
	Description: SalesPageBox.com
	Version: 1.0
*/
body {
	background-image: url(images/repeater.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #e0dac0;
	padding-top: 0px;
	line-height: 1.6em;
}
#mainContainer {
	background-image: url(images/main-repeater.gif);
	background-repeat: repeat-y;
	width: 709px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #543d32;
	line-height: 20px;
}

#mainSalesletter {
	background-repeat: no-repeat;
	margin-top: -45px;
	padding: 10px 60px;
}
#mainSalesletter a.buynow img {
	border: none;
	margin: 10px auto;
	display: block;
}
h1 { 
	font-size: 29px; 
	color: #a70f0f; 
	padding: 10px 20px;
	text-align: center;
	line-height: 1.2em;
}
h2 { 
	font-size: 21px; 
	color: #222; 
	padding: 10px 20px;
	text-align: center;
	line-height: 1.2em;
}
h3 { 
	font-size: 18px; 
	color: #222; 
	padding: 10px 20px;
	text-align: center;
	line-height: 1.2em;
}
h4 { 
	font-size: 14px; 
	color: #222; 
	padding: 10px 20px;
	text-align: center;
	line-height: 1.2em;
}

#header {
	background: url(images/header.jpg) no-repeat top;
	height: 333px;
	width: 709px;
	margin-top: -20px;
}
#header h4 {
	height: 40px;
	padding: 0;
	text-align: center;
	color: #ddd;
	padding-top: 25px;
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
}
#header h2 {
	height: 120px;
	text-align: center;
	color: #333;
	padding: 0 70px;
	display: block;
	padding-top: 20px;
	font-weight: bold;
	font-style: italic;
	font-size: 29px;
}
#header h3 {
	text-align: center;
	padding: 10px;
	color: #555;
	background: #e0e0be;
	border: 1px dotted #ccc;
	margin: 10px 50px;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 14px;
}
blockquote {
	padding: 10px;
	margin: 10px;
	background: #e0e0be;
	border: 1px dotted #c8c897;
	border-left: 3px solid #c8c897;
	border-bottom: 3px solid #c8c897;
}
ul {
	list-style: none;
	margin: 20px;
}
	 ul li {
		padding: 5px;
		padding-left: 26px;
		font-size: 12px;
		line-height: 1.65em;
		color: #2e6a97;
		border: 1px dotted #ddd;
		font-weight: bold;
		margin: 4px 0;
		font-family: verdana, arial, sans-serif;
		background: url(images/bullet.jpg) no-repeat left;
	}
 ol {
	list-style: none;
	margin: 20px;
}
	 ol li {
		padding: 5px;
		padding-left: 26px;
		font-size: 12px;
		line-height: 1.65em;
		color: #5e0000;
		font-weight: bold;
		font-family: verdana, arial, sans-serif;
		background: url(images/bullet.jpg) no-repeat left;
	}
#footer {
	background-image: url(images/footer.jpg);
	height: 43px;
	width: 709px;
	clear: both;
}
