/*05/30/08*/
#ElliotsPark-Wrapper {width:720px; background-color:ffffff;}
#ElliotsPark-Wrapper .lstNav {margin:0 0 6px 0;padding:0;list-style:none}
#ElliotsPark-Wrapper .lstNav li {display:inline;margin-right:18px}
#ElliotsPark-Wrapper .lstNav li.last {margin-right:0}

#ElliotsPark-Wrapper .box {width:720px; background-color:ffffff;}
#ElliotsPark-Wrapper .boxContent {background:#aeddfb;padding:0 12px}
#ElliotsPark-Wrapper .txtImgHeading {display:block;margin:0 auto;padding:10px auto 7px auto}
#ElliotsPark-Wrapper .txtHeading {font:bold 16px 'trebuchet ms';color:#2a4174;text-align:center;padding-bottom:18px}
#ElliotsPark-Wrapper .txtHeading a {color:#2a4174}
#ElliotsPark-Wrapper .txtBody {font:13px arial;color:#333}
#ElliotsPark-Wrapper .txtAbstract {padding:0 40px 6px 40px}

#ElliotsPark-Wrapper .boxBook {border:1px solid #3facf3;background:#c3e5fc;width:693px;overflow:visible;margin-top:12px}

#ElliotsPark-Wrapper .bookInfo {margin:14px 9px}
#ElliotsPark-Wrapper .bookInfo:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
#ElliotsPark-Wrapper .bookInfo .cover {display:block;float:left;margin-right:35px}
#ElliotsPark-Wrapper .bookInfo .txtHeading {font-size:18px;color:#eb2c2c;text-align:left}
#ElliotsPark-Wrapper .bookInfo .txtBody {color:#48494a}
#ElliotsPark-Wrapper .bookInfo .button {display:block;margin-top:26px}
#ElliotsPark-Wrapper .bookInfo span {font-size:15px}

/*06/02/09*/

#wrapper {
	margin:0 auto;
	width:720px;
}

#header {
	background:url(elliotspark/play/images/headerOver.jpg);
	height:118px;
}
	#header.alt{
		height:95px;
		overflow:hidden;
	}
	
	#header a{
		display:block;
		width:100%;
		height:118px;
	}
	
	#header a:hover img{
		display:none;
	}

#content {
	background:url(elliotspark/play/images/content.jpg) repeat-y #84C7F2;
	min-height:200px;
	padding:0 30px;
}

#col1{
	border-right:1px solid #367EAF;
	float:left;
	margin:0 0 20px 0 ;
	padding:0 20px 0 0;
	width:60%;
}

#col2{
	float:left;
	padding:0 0 0 20px;
}

#footer {
	background:url(images/bottom_nav.jpg);
	height:198px;
	padding:0px 0 0 0px
}
	#footer.alt {
		background-position:center -166px;
		height:80px;
	}
	
	#footer a{
		border:none;
		display:block;
		float:left;
		height:115px;
		margin:0 15px 0 0;
		width:160px;
		
	}

hr {
	clear:both;
	visibility:hidden;
}


body {
	color:#222;
	font-family:"Helvetica Neue", Arial, sans-serif;
	}
p {
	line-height:1.4em;
	margin-bottom:15px;
}

h1, h2, h3, h4, h5 {
	color:#08293F;
	font-family:"Gill Sans", Arial, sans-serif;
	}

h1 {
	font-size:35px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 15px 0;
	text-transform:uppercase;
}

h2 {
	font-size:25px;
	font-weight:bold;
	margin:8px 0 15px 0;
	text-transform:uppercase;
}

h3 {
	font-size:20px;
}

/* - - - - - - - - - -
	Begin Links
- - - - - - - - - - */

#ElliotsPark-Wrapper a {
	border-bottom:1px solid #EEE;
	color:#EEE;
	text-decoration:none;
}

#ElliotsPark-Wrapper a:hover {
	border-bottom:1px solid #FFF;
	color:#FFF
}
