* {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img, a img, table {
	border:none;
}
a, #content a {
	color:#00F;
}
a:hover, #content a:hover {
	color:#F00;
}
#wrap {
	background:url(images/wrap_bg.gif) repeat-y #F9F3DB;
}
#header {
	height:100px;
	background:url(images/header_bg.jpg);
}
/* Nav */
#nav {
	width:160px;
	float:left;
	padding:20px 5px 0 6px;
}
#nav img {
	margin-bottom:6px;
}
#nav #nav5 {
	margin-bottom:12px;
}
#breckenridge img, #st.helens img {
	display:block;
	margin:32px auto 0 auto;
}
#breckenridge span, #st.helens span {
	font-size:10px;
	text-decoration:underline;
	display:block;
	text-align:center;
}
#st.helens span {
	font-size:16px;
}
/* Content */
#cover, #content {
	width:580px;
	float:left;
	padding:17px 5px 10px 5px;
}
#cover p {
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content p, #cover p {
	margin:1em 0;
}

#newLocation {	
	text-align:center;
	margin:10px auto;
	padding:10px;
	width: 408px;
	/*
	color:#C00;
	font-weight:bold;
	font-size:18px;
	border:1px solid #C00;
	width: 60%;
	*/
}

#newLocation span {
	font-size:24px;
}

/* Footer */
#footer {
	clear:both;
	height:100px;
	background:#92A58F;
	border-top:1px solid #526b4b;
	border-bottom:1px solid #526b4b;
	color:#060;
	text-align:center;
	letter-spacing:1pt;
	font-weight:bold;
}
#footer div {
	float:left;
	position:relative;
	width:33%;
}
#footer div.left, #footer div.right {
	top:8px;
}

#footer div.left span.location, #footer div.right span.location {
	font-size:18px;
}

#footer div.center {
	top:25px;
	font-size:18px;
}
#footer a {
	color:#033;
}
#footer a:hover {
	color:#000080;
}
/* Special Classes and IDs */
.left {
	float:left;
}
.right {
	float:right;
}
p.right {
	text-align:right;
}
p.center {
	text-align:center;
}
img.center {
	display:block;
	margin:0 auto;
}
.contactheader {
	display:none;
}
.BrowseBox1, hr {
	margin:3px auto;
}
#content td p {
	margin:0;
} 