*{
	margin: 0px;
	}

html {
	height: 100%;
	}

body {
	height: 100%;
	background-color: #000000;
	background-image: url(../images/bkgd.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	font-family: "Arial", Helvetica, sans-serif; 
	font-size: 10pt;
	color: #000000;
}


/******* Layout stuff *********/	
#wrapper {
	width: 850px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -35px; /* the bottom margin is the negative value of the footer's height */
	padding: 0px;
	
	}

#header {
	width: inherit;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	}
#nav {
	padding-top: 4px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	font-weight: bold;
	}
#main {
	width: inherit;
	padding: 0px;
	margin-top: 27px;
	}
.content {
	width: 76%;
	min-height: 100%;
	padding: 5px;
	margin-left: 22%;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #FFFFFF;
	background-image: url(../images/clear_dark.png);
	background-repeat: repeat;
	border: 3px solid #3C4B64;
	overflow: hidden;
	}
.content img {
	padding: 5px;
	}
.border_image {
	border: 7px solid #C0C0C0;
	padding-right: 0px;
	display: inline;
	}
#main_attraction_desc{
	padding: 0px;
	color: #FFFFFF;
	height: 300px;
	margin-left: 600px;
	}
#newsletter {
	margin-top: 5px;
	padding: 5px;
	color: #fff;
	font-size: 8pt;
	background-image: url(../images/box_bkgd.jpg);
	background-repeat: repeat-x;
	border: 3px solid #fff;
	}
#side {
	float:left;
	width: 19%;
	padding: 0px;
	margin-right: -25%;
	margin-left: 0px;
	}	
.side_content {
	width: 100%;
	color: #ffffff;
	background-image: url(../images/clear_dark.png);
	background-repeat: repeat;
	border: 1px solid #8191AD;
	padding: 5px;
	margin-bottom: 5px;
	}
.side_content img {
	border: none;
	outline: none;
}
#side a:link {
	text-decoration: underline;
	color: #00CCFF;
}


#side a:visited {
	text-decoration: underline;
	color: #00CCFF;
}

#side a:hover {
	text-decoration: underline;
	color: #00CCFF;
}

#side a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.side_available {
	border: 1px dashed #006699;
	background-color: #0099CC;
	padding: 3px;
	}

#footer {
	color: #C1C1C1;
	height: 20px;
	font-size: 8pt;	
	padding-left: 5px;
	margin-top: 10px;
	}
	
.push {
	height: 35px;
	clear: both;
	}

.error {
	min-width: 0px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 3px;
	background-color: #FFDFDF;
	border: 1px solid #FFB3B3;
	color: #000;
	}

.success{
	padding: 3px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	border: 1px solid #93C18C;
	background: #D8F4CE;
	}

.info_box{
	padding: 3px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	border: 1px solid #AEE4FF;
	background: #DDF7FF;
	}
.content_box{
	padding: 3px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	}

.orange_box{
	padding: 3px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FECE9E;
	background: #FFE6CA;
	}
.notes{
	padding: 3px;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFFF66;
	background: #FFFFCC;
	}
.gray_box {
	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	}
a:link {
	text-decoration: underline;
	color: #00CCFF;
}

a:visited {
	color: #00CCFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #CA0000;
}

a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.soldout {
	text-decoration: line-through;
	}
.headings_red {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: italic;
	font-size: 16pt;
	color: #990000;
	}
.headings_white {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: italic;
	font-size: 16pt;
	color: #FFFFFF;
	}
.headings_blue {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: italic;
	font-size: 16pt;
	color: #00CCFF;
	}


.specs_even{
	color: #000000;
	background-color: #F1F1F1;
	padding: 5px;
	}
.specs_odd{
	color: #000000;
	background-color: #CCCCCC;
	padding: 5px;
	}
	
.form-error{
	padding: 3px;
	color: #F00;
}
.form-error span{
	font-size: 8pt;
	color: #F00;
}