body {
	background-image: url(/images/main_bg.jpg);
	font-family: Georgia;
}

.clear {
	clear: both;
	height: 1px;
}

p {
	padding-bottom: 15px;	
}

.blue {
	color: #396ba6;
	font-size: 16px;
	font-weight: bold;
}

.red {
	color: #e53525;
	font-size: 18px;
	font-weight: bold;
}

.bigblue {
	color: #396ba6;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
}

#wrapper {
	position: relative;
	margin: 0 auto 30px auto;
	background-color: #e6f7ff;
	width: 950px;
	border: 5px solid #ffffff;
	padding: 0 0 15px 0;
}

#logo {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 174px;
}

#nav {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 47px;
	background-image: url(/images/nav/right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#nav ul { 
	position: relative;
	list-style: none; 
	margin: 0;
	padding: 0;
}

#nav li { 
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	height: 47px;
}

#nav a { 
	position: relative;
	display: block;
	overflow: hidden;
	text-indent:-1000em;
	height: 47px;
	z-index: 50;
}

#nav_left { background: transparent url(/images/nav/left.gif) top; width: 16px; background-repeat: no-repeat; }
#nav_home, #nav_home a { background: transparent url(/images/nav/home.gif) top; width: 73px; background-repeat: no-repeat; }
#nav_bounces, #nav_bounces a { background: transparent url(/images/nav/bounces.gif) top; width: 178px; background-repeat: no-repeat; }
#nav_challenges, #nav_challenges a { background: transparent url(/images/nav/challenges.gif) top; width: 187px; background-repeat: no-repeat; }
#nav_rides, #nav_rides a { background: transparent url(/images/nav/rides.gif) top; width: 193px; background-repeat: no-repeat; }
#nav_games, #nav_games a { background: transparent url(/images/nav/games.gif) top; width: 82px; background-repeat: no-repeat; }
#nav_foods, #nav_foods a { background: transparent url(/images/nav/fun_foods.gif) top; width: 109px; background-repeat: no-repeat; }
#nav_contact, #nav_contact a { background: transparent url(/images/nav/contact.gif) top; width: 96px; background-repeat: no-repeat; }
#nav_right { background: transparent url(/images/nav/right.gif) top; width: 16px; background-repeat: no-repeat; }

#nav_home a:hover, #nav_bounces a:hover, #nav_challenges a:hover, #nav_rides a:hover, #nav_games a:hover,#nav_foods a:hover, #nav_contact a:hover { background-position: bottom; }

#nav_home_selected { background: transparent url(/images/nav/home.gif) bottom; width: 73px; background-repeat: no-repeat; }
#nav_bounces_selected { background: transparent url(/images/nav/bounces.gif) bottom; width: 178px; background-repeat: no-repeat; }
#nav_challenges_selected { background: transparent url(/images/nav/challenges.gif) bottom; width: 187px; background-repeat: no-repeat; }
#nav_rides_selected { background: transparent url(/images/nav/rides.gif) bottom; width: 193px; background-repeat: no-repeat; }
#nav_games_selected { background: transparent url(/images/nav/games.gif) bottom; width: 82px; background-repeat: no-repeat; }
#nav_foods_selected { background: transparent url(/images/nav/fun_foods.gif) bottom; width: 109px; background-repeat: no-repeat; }
#nav_contact_selected { background: transparent url(/images/nav/contact.gif) bottom; width: 96px; background-repeat: no-repeat; }

#content {
	position: relative;
	padding: 30px;
	width: 890px;
}

#home_right {
	position: relative;
	float: right;
	width: 364px;
}

#home_left {
	position: relative;
	float: left;
	width: 490px;
	color: #616161;
	font-size: 14px;
	line-height: 18px;
}

#content_int {
	position: relative;
	padding: 30px;
	width: 890px;
	z-index: 10;
	color: #616161;
	font-size: 14px;
	line-height: 18px;
}

#content_int2 {
	position: relative;
	padding: 40px 30px;
	width: 590px;
	z-index: 10;
	color: #616161;
	font-size: 14px;
	line-height: 18px;
}

#middle {
	position: relative;
	margin: 40px auto;
	padding: 15px 20px;
	width: 260px;
	text-align: center;
	border: 3px double #d6e6ed;
	color: #9aa6ab;
	font-size: 12px;
	line-height: 15px;
}

#middle a {
	color: #9aa6ab;
		
}

#int_left {
	position: relative;
	float: left;
	width: 570px;
}

#col1 {
	position: relative;
	float: left;
	width: 275px;
}

#col2 {
	position: relative;
	float: right;
	width: 275px;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 67px;
	background-image: url(/images/footer_bg.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
}

#footer a {
	color: #fffabf;
	text-decoration: none;
}

#footer_content {
	padding: 20px 0 0 30px;
}



/**** IMAGE PREVIEW STYLES ****/

#preview{
	position: absolute;
	z-index: 200;
	border: 1px solid #a41100;
	background: #e13423;
	padding: 5px;
	display: none;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}

#preview2 {
	position: absolute;
	z-index: 200;
	border: 1px solid #a41100;
	background: #e13423;
	padding: 5px;
	display: none;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}






