html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-color: #0a0a0a;
	}

#container {

	width: 980px;
	height: auto;
	margin: 0 auto;
	border-right: 2px solid #000;
	border-bottom: 2px solid #090909;
	}

#header {
	background-image: url('png/header-background.png');
	width: 980px;
	height: 136px;
	margin: 0 auto;
	}

#menu {
	background-image: url('png/menu-background.png');
	width: 980px;
	height: 64px;
	margin: 0 auto;
	border-bottom: 4px solid white;
	}

#menu ul {
	padding-top: 15px;
	text-align: center;
	color: #fbf7ee;
	}

#menu ul li {
	list-style-type: none;
	display: inline;
	padding: 10px;
	font: 18px "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-transform: lowercase;
	}

#menu ul li a {
	text-decoration: none;
	color: #fbf7ee;
	border: none;
	}

#menu ul li a:hover {
	color: #fbf7ee;
	border-bottom: 1px dotted #9d6862;
	}

#content {
	background-image: url('png/content-background.png');
	background-repeat: repeat-x;
	background-color: #fbf7ee;
	width: 980px;
	margin: 0 auto;
	min-height:1230px;
	height:auto !important;
	}

#content a {
	color: #000;
	}

#content a:visited {
	color: #000;
	}

#landing-left {
	width: 425px;
	float: left;
	padding: 25px;
	}

#landing-right {
	width: 425px;
	float: right;
	padding: 25px;
	}

h1.landing {
	font: bold 16px "Times New Roman", Times, serif;
	padding: 5px;
	border-bottom: 2px solid #d1cebd;
	width: 300px;
	}

p.landing {
	font: 12px 'Helvetica Neue', Helvetica, sans-serif;
	padding: 5px;
	}

#holiday {
	background-image: url('jpg/fireworks.jpg');
	background-repeat: no-repeat;
	width: 310px;
	height: 310px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	z-index: -99999;
	}

#interior {
	background-color: #fbf7ee;
	width: 70%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 50px;
	}

h1.interior {
	font: bold 16px "Times New Roman", Times, serif;
	padding: 5px;
	border-bottom: 2px solid #d1cebd;
	}

p.interior {
	font: 12px 'Helvetica Neue', Helvetica, sans-serif;
	padding: 5px;
	}

ul.interior {
	font: 12px 'Helvetica Neue', Helvetica, sans-serif;
	padding: 5px;
	margin-left: 50px;
	}

#footer {
	background-image: url('png/menu-background.png');
	width: 980px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: right;
	border-top: 4px solid white;
	font: 9px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #9d6862;
	clear: both;
	}

#footer ul {
	text-transform: uppercase;
	padding: 5px;
	}

#footer ul li {
	list-style-type: none;
	display: inline;
	padding: 2px;
	font: 9px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}

#footer ul li a {
	color: #9d6862;
	border: none;
	}

/* jQuery stuff */
.pics {
	height: 350px;
	width: 432px;
	padding:0;
	margin:0;
	overflow: hidden;
	margin: 0 auto;
	}

.pics img {
	height: 275px;
	width: 400px;
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee;
	top:0; left:0
	}

.pics img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

#accordion-wrapper {
	width: 684px;
	margin-left: auto;
	margin-right: auto;
	}

.accordion-button {	
	width: 684px;
	height: 20px;
	border-bottom: 1px dotted #000;
	cursor: pointer;
	font: 11px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-style: italic;	
	}
	
.accordion-content {	
	width: 684px;
	background-color: #fbf7ee;
	display: none;
	font: 11px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}

.accordion-content li {
	list-style-type: none;
	padding-bottom: 10px;
	}
