body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	color: #333;
	background: #fff9d8 url(../pix/marybg.jpg) 0 0 no-repeat;
}

body * {
	margin: 0;
	padding: 0;
}

div#logos {
	position: absolute;
	top: 40px;
	right: 10px;
}

div#pagehead {
	position: absolute;
	top: 40px;
	left: 220px;
	letter-spacing: -0.1em;
	z-index: 2;
}

h1 {
	font-weight: normal;
	font-size: 28px;
	color: #060;
}

h2 {
	margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #006;
}

h3 { font-size: 117%; }
h4 { font-size: 104%; }
h5 { font-size: 100%; }
h3, h4, h5 {
	margin-top: .5em;
	font-weight: bold;
	color: #006;
}

a {
	color: #d93036;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a:visited { color: #d93036; }

p { margin-top: .5em; }

.first { margin-top: 0; }

.edit { color: #c0c; }

img { border: 0; }

div#outerbox {
	position: absolute;
	top: 160px;
	left: 110px;
	right: 84px;
}

div#innerbox {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	padding: 4px;
	background: #f3ebc0;
}

div#content {
	position: relative;
	background: white;
	margin: 0;
	padding: 30px;
	border: solid #d93036 1px;
	line-height: 1.25;
}

div#text {
	position: relative;
	overflow: auto;
}

#text p, td, dt, dd { font-family: Georgia, serif; }
div#form { padding: 5px; }

div#flags {
	position: relative;
	clear: right;
	float: right;
}
div.flag {
	position: relative;
	float: right;
	margin: 0 0 10px 10px;
}

#text blockquote {
	margin-left: 40px;
	margin-right: 40px;
}

table {
	border: 0;
	margin: 5px;
}
td { padding: 1px 0; }
tr td:first-child {
	text-align: right;
	padding: 0 5px;
}
.req { font-weight: bold; }

#text ul {
	font-family: Georgia, serif;
	list-style: url(../pix/tilde.gif) inside;
	padding-left: 2em;
}

.imleft, .imright {
	position: relative;
	border: 1px solid #d93036;
	padding: 0;
}
.imleft {
	clear: left;
	float: left;
	margin: 8px 15px 8px 0;
}
.imright {
	clear: right;
	float: right;
	margin: 8px 0 8px 15px;
}
.imfirst {
	margin-top: 0;
}
.imleft img, .imright img {
	display: block;
}
.noclear {
	clear: none;
}

div#footer {
	margin: 16px 5px;
	font-size: 85%;
	color: #060;
	text-align: right;
}

div#photobar {
	float: left;
	margin: 25px 20px 20px -145px;
	border: solid #d93036;
	border-width: 2px 2px 2px 0;
	width: 100px;
	background: #f3ebc0;
	padding: 9px 9px 4px 9px;
}

.tinypic {
	position: relative;
	margin-bottom: 5px;
	border: 0;
	padding: 0;
	display: block;
}

div.menu {
	float: right;
	width: 18%;
	margin: 0 -119px 20px 20px;
	border: solid #d93036;
	border-width: 2px 0 2px 2px;
	padding: 8px 0 8px 8px;
	background: #f3ebc0;
}

div.menu a:hover { text-decoration: none; }

div.menu ul {
	font-size: 90%;
	width: 100%;
}

#content .menu ul {
	padding-left: 0;
}

div.menu li {
	margin: 0;
	border-top: 1px dotted #d93036;
	font-family: Verdana, sans-serif;
	list-style: none;
	list-style-image: none;
	line-height: 1.1em;
}

div.menu li:first-child { border-top: 0; }

div.menu li a {
	font-weight: normal;
	display: block;
	padding: 0.2em 0.1em 0.2em 0.2em;
	text-decoration: none;
}
div.menu li a:hover {
	color: #fff9d8;
	background-color: #f8888c;
}

div.submenu ul {
	font-size: 95%;
	width: 100%;
	list-style: none;
	list-style-image: none;
	line-height: 1.1em;
}

div.submenu li {
	padding-left: 0.6em;
	margin: 0;
	border-top: 1px dotted #d93036;
}
div.submenu li:first-child { border-top: 1px dotted #d93036; }

div.menu .path {
	font-weight: bold;
}

div.menu .in {
	color: #f8888c;
}

div.menu .in:hover {
	color: #f8888c;
	background: #f3ebc0;
}

/* contact form */
#talkbody, #enqbody {
	display: none;
}
