/************************************* Content Pages ************************************ */

/**********************************/
/*   Content Page Univeral Styles  */
/**********************************/
#contentpagecontainer 
{
	width:960px; 
	height:100%;
}

#standardcontentpagecontainer
{
	width:960px;
	height:440px;
	background-image:url(/images/standardbackground.gif');
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
}

#standardcontentpagecontainer h1
{
	font-size:21px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
}

/**********************************/
/*   We Care Page                 */
/**********************************/
#wecarecontainer 
{	
	background-image:url(/images/wecarebackground.gif'); 
	height:500px; 
	width:960px;
}

#wecaretop 
{
	width:960px;
	height:60px; 
	float:left
}

#wecarebody 
{
	width:650px; 
	height:440px; 
	float:left; 
	padding-left:15px; 
	padding-right:15px; 
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
}

#wecareright 
{
	width:280px; 
	height:440px; 
	float:left
}

#adminenqcontent
{
	width:960px;
	height:100px;
	background-color:#006699;
}

/**********************************/
/*   Attraction Tickets           */
/**********************************/

#attractioncontainer 
{
	background-image:url(/images/attractionbackground.gif'); 
	height:750px; width:960px;
}

#attractionbody 
{
	width:930px; 
	height:440px; 
	float:left; 
	padding-left:15px; 
	padding-right:15px; 
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
}

#attractionbrochure 
{
	margin-top:40px;
}