/* set background image and main body text */

html, body {
	background: url(http://privatelendingguide.com/images/background.jpg);
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* set width of wrapper, no top or bottom margin, center in all browsers */

#wrapper {
	width: 950px;
	margin: 0 auto;
	}
		
/* header */

#header {
	height:160px;
	}
	
/* set content area background to white */

#contentwrap {
	width:950px;
	margin-left:44px;
	}

/* maincontent */

#maincontent {
	background:url(http://privatelendingguide.com/images/content_bg.jpg) repeat-y;
	width: 742px;
	margin: 0 auto;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 40px;
	padding-top: 10px;
	font-size: 12pt;
	overflow: auto;
	}
	
	
#holder {
	float:left;
	width:650px;
	margin: 0 auto;
	}
	
/* set margins, padding etc for maincontent paragraphs */

#holder p {
	}
	
#holder a {
	color:#292e8f;
	text-decoration:underline;
	}

#holder a:hover {
	text-decoration:none;
	}	
	
#holder h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	color: #c00000;
	text-align:center;
	font-style:italic;
	}
	
#holder h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	color: #c00000;
	text-align:center;
	}
	
#holder h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	text-align:center;
	}
	
#holder h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #c00000;
	font-weight:bold;
	}
	
#holder h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	}
	
#holder h6 {
	font-size: 11px;
	font-style:italic;
	}
	
#testimonial {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-style:italic;
	font-weight:bold;
	color:#3e6ea8;
	border-bottom:1px #4f81bd solid;
	margin-top: 30px;
	margin-right: 40px;
	margin-left: 40px;
	padding-bottom: 10px;
	}

	
/* footer */

#footer {
	background: url(http://privatelendingguide.com/images/footer.jpg) no-repeat;
	clear: both;
	width: 742px;
	height:21px;
	margin: 0 auto;
	padding-right: 50px;
	padding-left: 50px;
	}
	
#footer a {
	color:#3e1e0f;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	}

