* {
	margin : 0;
	padding: 0;

}
html {
	background-image: url(../images/net-blue.png);
	background-color: #FFFFFF;
	background-position: center top;
	background-attachment: fixed;
}


body {
	background-image: url(../images/boards.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#container #nav {
	background-image: url(../images/boards.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 52px;
	padding-left: 360px;
	overflow: hidden;
}
#container #nav ul {
	list-style-type: none;
}
#container #nav li {
	height: 50px;
	display: inline;
}
#container #nav a {
	font-family: "Cooper Black", Elephant, Impact;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 0 1px 1px #000;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 2px;
	margin-left: 2px;
	height: 40px;
	float: left;
	width: 100px;
}
#container #nav a:hover {
	line-height: 50px;
	height: 50px;
}

#container #nav .home {
	background-image: url(../images/home-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#container #nav .parties {
	background-image: url(../images/parties-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#container #nav .find-us {
	background-image: url(../images/home-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#container #nav .wells {
	background-image: url(../images/wells-bg.png);
	background-position: left bottom;
}

#container #header {
	height: 152px;
	background-image: url(../images/boards.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#container #header h1 {
	display: none;
}

#container #header img {
	float: left;
	height: 120px;
}
#container #header h2 {
	font-family: "Cooper Black", Elephant, Impact;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 150px;
	text-shadow: 0 1px 1px #000;
}

#container #sub-heading {
	font-family: "Cooper Black", Elephant, Impact;
	text-align: center;
	font-size: 24px;
	color: #FFCC00;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
}
#container #gallery {
	background-image: url(../images/slideshow-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 450px;
	padding-top: 30px;
}
#container #gallery #slideshow {
	height: 400px;
	width: 600px;
	margin-left: 185px;
	background-image: url(../images/slide-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#container #content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	background-image: url(../images/content-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#container #content .col-2 {
	padding: 20px;
	float: left;
	width: 340px;
	margin-left: 13px;
	background-color: #FFFFFF;
	line-height: 22px;
	background-image: url(../images/column-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container #content h3 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
#container #content  h4 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-size: 14px;
	color: #FF0000;
	text-align: center;
	text-transform: uppercase;
}
#container #content  h5 {
	font-size: 16px;
	font-weight: bold;
	color: #990099;
	text-transform: uppercase;
}
#container #content  a {
	color: #0099FF;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	text-decoration: none;
}
#container #content a:hover {
	color: #FF0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}

#container #photo-album {
	text-align: center;
	padding: 20px;
}
#container #photo-album img {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
	border-radius: 10px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

#container #map{
	text-align: center;
	padding: 20px;
}



.clearboth {
	clear: both;
	float: none;
	height: 10px;
}
#container #content #return-to-top {
	height: 40px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 40px;
	background-image: url(../images/tab.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}
#container #content #return-to-top a {
	display: block;
}

#footer {
	font-size: 10px;
	text-align: center;
	height: 100px;
	line-height: 50px;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#footer a {
	color: #666666;
	text-decoration: none;
	border: 1px dashed #999999;
	border-radius: 7px;
	-moz-border-radius: 7px; -webkit-border-radius: 7px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer a:hover {
	color: #333333;
	background-color: #FFCC00;
}

