* {
	padding: 0;
	margin: 0;
	/*z-index:0;*/
}

* :focus { outline: 0; }

html {
	background-color: #410b08;
	height: 100%;	/* This would force the scrollbar to always appear */
	margin-bottom: 0.1em;
	color: #FFFFFF;
}

#body{
position:relative;
}

#top-bar{
	width:100%;
	height:12px;
	background-image: url(images/bg-top_bands.gif);
	background-repeat: repeat-x;
	background-position: top;
	z-index:90;
	position:relative;
	left:0px;
	top:0px;

}

.text-test {
	font-size: 18px;
	color: #006600;
	margin: 50px;
}

#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-10px;
	position:relative
}

#logo {
	height: 175px;
	width: 150px;
	position: relative;
	top: -10px;
	float:none;
	z-index: 9;

}
#headerboxes{
	height: 30px;
	width: 500px;
	float: left;
	position: relative;
	margin-left: 150px;
}

#boxesright {
	width: 50px;
	margin-top: 26px;
	background-color: #CCCCCC;
	float: right;
	position: relative;
}

/* Needed to create a class below div level to get padding on navigation right (affecting words and not block container)
Must be applied individually to each link */
.nav-links {
	padding-right: 10px;
	padding-left: 10px;
}

.150clear {
	width:150px;
	clear:both;
}

#nav-wrapper {
	width: 150px;
	float: left;
	position: relative;
	top: -5px;
	z-index: 10;
}

#nav-wrapper p {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 0.8em;
	color: #FFFFFF;
}

#nav-wrapper li a {
	color: #FFFFFF;
	height: 30px;
	display: block;

	text-decoration: none;

}
#nav-wrapper li a:link {}
#nav-wrapper li a:visited {}

#nav-wrapper li a:hover {
	color: #f4ab06;
	height: 30px;
	display: block;
	text-decoration: none;

}

#nav-wrapper li a:active {}

/* targets main list */
#nav-wrapper ul li {
	list-style-type: none;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 0.7em;
	text-align: right;
	line-height: 2.4em;
	letter-spacing: 0.1em;
	background-image: url(images/bg-nav-line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}



/* targets sublist (whole container) */
#nav-wrapper ul li ul {
	display: none;
}

/* targets sublist (individual items- for background, etc) */
#nav-wrapper ul li ul li {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 150px;
	left: 150px;
	top: -30px;
	text-align: left;
	background-color: #240301;
	background-image: url(images/bg-subnav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#nav-wrapper li:hover ul {
	display: block;
	height: 0px;

}

#maincontent{
	width: 500px;
	min-height: 460px;
	float: left;
	background-image: url(images/bg-content.gif);
	position:relative;
}

.content-bottom{
	position: relative;
	width: 500px;
	padding-right: 0px;
	right: 4px;
}

.home-image {
	margin: 40px;
}

.food-image{
	z-index: 15;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#about-wrapper{
	background-image: url(images/about-divider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.7em;
	color: #FEB60C;
	line-height: 2em;
}

#about-wrapper a {
	text-decoration: none;
	color: #FFFFFF;
}
#about-wrapper a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#about-wrapper a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#about-wrapper a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#about-wrapper a:active {	text-decoration: none;
	color: #FFFFFF;
}

.about-top{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a7b805;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#about-bottom{
	width: 220px;
	padding-left: 10px;
	color: #CBB605;
	float: left;
}

#about-info{
	width: 200px;
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*
p.about-info,
h1.about-info,
h2.about-info,
h3.about-info {	font-family: Georgia, "Times New Roman", Times, serif;}*/

#about-wrapper h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #FFFFFF;
}


#event-intro {
	width: 480px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	position:relative;
}

input.textbox {
	background-image: url(images/bg-textbox.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #310705;
	border: 1px solid #633405;
	width: 250px;
	margin-bottom: 10px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: normal;
}

textarea.textbox{
	background-image: url(images/bg-textbox.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #310705;
	border: 1px solid #633405;
	width: 250px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: normal;
}

/* Giving some space between submit, reset buttons */
input.button{margin-right: 20px;}

.form-wrapper{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFA705;
	font-weight: normal;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	}

#footer{
	width: 500px;
	float: right;
	margin-right: 50px;
}

#footer p {
	color: #b0bd05;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	padding-top: 17px;
	margin: 0px;
	text-align: right;
}

/* taking care of email link on footer */
#footer p a {}
#footer p a:link {color: #b0bd05; text-decoration: none;}
#footer p a:visited {color: #b0bd05;text-decoration: none;}
#footer p a:hover {text-decoration: underline;color: #b0bd05;}
#footer p a:active {text-decoration: none;color: #b0bd05;}

#footer img{
	float: right;
	padding-top: 10px;
	padding-left: 10px;
}

#bottomline{
	background-color: #0000CC;
	height: 10px;
	bottom: 0px;
	width: 100%;
	position: absolute;
}

#gallery-wrapper {
	position: relative;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}

#gallery-wrapper a img {
	margin: 5px;
	border: 1px solid #77231e;
	list-style-type: none;
}

#gallery-wrapper a:link img,
#gallery-wrapper a:visited img {
	border: 1px solid #77231e;
	list-style-type: none;
}
#gallery-wrapper a:hover img {
	border: 1px solid #FFA705;
	list-style-type: none;
}
#gallery-wrapper a:active img {
	border: 1px solid #77231e;
	list-style-type: none;
}

#gallery-wrapper ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	list-style-type: none;

}
