/* CSS Document */

#location_contents{
	width:760px;
	}
	
	#location_header{
		width:760px;
		border-bottom:1px solid #000000;
		margin-bottom:40px;
		}
		
	
	#location{
		width:600px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
		margin-top:20px;
		}
		
		#location_title{
			width:600px;
			border-bottom:1px solid #000000;
			margin-bottom:5px;
			}
		
		#location_info{
			width:575px;
			margin-bottom:5px;
			float:right;
			}

#directions{
	width:760px;
	}
	
	#dir_map{
		width:400px;
		height:350px;
		float:right;
		border:1px solid #000000;
		}
	
	#dir_details{
		width:315px;
		float:left;
		margin-left:15px;
		}
	
	#dir_details_header{
		width:315px;
		border-bottom:1px solid #000000;
		}
