/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bckgrnd.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Tahoma, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
    color: #D39529;
    text-decoration: underline;
}

a:hover {
    color: #D39529;
	text-decoration: none;
}

p {
	font-size: 15px;
	line-height: 20px;
	padding: 20px 30px;
	margin: 0px;
	color: #333333;
	text-align: justify;
}

p.header {
	padding:15px 20px 0px 20px;
	margin-right: 275px;
	margin-top: 0px;
}

p.debt {
	padding: 100px 0px 0px 55px;
	margin-right: 185px;
}

p.italic {
	font-size: 13px;
	font-style: italic;
	text-align: center;
}

p.footer {
	text-align: center;
	font-size: 18px;
}

li.list {
	font-size: 13px;
	line-height: 18px;
	padding: 0px 0px 5px 0px;
	margin-left: 15px;
	color: #333333;
	text-align: justify;
}

img {
	border: 0px;
}

/***************************HEADERS***************************/

h1 {
	font-size:25px;
	font-weight:300;
	padding:0px;
	text-align: center;
	margin: 20px 30px;
	color:#333333;
}

h1.header {
	margin: 20px 275px 20px 30px;
}

h2 {
	font-size:23px;
	font-weight:300;
	padding:0px 0px 20px 0px;
	text-align: center;
	margin: 20px 0px 0px 0px;
	color:#333333;
	border-bottom: 2px solid #D39529;
}

h3 {
	font-size:18px;
	font-weight:300;
	padding:0px;
	text-align: center;
	margin: 20px 0px;
	color:#D39529;
}

/***************************LAYOUT***************************/

div#wrapper {
	width: 900px;
	margin: 0px auto 25px auto;
	background: url('images/content.png');
	color: #333;
}

div#header {
	width: 900px;
	height: 304px;
}

div#debtenders {
	width: 900px;
	height: 153px;
	background: url('images/debt-enders.png');
}

div#headercontent {
	width: 900px;
	height: 151px;
	background: url('images/header.png');
	overflow: hidden;
}

div#debtfree {
	width: 900px;
	height: 219px;
	background: url('images/debt-free-living.png');
	overflow: hidden;
}

div#footer {
	width: 900px;
	height: 78px;
	background: url('images/footer.png');
}
#wrapper p {
	color: #333;
}

div#affiliate {
	width: 800px;
	margin: 20px auto 0px auto;
	border: 2px solid #D39529;
}

.html {
	margin-top: 20px;
	padding: 5px;
}