/*
      
	  
*/


body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #CCCCCC;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: repeat-y;

}
#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 0px;
	height: 175px;
	margin: 0px;
	background: #FFCCFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#leftcolumn {
	color: #333;
	margin: 0px 0px 15px;
	padding: 0px 10px 10px 0px;
	height: 350px;
	width: 170px;
	float: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 0px;
	padding: 0px 18px 10px 0px;
	width: 690px;
	display: inline;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#footer {
	width: 900px;
	clear: both;
	color: #333;
	background: #E6E6E6;
	margin: 0px;
	padding: 8px 0px;
	border-top: 2px double #666666;
	border-right: 2px none #666666;
	border-bottom: 2px none #666666;
	border-left: 2px none #666666;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #333333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
	margin-top: 10px;
}
.value {
	font-weight: bold;
	color: #FF48FE;
	float: right;
	margin-left: 15px;
	font-size: 16px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
h1 {
	font-size: 18px;
	background-color: #3399FF;
	text-indent: 5px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #FF33FF;
	text-indent: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
#wrapper #rightcolumn a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3398FD;
	text-decoration: underline;
}
#wrapper #rightcolumn a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3297FB;
	text-decoration: underline;
}
#wrapper #rightcolumn a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
#wrapper #rightcolumn a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	text-align: right;
}#wrapper #rightcolumn blockquote {
	font-style: italic;
}
#wrapper #footer a {
	color: #000000;
}
#wrapper #footer a:visited {
	color: #000000;
}
#wrapper #rightcolumn img {
	text-decoration: none;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	background-color: #FF7CFE;
	text-indent: 5px;
}
.bluepackage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #3399FF;
	font-weight: bold;
}
#wrapper #rightcolumn ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
}
#contactdocs {
	padding: 10px;
	float: right;
	width: 300px;
	margin-left: 5px;
}
#wrapper #rightcolumn ul li {
	padding-bottom: 8px;
	font-size: 13px;
}
.newhomesidebar {
	float: right;
	width: 325px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

