@charset "UTF-8";
body {
	font: 100%/1.4 Arial, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	color: #fff;
	margin: 2em 0 0.5em 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}

a:link {
	color: #ccc;
	text-decoration: underline; 
}

a:visited {
	color: #ccc;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

#container {
	width: auto;
	margin: 3em auto;
}

h1 {
	background: url(../images/escape_logo.png) no-repeat top center;
	display: block;
	height: 160px;
	text-indent: -9999px;
}

p span {
	font-weight: bold;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
