html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	color:#fff;
	margin-top:25px;
}
p{
	margin:0;
	padding:0;
}
#holder{
	width:865px;
	background:#ffffff;
	margin:0 auto;
}
#nav{
	height:20px;
	padding:0 0 10px 0;
	color:#CCCCCC;
}
#nav a{
	color:#999999;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#headimg{
	background:#FFFFFF url(../images/sideshadow.gif) top right repeat-y;
}
#headimgbg{
	background: url(../images/sideshadowtopcor.gif) top right no-repeat;
}
#head2col{
		padding:15px 0 20px 0;
}
	#head2colbg{
		width:850px;
		height:100%;
		background:url(images/lines.gif) repeat-y top left;
		clear:both;
	}
	#head2colcontent{
		float:right;
		width:636px;
		height:100%;
		padding:0 15px 0 15px;	
	}
	#clearit{
		clear:both;
	}

#floorplan{
	clear:both;
	background:#211c1e;
}
#bottomtext{
	clear:both;
	background:#211c1e;
	padding:50px 10px 15px 10px;
	text-align:center;
	font-size: 13px;
}
#bottomtext2{
	clear:both;
	background:#000;
	padding:0px;
}
#yellowbar{
	background:#FAED24;
	color:#333;
	text-align:right;
}
#footer{
	background:#fff;
	font-size:9px;
	color:#888;
	padding:15px;
}