/*css style sheet*/



body {
	background: #F1F0F0;
	font-family: Arial, Helvetica, San Serif;
	color: #000000;
	font-size: 11px;
	line-height: 12px;
}

table, thead, tbody, tr, td, th, a{
	font-size: 11px;
font-size: inherit;
font-family: inherit;
font-weight: inherit;
}

a {
	color:#A12831;
	text-decoration: underline;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

p {
	float: left;
	width: 330px;
	padding: 0px 0px 0px 2px;
}

.clear {
  clear: both;
  height: 0;
}

#holder {
	float:left;
	background: #FFFFFF;
	width:941px;
	height:540px;
}

#holder2 {
	float:left;
	background: #FFFFFF url(images/bg_index.jpg) top left no-repeat;
	width:942px;
	height:542px;
}

#indexBlock {
	float:left;
	margin: 38px 0px 0px 62px;
	}

#columnOne {
	float: left;
	text-align: left;
	width: 434px;
	height: 540px;
	background: #FFFFFF url(images/escape_main.jpg) top left no-repeat;
}

#columnOnePH {
	float: left;
	text-align: left;
	width: 434px;
	height: 540px;
	background: #FFFFFF url(images/escape_main_ph.jpg) top left no-repeat;
}

#columnOneLS {
	float: left;
	text-align: left;
	width: 434px;
	height: 540px;
	background: #FFFFFF url(images/lapstone_bg.jpg) top left no-repeat;
}

#columnTwo {
	float: left;
	width: 374px;
	height: 540px;
	border: 0px 50px 0px 0px;
	
}

#columnThree {
	float: left;
	width: 133px;
	height: 540px;
	background: #A0222D url(images/escape_red.jpg) top left no-repeat;
}

#mainLogo {
	float: left;
	width: 324px;
	height: 70px;
	background: url(images/escape_logo.gif) top left no-repeat;
	margin: 20px 0px 0px 0px;
}

#mainLogoPH {
	float: left;
	width: 219px;
	height: 37px;
	background: url(images/escape_logo_plain.gif) top left no-repeat;
	margin: 20px 0px 0px 0px;
}

.highlight {
	color: #A12831;
}

.emailLink {
	color: #000000;
	text-decoration: none;
}

.emailLink:hover {
	color: #333333;
	text-decoration: none;
}

#day {
	float:left;
	width: 100px;
}