body {
	color: #000000;
	background-color: #b75c00;
	font: .8em/1.6em verdana, helvetica, arial, sans-serif;
	text-align: center;
	margin: 0px;
}

div.contentholder {
	margin: 100px auto;
	padding: 3em;
	width: 65%;
	text-align: left;
	border: 6px ridge #e5c9ab;
	color: #000000;
	background-color: #e5c9ab;
}

h1 {
	font-size: 2.6em;
	line-height: 100%;
	font-weight: bold;
	color: #852b85;
	background-color: transparent;
}

div.sidemenu {
	float: left;
	width: 174px;
	padding: 4px 0 4px 8px;
	margin: 10px 20px 10px 0;
	color: black;
	padding-top: 10px;
	background-color: #B59F86;
	border: 4px ridge #726455;
	display: block;
	font: 56px/66px verdana, arial, helvetica, sans-serif;
	text-align: center;
}

div.sidemenu ul {
	padding: 0;
	margin: 0;
	border: 0;
	font: 56px/56px verdana, arial, helvetica, sans-serif;
	text-align: center;
}

div.sidemenu li {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	height: 62px;
	width: 170px;
	font: 56px/56px verdana, arial, helvetica, sans-serif;
	text-align: center;
	color: black;
	background-color: transparent;
}

div.sidemenu img.clear {
	height: 56px;
	width: 170px;
	border: 0;
}

div.sidemenu ul li img {
	height: 56px;
	width: 170px;
}

div.sidemenu a {
	border: 0;
	height: 56px;
	width: 170px;
	color: black;
	background-color: transparent;
                background-repeat: no-repeat; 
}

/* sidemenu rollovers */
a#widow:link, a#widow:visited {
	background-image: url(smbuttons/widowoff.gif);
}
a#widow:hover {
	background-image: url(smbuttons/widowhov.gif);
}
a#widow:active {
	background-image: url(smbuttons/widowact.gif);
}

a#prince:link, a#prince:visited {
	background-image: url(smbuttons/princeoff.gif);
}
a#prince:hover {
	background-image: url(smbuttons/princehov.gif);
}
a#prince:active {
	background-image: url(smbuttons/princeact.gif);
}

a#rosemarie:link, a#rosemarie:visited {
	background-image: url(smbuttons/roseoff.gif);
}
a#rosemarie:hover {
	background-image: url(smbuttons/rosehov.gif);
}
a#rosemarie:active {
	background-image: url(smbuttons/roseact.gif);
}
	
a#utopia:link, a#utopia:visited {
	background-image: url(smbuttons/utopiaoff.gif);
}
a#utopia:hover {
	background-image: url(smbuttons/utopiahov.gif);
}
a#utopia:active {
	background-image: url(smbuttons/utopiaact.gif);
}
	
a#ida:link, a#ida:visited {
	background-image: url(smbuttons/idaoff.gif);
}
a#ida:hover {
	background-image: url(smbuttons/idahov.gif);
}
a#ida:active {
	background-image: url(smbuttons/idaact.gif);
}
	
a#mikado:link, a#mikado:visited {
	background-image: url(smbuttons/mikoff.gif);
}
a#mikado:hover {
	background-image: url(smbuttons/mikhov.gif);
}
a#mikado:active {
	background-image: url(smbuttons/mikact.gif);
}	
	
a#more:link, a#more:visited {
	background-image: url(smbuttons/moreoff.gif);
}
a#more:hover {
	background-image: url(smbuttons/morehov.gif);
}
a#more:active {
	background-image: url(smbuttons/moreact.gif);
}
	
a#home:link, a#home:visited  {
	background-image: url(smbuttons/homeverdoff.gif);
}
a#home:hover, a#home:active {
	background-image: url(smbuttons/homeverdon.gif);
}
/* end sidemenu rollovers */
	
a:link {
	color:#852b85;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #660000;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

div.maintext {
	top: 3em;
	margin: 2em 2em 2em 0;
	text-align: left;
	color: black;
	background-color: transparent;
	font-size: 1em;
	line-height: 1.5em;
}

p#first:first-line {
	font-weight: bold;
}

.floatgeorgeleft {
	float: left;
	width: 200px;
	text-align: center;
	font-size: .9em;
	font-style: italic;
	line-height: 110%;
	background-color: transparent;
	color: #934824;
	margin: 0 10px 10px 0;
}

img.geobuncor {
	margin: 6px 0 4px 0;
	border-style: solid;
	border-width: 1px;
	border-color: #660000;
	width: 200px;
	height: 150px;
}

.showurl {
	display: none;
}

.hidehere {
	display: inline;
}

.notice { /* accessibility notice */
	background-color: transparent;
	color: #934824;
	font-size: 1em;
	font-weight: bold;
	margin: 60px 0 40px 0;
}

.gallery {
	margin: 2em auto;
	text-align: center;
}

.galleryleft {
	margin: 2em auto;
	text-align: left;
}

div.gallery img#maids {
	width: 100%;
}

img.picstyle { /* could not get these borders to display properly cross-browser using shorthand property */
	border-top-style: none;
	border-right-style: solid;
	border-right-color: gray;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
	border-bottom-width: 1px;
	border-left-style: none;
	padding: 0;
	margin: 0 0 4px 0;
}

.portrait {
	float: left;
	width: 280px;
	margin: 0 20px 50px 0;
	text-align: right;
	padding: 0;
}

.landscape {
	float: left;
	width: 410px;
	margin: 0 15px 50px 0;
	padding: 0;
	text-align: left;
}

ul.piccaption {
	list-style-type: none;
	text-align: right;
	padding: 0;
	margin: 0;
	font-weight: bold;
	line-height: 110%;
	background-color: transparent;
	color: #934824;
}

.piclinksholder{
	float: right;
	width: 84px;
	height: 290px;
	margin: 0 0 0 5px;
	padding: 0;
}

ul.piclinks {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: .9em;
	text-align: left;
	line-height: 110%;
	background-color: transparent;
	color: #000000;
}

hr {
	clear: both;
	width: 100%
}

div.bottomnav {
	margin: 1em auto;
	width: 80%;
	text-align: center;
}

div.bottomnav ul{
	margin: 0;
	padding: 0;
}

div.bottomnav ul li {
	display: inline;
	list-style-type: none;
	padding: 0 1em 0 0;
}

div.validation {
	text-align: right;
	padding: 2em 0 0 0;
	margin: 0;
}

div.validation img {
	margin-left: 1em;
	border: 0;
	width: 88px;
	height: 31px;
}

div.printfooter {
	display: none;
}

div.clearfloats {
	clear: both;
}
.copyright {
	font-size: .7em;
	margin: 0pt 0 10pt 0;
	text-align: left;
}

/*-- the styles below control the popup windows */

img.poppic { /* could not get these borders to display properly cross-browser using shorthand property */
	border-top-style: solid;
	border-top-color: #660000;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #660000;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	border-bottom-width: 2px;
	border-left-style: solid;
	border-left-color: #660000;
	border-left-width: 1px;
	display: inline;
	margin: 20px;
}
p.poppara {
	margin: 20px auto 0;
	text-align: center;
	padding: 0;
}


