body {
	background: url(../bg.gif) #b1033d;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 14px verdana, arial, sans-serif;
}
#container {
	background-color: #c19f7f;
	margin: 0 auto;
	width: 790px;
	padding: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	color: #b1033d;
}
h1 a{
	color: black;
}
h1 a:hover{
	text-decoration: underline;
}
h2 {
	font-size: 13px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 10px;
}
h3 {
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 10px;
}
#banner {
	/*background: url(../jenny-on-40ozbounce.jpg) no-repeat top;*/
	height: 165px;
}
#navcontainer{
	margin: 0 auto;
	width: 790px;
}
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 0px 0 0 -1px; /* set margins as desired */
font: bold 14px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #000; /* set border COLOR as desired */
list-style-type: none;
padding: 5px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
width: 772px;
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab0 li.tab0, body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #c19f7f; /* set border color to page background color */
background-color: red; /* set background color to match above border color */
}

body#tab0 li.tab0 a, body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #c19f7f; /* set selected tab background color as desired */
color: #473c00; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 5px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 15px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #000; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #e4d1bf; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #c19f7f; /* set desired hover color */
color: #b1033d;
}
#pics a img {
	border: 1px solid black;
	float: left;
	margin:  10px 15px 50px 0;
}
a {
	color: #473c00;
	font-weight: bold;
}
a:hover {
	color: #b1033d;
}
#top img {
	padding: 0px;
	margin:  0px;
	float: left;
}
#pic {
	background: #dfc8b2;
	border: 1px dashed #473c00;
	padding: 5px;
	width: 196px;
}
#picleft {
	width: 200px;
	float: left;
	margin: 15px 0 0 80px;
	display: inline;
}
#picleft h2 {
	margin: 5px 0px 3px 0px;
	color: #b1033d;
	background: #cdb094;
	width: 190px;
}
#picleft p {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
}
#picleft .go {
	background-position:5px 3px;
	padding:0px 5px 0px 23px;
}

#picmiddle {
	width: 200px;
	float: left;
	margin: 15px 0 0 20px;
}
#picmiddle h2 {
	margin: 5px 0px 3px 0px;
	color: #b1033d;
	background: #cdb094;
	width: 190px;
}
#picmiddle p {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
}
#picmiddle .go {
	background-position:5px 3px;
	padding:0px 5px 0px 23px;
}

#picright {
	width: 200px;
	float: left;
	margin: 15px 0 0 20px;
}
#picright h2 {
	margin: 5px 0px 3px 0px;
	color: #b1033d;
	background: #cdb094;
	width: 190px;
}
#picright p {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
}
#picright .go {
	background-position:5px 3px;
	padding:0px 5px 0px 23px;
}
.go {
	background-image:url("../arrow.gif");
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding:0px 0px 0px 18px;
}
.photo {
	margin: 0px;
	position: relative;
	width: 200px;
	height: 310px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 3px;
}
.tape span {
	width: 115px;
	height: 32px;
	display: block;
	position: absolute;
	top: -13px;
	left: 30px;
	background: url(../tape2.png) no-repeat;
}
.gallery {
	list-style: none;
	margin: 0 60px;
	padding: 0;
	width: 700px;
}
.gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 200px;
	height: 300px;
	list-style: none;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}
.gallery li:hover img {
	border-color: #b1033d;
;
}
.gallery em {
	width: 102px;
	height: 24px;
	background: url(../bubble.gif) no-repeat;
	padding: 3px 0 6px;
	display: none;
	position: absolute;
	top: 0px;
	left: 65px;
	font-style: normal;
	font-size: 10px;
	text-align: center;
}
.gallery a {
	text-decoration: none;
	color: #b1033d;
}
.gallery a:hover em {
	display: block;
}

