@import "sprites.css";

* {
	margin: 0;
	padding: 0;
	}

html, body { width: 100%; }
	
body
{
	font: 75%/1.4em Tahoma, Georgia, sans-serif;
	color: #454015;
	background: #737A36 url(/images/mountain-park/cliffs_mtn_prk_body_bkgrd_tile.gif) repeat-x 0 86px;
}

#navigation
{
	width: 1014px;
	height: 75px;
	margin: 0 auto;
}

#toptile
{
	height: 11px;
	width: 100%;
	overflow: hidden;
	background: transparent url(/images/mountain-park/cliffs_mtn_prk_bar_top.gif) repeat-x top left;
}

#flashcontent
{
	float: left;
	width: 560px;
	height: 378px;
	}

#container
{
	height: 378px;
	width: 1004px;
	white-space: nowrap;
	overflow: hidden;
}

#content
{
	width: 377px;
	height: 338px;
	padding: 20px;
	float: left;
	text-align: justify;
	overflow: auto;
	white-space: normal;
	}

#bottomtile
{
	height: 11px;
	width: 100%;
	background: transparent url(/images/mountain-park/cliffs_mtn_prk_bar_bottom.gif) repeat-x top left;
}


#promos
{
	width: 958px;
	margin: 0 auto;
	white-space: nowrap;
	padding-top:10px;
	}

#promos a, img
{
	float: left;
	}


a#explore 
{
	width: 228px;
	height: 111px;
	display: block;
	padding-right:13px;
	background: transparent url(/images/mountain-park/cliffs_mtn_prk_promo_explore_a.gif);
	background-repeat:no-repeat;
}

a:hover#explore 
{
	background: transparent url(/images/mountain-park/cliffs_mtn_prk_promo_explore_b.gif);
	background-repeat:no-repeat;
}

a#gary 
{
	width: 228px;
	height: 111px;
	display: block;
	padding-right:13px;
	background: transparent url(/images/mountain-park/cliffs_mtn_prk_promo_gary_player_gc_a.gif);
	background-repeat:no-repeat;
}

a:hover#gary
{
	background: transparent url(/images/mountain-park/cliffs_mtn_prk_promo_gary_player_gc_b.gif);
	background-repeat:no-repeat;
}

a#contact
{
	width: 228px;
	height: 111px;
	display: block;
	padding-right:13px;
	background: transparent url(/images/mountain-park/cliffs_mtn_prk_promo_contact_a.gif);
	background-repeat:no-repeat;
}

a:hover#contact
{
	background: transparent url(/images/mountain-park/cliffs_mtn_prk_promo_contact_b.gif);
	background-repeat:no-repeat;
}


a#faq
{
	width: 196px;
	height: 139px;
	display: block;
	background: transparent url(/images/mountain-park/cliffs_mtn_prk_promo_faq_b.gif);
}

a:hover#faq
{
	background: transparent url(/images/mountain-park/cliffs_mtn_prk_promo_faq_a.gif);
}

#footer
{
	clear: both;
	margin: 0 auto;
	padding: 1em 0 0;
	text-align: center;
	font-size: .8em;
	color: #B9BD9C;
	}

#footer a {
	color: #B9BD9C;
	}
	
#footer span
{
	padding: 0 20px;
	}
	
p {
	margin: 0 0 1em;
	}
