/* ----- CSS ----- */
*{
margin:0;
padding:0;
}

body {
	background: #fff url('../../../images/zincRetreatBkg.jpg') center top repeat-y;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

* img {
	border: none;
}

* .underline {
	text-decoration: underline;
}

* .italic {
	font-style: italic;
	text-transform: lowercase;
	font-size: .8em;
}

* .bold {
	font-weight: bold;
}

* .expanded {
	letter-spacing: 5px;
	padding-left: 5px;
}

* a {
	outline: none;			/* ------ used to remove the dotted borders around links in Firefox ------ */
}

* ul {
	list-style:none;
}

 /* ----- IDS ----- */

	* #contentContainer{
		position:relative;
		top:0;
		left:0;
		width:778px;
		height:1000px;
		margin:0 auto;
		background:#DBE6F1;	
	}	
	* #zinc360BackLink {
		position:absolute;
		left:.5em;
	}		
		* #zinc360BackLink span {
			position:relative;
			color:#333;
			top:0;
			left:-.1em;
			font-size:1em;
			font-weight:bold;
		}	
		* #zinc360BackLink a {
			color:#333;
			text-decoration:none;
			font-size:1em;
			font-family:"Arial, Helvetica, sans-serif";
		}		
			* #zinc360BackLink a:hover {
				color: #7792AD;
				text-decoration:underline;
			}			
	* #zincRetreatTourContainer {
		position:relative;
		top:0;
		left:0;
		width:560px;	
		height:340px;
		margin:0 auto;
	}
