/*

[Table Of Contents]

0- Reset
1- Global
2- Links
3- Headings
4- Header
5- Navigation
6- Middle
7- Forms
8- Extras
9- Footer

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #ff9900;
	color: #000;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
}
.right {
float: right;
}
.left {
float: left;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align:center;
}
.justify {
text-align:justify;
}
.hide {
display: none;
}
.clear {
clear: both;
}
.bold {
font-weight:bold;
}
.italic {
font-style:italic;
}
.underline {
border-bottom:1px solid;
}
.highlight {
background:#ffc;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
float:left;
margin:4px 10px 4px 0;
}
img.alignright {
float:right;
margin:4px 0 4px 10px;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
color: #000;
}
a:hover {
color: #000;
}
a:active {
color: #000;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
font: bold 2em "Times New Roman", Times, serif;
}
h2 {
font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#outer_wrapper {
	width: 940px;
	margin: 0 auto;
}
#header {
	width: 940px;
	height: 222px;
}
#nav_party {
	width: 360px;
	display: inline;
	float: left;
	height: 30px;
}
#phone {
	text-align: center;
}
#nav_tents {
	width: 357px;
	display: inline;
	float: left;
	height: 30px;
}
#zone_left {
	width: 315px;
	display: inline;
	float: left;
}
#zone_middle {
	width: 310px;
	display: inline;
	float: left;
}
#zone_right {
	width: 315px;
	display: inline;
	float: left;
}

#zone_one {
	width: 50%;
	display: inline;
	float: left;
}
#zone_two {
	width: 50%;
	display: inline;
	float: left;
}





p {
	margin-bottom: 1em;
	margin-top: 1em;
}
.head {
	font: normal normal bold 16px Arial, Helvetica, sans-serif;
	color: #000;
}
.medtext {
	font: normal normal normal 16px Arial, Helvetica, sans-serif;
	color: #000;
}
.lgtext {
	font: italic normal bold 34px Arial, Helvetica, sans-serif;
	color: #000;
}
