﻿body{
	background-color: #000000;
	font-family:"Trebuchet MS", verdana;
	font-size:14px;
	width:1003px;
	margin:auto;
}


#divOuter{
	width:1002px;
	border-right:1px black solid;
	background-color:#ededcf;
}


#divHeader{
	
	}
	
	
#divContactBar{

	padding-right:20px;
	text-align:right;
	font-weight:bold;
}



#divLeftCol{
	float:left;
	padding-left:15px;
}


#divContent{
	margin-left:220px;
	padding:0px 23px 10px 0px;
	text-align:justify;
}


#divFooter{
	clear:both;
	height:60px;
	padding-top:20px;
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	text-align:center;
	color:white;
}


h1{
	font-size:18px;
	font-weight:bold;
}

h2{
	font-size:16px;
	font-weight:bold;
}




p{
	padding:0px 0px 10px 0px;
}

a:link{
	color:blue;
}

a:visited{
	color:blue;
}


#tblContact td{
	padding:5px;
}


#tblYourDreamHome td{
	padding:5px;
}

#tblFreeReports1 td{
	padding:5px;
}


#tblFreeReports2 td{
	padding:5px;
}


.tablespacer{
	width:10px;
}


