html, body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #000; /* #8a9; /* */
	}
	
body {
/*	border-bottom: #8584ac 7px solid; /* */
/*	background-color: #b1ccb1; /* */
	width: 730px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p { 
	font-size: 12px;
	line-height: 18px;
	}

div#temp { 
	position: absolute; 
	bottom: 30px; 
	text-align: center; 
}

h1	{
	text-indent: -9999px;
	overflow: hidden;
	margin: 0; padding: 0;
	}
	
h1 a:link, h1 a:visited {
	display: block;
	width: 100%;
	height: 51px;
	background: transparent url('/media/mhd.jpg') top left no-repeat;
	}

h1 a:hover {
	background: transparent url('/media/mhd.jpg') 0 -51px no-repeat;
	}

h2 {
	font-size: 16px;
	margin: 0; padding: 0;
	}
	
img {
	border: none;
	}

a:link, a:visited {
	color: #ccb;
	text-decoration: none;
	}

a:hover {
	color: #dfc;
	}

div#content a:link, div#content a:visited {
	color: #005;
	text-decoration: underline;
	}

div#content a:hover {
	color: #fff;
	}

div#wrap {
	border-left: #ddc 2px solid;
	border-right: #ccb 2px solid; /* */
	position: relative; /* needed for footer positioning*/
	padding: 0;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
/*	background: transparent; /* url('/betseyrice.com/media/bgwrap.jpg') repeat-y; /* */
	background: transparent url('/media/wbg.jpg') no-repeat; /* */
	}

div#content {
	padding: 25px 25px 0;
	min-height: 500px;
/*	background: #b1ccb1 url('/betseyrice.com/media/cbg.jpg') no-repeat; /* */
	margin: 0 0 0 160px; /* center, not in IE5 */
	}

div#nav {
	color: #ddc;
	float: left;
	text-align: left;
	margin: 0; padding: 0;
	background-color: #243f5d;
	width: 160px;
	min-height: 500px; /* */
	border: none;
	}
div#nav ul {
	margin: 0 0 20px; padding: 0;
	list-style: none;
}
div#nav li {
	line-height: 2em;
}	

div#nav h4 {
	padding-left: 10px;
	}
	
table#thumbs {
	text-align: center;
	}
table#thumbs tr.images {
	height: 200px;
	vertical-align: middle;
	}
table#thumbs tr.captions {
	font-size: 12px;
	height: 30px;
	}

table#thumbs td {
	text-align: center;
	width: 250px;
	}

table#image tr.images td {
	width: 500px;
	text-align: center;
	}

div#content img.left {
	float: left;
	margin: 0 20px 20px 0;
	}

div#content img.right {
	float: right;
	margin: 0 0 20px 20px;
	}
	
div#push {
	height: 34px;
	}
	
div#footer {
	clear: both;
	text-align: center;
	width: 100%;
	height: 24px;
	position: absolute; /* */
	margin: 0 auto;
	border-top: #888 1px solid;
	border-bottom: #243f5d 6px solid;
	background-color: #243f5d;
	font-size: 10px;
	bottom: 0; /* stick to bottom */
	}
div#footer p { color: #996; font-size: 10px; }

.italic {
	font-style: italic;
	}

.bold {
	font-weight: bold;
	}

.pink {
	color: #cc99cc;
	}

.dkblue {
	color: #333366;
	}

.alert {
	color: #ffc; /* yellowish */
	}

input {
	margin: 0 3px;
	padding: 1px;
	}
	
.form_text, .input_text {
	color: #003;
	}

.form_text {
	text-align: right;
	}

.error {
	color: #f00;
	}
	
li.gal {

	font-style: italic;
	margin-left: 2em;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	}

/* These next two are required for the slideshow xfade2.js script */

div#imageContainer {
	height: auto;
	width: 460px;
	text-align: center;
}
div#imageContainer img {
	display: none;
	position: absolute;
	border: #057 1px solid;
	width: 515px; /* */
	height: auto;
	top: 100px;
	margin: 0; padding: 0;
	}
div#imageContainer h2 {
	font-size: 15px;
	color: #024;
	display: none;
	width: 500px;
	height: 20px;
	position: absolute;
	top: 55px;
	text-align: center; 
} /*
div#imageContainer input {
	position: absolute;
	top: 525px;
} */
img#playpause {
	position: absolute;
	top: 60px;
	left: 200px;
}
