/* 
	The Debt Solution System Stylesheet
	Single Column Sales Page Design
	http://thedebtsolutionsystem.com/
*/

/* Layout */

body {
	background: #d9d9d9 url(images/bg.png) repeat-x;
	color: #333333;
	font-size: 14px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	width: 650px;
	margin: 0px auto 10px;
	padding: 0px;
	position: relative;
	}
#content {
	margin: 0px auto 0px auto;
	background-image: url(images/content_bg.png);
	display:block;

}

#header{
	margin-top: 10px;
	margin-bottom: 0px;
	height:200px;
	background: url(images/header.png);
}

#footer{
	margin-top: 0px;
	margin-bottom: 10px;
	height:150px;
	background: url(images/footer.png);
}
/* Text */
p{
	margin: 10px 70px 0px;
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Tahoma;
}
ul{
	margin: 10px 70px 0px;
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Tahoma;
}
h1{
	margin: 0px 40px 0;
	color: #FF0000;
	font-size: 24px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: center;
	line-height: 30px;
}

h2{
	margin: 0px 45px 0;
	color: #333;
	font-size: 19px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
	line-height: 26px;
}
h3, h4, h5, h6 {
	margin: 0px 130px 0;
	color: #333;
	font-size: 17px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
	line-height: 26px;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.spreadsheets {
	width:450px;
	margin: 10px 110px 0px;
}
/* Images */
.align-center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

img

{ border-style: none;

}