#interface{
	width: 760px;
	margin: auto;
	}
	#interface-wrapper{
		float: left;
		width: 760px;
		margin: 0 0 20px 0;
		}	
#header{
	width: 760px;
	height: 60px;
	float: left;
	display: inherit;
	margin: 0;
	padding: 20px 0 0 0;
	}	
	/*		Luxury Mull		*/	
	#luxury-mull{
		float: left;
		background: transparent;
		}
	/*		Header Links		*/	
	#header-links{
		float: right;
		background: transparent;
		}	
		#header-links a{
			float: left;
			}			
#main-container{
	width:760px;
	float: left;
	padding: 20px 0 20px 0;
	}
	/*		Main Images 	*/
	#left{
		width: 240px;
		height: 222px;
		float: left;
		margin: 0 0 20px 0;
		}
		#left img {  
		padding: 5px;  
		border:  1px solid #ffffff;  
		background-color: #e8e3e3;  
		width:  228px; 
		height: 210px; 
		top:  0; 
		left: 0; 
		} 	
	#right{
		width: 500px;
		height: 222px;
		float: left;
		margin: 0 0 20px 20px;
		overflow: hidden;
		}
		
		#right img {  
		padding: 5px;  
		border:  1px solid #ffffff;  
		background-color: #e8e3e3;  
		width:  488px; 
		height: 210px; 
		top:  0; 
		left: 0; 
		} 		
	/*		Left Column		*/	
	.left-column{
		width: 240px;
		float: left;
		}
		.menu{
			width: 240px;
			float: left;
			background: url(/templates/images/left-column-width.jpg) left top repeat-y #eeeaeb;	
			}
			.menu ul{
				list-style: none;
				padding: 10px 0 10px 20px;
				margin: 0;
				}
			.menu li{
				list-style: none;
				/*padding: 0 0 0 20px;*/
				margin: 0;
				padding: 5px 0 5px 0;				
				/*list-style-image:none;*/
				list-style-position:outside;
				list-style-type:none;
				}
			.menu li a{
				color: #6c7478;
				padding: 0 0 0 20px;
				text-decoration: none;
				/*	Bullet Image Here	*/
				background-image: url(/templates/images/bullet1.jpg);
				background-repeat: no-repeat;
				}
			.menu li a:hover{
				text-decoration: underline;
				padding: 0 0 0 20px;
				background-image: url(/templates/images/bullet2.jpg);
				background-repeat: no-repeat;
				color: #11568b;
				}												
			/*		Header and Footer images for menus		*/		
			.left-column-properties{
				float: left;
				width: 240px;
				height: 39px;
				background-image: url(/templates/images/left-column-properties.jpg);
				background-repeat: no-repeat;				
				}
			.left-column-other-information{
				float: left;
				width: 240px;
				height: 39px;
				background-image: url(/templates/images/left-column-other-information.jpg);
				background-repeat: no-repeat;							
				}
			.left-column-late-availability{
				float: left;
				width: 240px;
				height: 39px;
				background-image: url(/templates/images/left-column-late-availability.jpg);
				background-repeat: no-repeat;							
				}			
			.left-column-footer{
				float: left;
				width: 240px;
				height: 2px;
				background-image: url(/templates/images/left-column-footer.jpg);
				background-repeat: no-repeat;
				margin: 0 0 20px 0;					
				}			

/*		Right Column Content		*/
	#content-container{
		float: right;
		padding: 0 0 0 20px;
		width: 500px;
		}
		#content-container #box-link{
					float: left;
					width: 500px;
					padding: 0 0 15px 0;
					margin: 0 0 5px 0;
					}
		#content-container .box{
					float: left;
					width: 500px;
					padding: 0 0 15px 0;
					margin: 0 0 5px 0;
					}
			.box hr{
				color:#ffffff;
				background-color:#ffffff;
				border: 0;
				height: 0.5px;
				width: 50%;
				}
		#content-container .testimonial-box{
			float: left;
			border: 1px solid #ffffff;
			background-color: #eee8e8;
			padding: 10px 10px 2px 10px;
			margin: 0 0 20px 0;
			}
			#content-container .testimonial-box .testimonial-title{
				padding: 0 0 0 0;
				margin: 0 0 5px 0;
				font-weight: bold;
				font-size: 12px;
				}
			#content-container .testimonial-box .testimonial-name{
				float: right;
				padding: 5px 10px 5px 0;
				margin: 0 0 0 0;
				text-align: right;
				font-weight: bold;
				color: #11568B;
				}
									
		#content-container ul{
			float: left;
			clear: both;
			float: none;
			width: auto;
			list-style: none;
			padding: 0 0 15px 0;
			margin: 0 0 0 10px;
			/*display: inline;*/
			}
		#content-container li{
			/*color: #6c7478;*/
			list-style: none;
			margin: 0;
			padding: 5px 0 0 10px;
			list-style-position:outside;
			list-style-type:none;
			background-image: url(/templates/images/content-container-bullet1.jpg);
			background-repeat: no-repeat;
			}
		#content-container li a{
			color: #11568b;
			padding: 0 0 0 0;
			text-decoration: none;
			/*	Bullet Image Here	*/
			/*background-image: url(/templates/images/content-container-bullet1.jpg);
			background-repeat: no-repeat;
			background-position: 0 0 0 0;*/
			}
		#content-container li a:hover{
			text-decoration: underline;
			padding: 0 0 0 0;
			color: #11568b;
			}
			/*		Block of text, image to the right		*/
			#content-container .line1{
				float: right;
				width: 212px;
				height: 150px;
				padding: 0 0 0 0;
				margin: 0 0 20px 20px;
				}
				#content-container .line1 img {  
					padding: 5px;  
					border:  1px solid #ffffff;  
					background-color: #e8e3e3;  
					width:  200px; 
					height: 138px; 
					top:  0; 
					left: 0; 
					} 				
				#content-container .line1 .line1text{
					float: left;
					color: #6c7478;
					font-size: 10px;
					/*background-image: url(/templates/images/bulletmain.jpg);
					background-repeat: no-repeat;
					background-position: 5px 0 0 0;*/
					padding: 0 0 0 5px;
					margin: 0 0 0 0;
					}
			#content-container .line1b{
				float: right;
				width: 212px;
				height: 150px;
				padding: 0 0 0 0;
				margin: 0 0 40px 20px;
				}
				#content-container .line1b img {  
					padding: 5px;  
					border:  1px solid #ffffff;  
					background-color: #e8e3e3;  
					width:  200px; 
					height: 138px; 
					top:  0; 
					left: 0; 
					} 
			#content-container .line1b .line1btext{
					float: left;
					color: #6c7478;
					font-size: 10px;
					/*background-image: url(/templates/images/bulletmain.jpg);
					background-repeat: no-repeat;
					background-position: 5px 0 0 0;*/
					padding: 0 0 0 5px;
					margin: 0 0 0 0;
					}
									
			#content-container .contentline1{
				float: left;
				width: 268px;
				/*height: 150px;*/
				padding: 0 0 0 0;
				margin: 0 0 0 0;
				}	
		
			/*		Block of text, image to the left		*/
			#content-container .line2{
				float: left;
				width: 212px;
				height: 150px;
				padding: 0 0 0 0;
				margin: 0 20px 20px 0;
				}
			#content-container .line2 img {  
				padding: 5px;  
				border:  1px solid #ffffff;  
				background-color: #e8e3e3;  
				width:  200px; 
				height: 138px; 
				top:  0; 
				left: 0; 
				}
			#content-container .line2 .line2text{
				float: left;
				color: #6c7478;
				font-size: 10px;
/*				background-image: url(/templates/images/bulletmain.jpg);
				background-repeat: no-repeat;
				background-position: 5px 0 0 0;*/
				padding: 0 0 0 5px;
				margin: 0 0 0 0;
				}
				
				
				/*			Google Map			*/
			.map{
				width: 480px;
				height: 222px;
				float: left;
				margin: 0 0 40px 0;		
				}
			.map_size {  
				padding: 0;
				margin-left: 5px;
				margin-right: 5px;  
				border:  1px solid #ffffff;  
				background-color: #e8e3e3;  
				width:  485px; 
				height: 210px; 
				top:  0; 
				left: 0; 
				}
			.hide{
				display:none
				}	
			.maptext{
				float: left;
				color: #6c7478;
				font-size: 10px;
				/*background-image: url(/templates/images/bulletmain.jpg);
				background-repeat: no-repeat;
				background-position: 5px 0 0 0;*/
				padding: 0 0 0 5px;
				margin: 0 0 20px 0;
				} 				
			
			/*		Contact Page Details		*/
			#content-container .contact1{
				float: left;
				width: 210px;
				padding: 0 5px 0 40px;
				margin: 20px 0 0 0;
				}
			#content-container .contact2{
				float: left;
				width: 240px;
				padding: 0 5px 0 0;
				margin: 20px 0 0 0;
				}
			#content-container .contact-details{
				color: #6c7478;
				}

#h1-name{
	float: left;
	width: 490px;
	height: 40px;
	display: block;
	padding: 0;
	margin: 0;
	}

/*		Footer		*/		
#footer{
	width: 760px;
	height: 20px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	font-size: 10px;
	color: #92979a;
	}
#footer a{
	text-decoration: none;
	color: #92979a;
	background: transparent;
	}
#footer a:hover{
	text-decoration: underline;
	}
	#footer-left{
		float: left;
		padding: 0 0 0 5px;
		}
	#footer-right{
		float: right;
		padding: 0 5px 0 0;
		}