body
	{
		padding: 0;
		margin:  0;
		background: black;
		font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: black;
		text-align: left;
	}
	
	
	p	
	{
		font-size: 11px;
		margin: 15px 40px 5px 10px;
	}
	a
	{
		color: #a65212;
		text-decoration: none;
	}
	a:link
	{
		color: #a65212;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #abbdd3;
		text-decoration: underline;
	}
	
	a img { border: 0; }
	
	fieldset
	{
	width:75%;
	margin:10px 7px;
	border: 1px solid #2b2b2b;
	}
	
	#left_col
	{
		position: absolute;
		top: 50px;
		left: 0;
		width: 170px;

	}
	#contain	
	{
		
		margin: 0 170px;
		width: 800px;
		text-align: left;
	}
	
	#header 
	{  
		float: right;
		display: block;
		width: 800px;
		height: 84px;
		position: relative;
		padding: 0;
		margin: 0;
	}

	
	#center
	{
		float: right;
		width: 800px;
		display:inline;
		margin:0;
		
	}
	
	#center li
	{
	font-size: 11px;
	list-style:none;
	padding: 5px 0;
	}
	
	#nav {
	float: left;
	width: 170px;
	padding: 0;
	margin: 0;
	}
	#nav ul {
	display: block;
	padding: 0;
	
	
	}
	#nav li {
	padding: 4px;
	list-style: none;
	text-align: left;
	margin: 5px 0 5px 20px;
	}
	#nav li a {
	color: white;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}
	#nav li a:hover {
	color: #a65212;
	}
	
	
	#subnav ul {
	display: block;
	padding:0;
	}
	
	#subnav li {
	padding: 2px;
	list-style: none;
	text-align: left;
	margin: 5px  0;
	}
	
	#subnav li a {
	color: #a65212;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}
	
	#subnav li a:hover {
	color: #abbdd3;
	text-decoration:underline;
	}
	

	#footer
	{
	float: left;
	width: 800px;
	position: relative;
	clear: both;
	}
	
	#footer p
	{
	margin: 0;
	padding: 10px ;
	font-size: 11px;
	font-weight: bold;
	color: white;
	}
	
	#footer .lft
	{
	float: left;
	width: 290px;
	text-align: right;
	}
	#footer .rght
	{
	float: right;
	width: 500px;
	height: 130px;
	background: url(../images/home_footer.jpg) no-repeat;
	}
	
	#footer .rghttwo
	{
	float: right;
	width: 500px;
	height: 130px;
	background: url(../images/place2live_texture.jpg) no-repeat;
	}
	
	#footer .rghtthree
	{
	float: right;
	width: 500px;
	height: 130px;
	background: url(../images/floor_texture.jpg) no-repeat;
	}
	
	#footer .rghtfour
	{
	float: right;
	width: 500px;
	height: 130px;
	background: url(../images/specs_footer.jpg) no-repeat;
	}
	#footer .rghtfive
	{
	float: right;
	width: 500px;
	height: 130px;
	background: url(../images/yourown_texture.jpg) no-repeat;
	}
	.index_header 
	{
	background: url(../images/home_header.jpg) no-repeat;
	}
	.header2 
	{
	background: url(../images/place2live_header.jpg) no-repeat;
	}
	.header3 
	{
	background: url(../images/floor_header.jpg) no-repeat;
	}
	.header4 
	{
	background: url(../images/specs_header.jpg) no-repeat;
	}
	.text_area_index
	{
	float: left;
	background: white url(../images/copy_texture1.jpg) no-repeat right;
	width: 229px;
	height: 421px;
	}
	.text_area2
	{
	float: left;
	background: white url(../images/copy_texture2.jpg) no-repeat right;
	width: 229px;
	height: 421px;
	}
	.text_area3
	{
	float: left;
	background: white url(../images/specs_copy.jpg) repeat-y right;
	width: 800px;
	}
	.text_area3 li
	{
	list-style:outside;
	}
	.text_area4
	{
	float: left;
	background: white url(../images/specs_copy.jpg) no-repeat right;
	width: 800px;
	height: 480px;
	}
	.text_area5
	{
	float: left;
	background: white url(../images/copy_texture2.jpg) repeat-y right;
	width: 800px;
	}
	.flt_img
	{
	float: left;
	width: 571px;
	}	
	
	
	.clr
	{
	clear: both;
	}
	
	/*slideshow*/
.show
	{ 
	float: left; 
    height:  421px;  
    width:   571px;  
    padding: 0;  
    margin:  0;
	/*overflow: hidden;*/ 
	} 
 
.show img 
	{  
    
    width: 571px; 
    height: 421px; 
    top:  0; 
    left: 0 
	} 
	
	.altType
	{
	font-size: large;
	color: #660000;
	}