/* =====================================================
THE GREAT ESCAPADE - BASIC STYLES
=====================================================*/

/* HTML --------------------------------------------------------------------------------*/

* {
 margin:0;
 padding:0;
 }
 
body {
	font-family:verdana, arial, helvetica, sans-serif;
}

p, td, th, li, dt, dd, label, input, select, caption {
	font-size:70%;
	height:auto;
}

h1 {
	clear:left;
	font-size:80%;
	margin:8px 0 12px 0;
}

h2 {
	font-size:80%;
	margin:5px 0 4px 0;
}

h3 {
	font-size:75%;
	margin:5px 0 4px 0;
}

p {
	margin:0 0 10px 0;
}

label {
	display:block;
	margin:0 0 5px 0;
}

a img {
	border:none;
}

img {
	border:none;
	font-size:60%;
}

caption {
 font-weight:bold;
 text-align:left;
 padding:5px 0 5px 0;
 }
 
/* LAYOUT ----------------------------------------------------------------------------*/

#skipNav,
.dLink {
	 position: absolute;
	 left: -999px;
	 width: 990px;
}

.trickBoth {
	clear:both;
	height:0;
}

.trickLeft {
	clear:left;
	height:0;
}

.trickRight {
	clear:right;
	height:0;
}

.printMe {
	display:none;
}

#container {
	width:745px
}


 /* CONTENT ------------------------------------------------------------------------*/