@charset "utf-8";
/* CSS Document */
body
{
	background-image:url(images/template/body-background-1.jpg);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}
.travelheader
{
	font-family:"Monotype Corsiva", "Comic Sans MS";
	font-style:italic;
	font-weight:bold;
}
blockquote
{
	font-weight:bold;
	font-style:italic;
	font-size:12px;
}
h1
{
	text-align:left;
	font-size:24px;
}
h2
{
	background-image:url(images/super-8-background.jpg);
	font-size:18px;
}
h3
{
	font-size:12px;
}
p
{
	font-size:12px;
}
iframe
{
	border-style:none;
}
.tableclass
{
	border-style:groove;
	border-width:medium;
}
#kids
{
	font-family:"Comic Sans MS","Monotype Corsiva", Arial;
	color:#FF00FF;
}
#container
{
	width:908px;
	margin-left:auto;
	margin-right:auto;
	top:0px;
}
#season /* This one does not work in Firefox. You have to use #season1 below to get it to work in Firefox and IE */
/* The problem was with centering an absolute positioned div */
{
	width:908px;
	height:300px;
	background-image:url(images/scenery/season-summer.gif);
	background-repeat:no-repeat;
	top:70px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	z-index:100;
}
#season1
{
	/* background-image:url(images/scenery/season-summer.gif); */
	/* background-image:url(images/scenery/season-fall.gif); */
	/* background-image:url(images/scenery/season-spring.gif); */
	background-image:url(images/scenery/season-winter.gif);
	background-repeat:no-repeat;
	width:374px;
	height:300px;
	position:absolute;
	top:70px;
	left:50%;
	margin-left:35px;
	z-index:100;
	/* This is the ONLY way to center an absolute positioned DIV in Internet Explorer and Firefox!!!! */
}
#top
{
	width:100%;
	height:129px;
	margin:0px;
	padding:0px;
}
#middleleft
{
	width:213px;
	height:396px;
	float:left;
	margin:0px;
	padding:0px;
}
#middleright
{
	width:695px;
	height:396px;
	float:right;
	position:relative;
	background-image:url(images/scenery/middle-right.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
#header
{
	width:100%;
	height:85px;
	background-image:url(images/scenery/header.jpg);
	clear:both;
	margin:0px;
	padding:0px;
}
#headercontent
{
	padding-left:55px;
}
#content
{
	background-image:url(images/scenery/middle-content.jpg);
	background-repeat:repeat-y;
	width:100%;
	clear:both;
	margin:0px;
	padding:0px;
}
#contentcontent
{
	width:690px;
	padding-left:70px;
	padding-right:70px;
}
#bottom
{
	background-image:url(images/scenery/bottom.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:277px;
	margin:0px;
	padding:0px;
}
#bottomcontent
{
	width:690px;
	margin-left:70px;
}
#bottomlinks
{
	text-align:center;
}
#bottomlinks a
{
	color:#CCCCCC;
}
#rssbox
{
	float:left;
	width:220px;
	height:300px;
	padding-bottom:5px;
	padding-right:5px;
	padding-top:5px;
	padding-left:0px;
}