/* style sheet particular to the Trail description pages */

@import "styles_smallimages.css";

div#TrailPageContent {
	position:absolute;left:35px;top:30px;
	width:720px;
	height:460px;
	z-index:1;
	background-color:#efefef;
	border: 4px solid #583229;
	overflow: auto; 
	padding:10px;
	}

h1 {
	text-align:center;
	font-size:16px;
	margin-top:5px;
	}

h3 {
	text-align:center;
	font-size:14px;
	margin-top:10px;
	margin-bottom:0px;
	}

.locationmap {
	float:left;
	width:300px;
	height:342px;
	border:1px solid black;
	margin-right:15px;
	}

#craiglocationmap {
	float:left;
	width:255px;
	height:125px;
	border:1px solid black;
	margin-right:15px;
	}

#TedWrightLocationMap {
	float:left;
	width:300px;
	height:264px;
	border:1px solid black;
	margin-right:15px;
	}

#SwanLocationMap {
	float:left;
	width:300px;
	height:347px;
	border:1px solid black;
	margin-right:15px;
	}

#SweetheartLocationMap {
	float:left;
	width:271px;
	height:165px;
	border:1px solid black;
	margin-right:15px;
	}


