* { padding: 0; margin: 0; }

body {
	margin: 0px;
	background-color: #ec9644;
}

a img {
border:none
}

#container {
	height: auto;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-repeat: repeat-y;
	background-position: left 213px;
	background-image: url(images/site_bg.jpg);
}

#nav {
	font-family: "Century Gothic", "Lucida Grande", Arial;
	font-size: 1em;
	width: 740px;
	background-color: #f8d9bd;
	font-weight: bold;
	padding-left: 20px;
	overflow: hidden;
	padding-bottom: 0px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

#nav li {
	display: inline;
	float: left;
}

#nav li a:link, #nav li a:visited {
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #581401;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6A69C;
}
#nav li a:hover {
	background-color: #FF9933;
	color: #FFFFFF;
}

#left {
	width: 138px;
	height: 1250px;
	margin-top: 28px;
	float: left;
	color: #333333;
	padding-bottom: 10px;
	margin-left: 20px;
	font-family: "Courier New", Courier, monospace;
	clear: left;
}

.tapeheader {
	margin-top: 10px;
	width: 502px;
}
.content {
	width: 502px;
	display: inline;
	float: left;
	margin-left: 50px;
}
.contentboxes {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-family: "Courier New", Courier, monospace;
	color: #5d3107;
	font-size: 10pt;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	width: 460px;
}

.contentboxes a:link, .contentboxes a:visited {
	color: #5d3107;
	text-decoration: none;
	font-weight: bold;
}

.contentboxes a:hover {
	color: #EC760E;
	font-weight: bold;
}
#clearboth {
	clear: both;
	height: 30px;
}

#brunch {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
}
#brunch2 {
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	line-height: 16px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(images/boogmini3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 100px;
	padding-left: 10px;
	font-size: 10pt;
}
#gallery {
	width: 502px;
	display: inline;
	float: left;
	margin-left: 50px;
	border: thin solid #FF00CC;
	margin-top: 28px;
}

#footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	color: #000000;
	text-align: right;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}
#footer a:hover {
	color: #FFFFFF;
}
.images {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative;
	height: 575px;
	padding-top: 43px;
	padding-left: 30px;
}

.thumbnail img{
    border: 1px solid #FFFFFF;
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #FFFFFF;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial;
	border: 1px none #333333;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 43px;
	left: 300px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	width: 356px;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.4em;
	color: #5d3107;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}
h2 {
	color: #5d3107;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	font-weight: normal;
}

h3 {
	font-family: "Courier New", Courier, monospace;
	color: #5d3107;
	font-size: 1em;
	font-weight: normal;
}
.tablestyle2 {
	font-size: 0.9em;
	width: 425px;
	margin-left: 7px;
	line-height: 14pt;
}
h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	color: #5d3107;
}
#brunch {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
}
#brunch2 {
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	line-height: 16px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(images/boogmini3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 100px;
	padding-left: 10px;
	font-size: 10pt;
}
.tablestyle {
	text-align: left;
	vertical-align: top;
	line-height: 18px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
}
#header {
	height: 199px;
}
#clear {
	clear: both;
}
