/***** style rules for adventure pages *****/

div.outline {  position: relative;
	width: 575px;
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
}


/** for Europe-other ... to align the country names **/
span.greece, span.belgium, span.england, span.switzerland, span.spain {position: absolute;
	top: 0px;
}

span.greece { width: 10px; left: 166px;}
span.belgium { width: 10px; left: 230px;}
span.england { width: 10px; left: 380px;}
span.switzerland { width: 15px; left: 445px;}
span.spain { width: 10px; left: 561px;}


/** for intros with 2 column pic/txt combo (side by side) **/
div.start { position: relative;
	width: 640px;}
div.intropic { position: absolute;
	width: 350px;
	top: 25px;
	left: 0px;
}
div.introtxt { padding-left: 360px;
	padding-top: 25px;
	width: 280px;
}

/** for intros with txt/pic below combo (one on top of another) **/
div.toptxt { position: absolute;
	width: 640px;
	top: 25px;
	left: 0px;
}
div.toppic { padding-top: 175px;
}

/** 2 column style for 2 pictures the same size **/
div.pic1 { position: absolute;
	top: 0px;
	left: 0px;
}
div.pic2 { padding-left: 320px;}

div.pic1, div.pic2 { width: 320px;}

div.intropic, div.introtxt, div.toppic, div.toptxt, div.pic1, div.pic2 { padding-bottom: 50px;}

