/*  
Theme Name: HUD Homes Squeeze/Sales Page
Theme URI: http://tinyurl.com/digiweb
Description: custom theme for thehudhomelist.
Version: 1.0
Author: Farrukh Khan
Author URI: http://tinyurl.com/digiweb
*/


body
	{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	}

#main {
	width:800px;
	margin:auto;
	padding:0px;
	}

#header {
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	width:800px;
	height:44px;
	}
	
#wrapper {
	background-image:url(images/wrapper.jpg);
	background-repeat:repeat-y;
	width:800px;
	margin:0px;
	padding:0px;
	}


#content {
	width:715px;
	margin:auto;
	padding:0px;
	}

#pagearea {
	width:700px;
	margin:auto;
	padding:0px;
	}

#pagearea h1 {
	font-weight:bold;
	font-size:28px;
	color: #FF0000;
	padding:0px;
	margin:0px 0px 15px 0px;
	text-align:center;
	}

#pagearea h2 {
	font-weight:bold;
	font-size:24px;
	color: #000000;
	text-align:center;
	}

#testimonial-box {
	width:85%;
	margin:auto;
	border:dashed 3px #055da8;
	text-align:left;
	padding:20px;
	background-color:#daeeff;
	}

#optin {
	background-image:url(images/optin.jpg);
	background-repeat:no-repeat;
	width:650px;
	height:300px;
	margin:auto
	}

#social {
	float:right;
	clear:both;
	margin:0px 40px 0px 0px;
	padding:0px;
	}

/*** Footer Styles ***/
#footer {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	width:800px;
	height:57px;
	}

/*** Misc. Styles ***/
#clear {
	clear:both;
	}