body {
	margin: 0px; /* top-bottom right-left */
	padding: 0px;
	background-color: #8a6831;
	background-image: url(images/map.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center; /* Hack for IE5/Win */
}

/* HTML tag redefinitions */

p, h1, h2, h3, h4, h5, h6, li, font, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0c1c39;
}

h1 {
	display: none;
}

h2 {
	margin-top: 0px;
	color: #072f78;
}

h3 {
	font-size: 1.15em;
	color: #6a4609;
	margin: 20px 0px 8px 3px; /* top right bottom left */
}

h4 {
	font-size: 1em;
	margin: 20px 0px 5px 3px; /* top right bottom left */
}

p {
	font-size: .9em;
	line-height: 1.5em;
	margin: 0px 15px 15px 20px;  /* top right bottom left */
}

li {
	line-height: 1.5em;
	
}

dl, dt {
	line-height: 1.5em;
	margin: 15px 15px 0px 15px;  /* top right bottom left */
}

dd {
	font-size: .9em;
        margin: 0px 15px 0px 40px;
}

a { 
	color: #244bbd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #7b4600;
}

#menu p, #submenu p {
	font-size: .8em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #2a3961;
}

#menu a, #submenu a {
	text-decoration: none;
	color: #2a3961;
}
#menu a:hover, #submenu a:hover {
	text-decoration: none;
	color: #a37a38;
}

#writing img {
	border: 1px solid #000000;	
	float: left;
	margin-right: 10px;
	clear: left;
}

#content img {
        margin-right: 10px;
}

#galleries img {
        margin: 0px;   
}

#books img {
	border: 1px solid #000000;
	float: left;
	margin-right: 30px;
        margin-bottom: 10px;
	clear: left;
}

#books ul {
	margin-top: -13px;
}

#books li {
	margin-left: 35px;
}

#books h2 {
       margin-bottom: 2px;
}

font.smaller {
      font-size: 12px;
      line-height: 17px;
      margin-top: 0;
}

#subhead p {
        font-size: .8em;
	margin: 0px 0px 15px 0px;  /* top right bottom left */
	color: #4b5c79;
        font-weight: bold;
}

hr {
	width: 50%;
	margin: 25px 0px 25px 140px;
	border: 0;
	height: 2;
	color: #6a4609;
	background-color: #6a4609;
}

/* page layout and structure */

#container {
	width: 730px;
	position: relative;
	text-align:left; /* Counteract to IE5/Win Hack */
	margin: 40px auto 10px auto; /* Right and left margin widths set to "auto" to center */
	background-image: url(images/container.gif);
}

#main {
	position: relative;
	text-align:left; /* Counteract to IE5/Win Hack */
	margin: 0px auto; /* Right and left margin widths set to "auto" to center */
	width: 700px;
	background: #ebe0ba; /* #cdd5e7 */
	background-image: url(images/cobbles.jpg);
	background-repeat: no-repeat;
	border: 1px solid #1e2f4e;
}

#header {
	background: /* #fff */ url(images/header.gif) no-repeat;
	height: 120px;
}

#menu {
	position: absolute;
	left: 0px;
	top: 125px;
	width: 130px;
	text-align: right;
}

/* the following filter ensures that the main box height will encompass the length of the menu,
even when the contents of the main box aren't as long as the menu. */

/* for Mozilla/Safari/Opera */
*>#main {
 padding-top: 530px;
 min-height: 1px;
}
*>#header {
 margin-top: -530px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #main {
 height: 530px;
}
/* end filter */


#content, #books, #excerpt, #writing, #galleries {
	margin: -30px 0px 0px 150px;
}

#content, #books, #writing, #galleries {
	padding: 20px 20px 10px 25px;
}

#excerpt {
	padding: 20px 40px 10px 40px;
}

#submenu {
	float: right;
	width: 120px;
	border-left: 1px dashed #000000;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-left: 8px;
}

#copyright {
	margin: 10px auto 20px auto; /* Right and left margin widths set to "auto" to center */
	width: 700px;
}

#copyright p {
	font-size: .7em;
	margin-left: 0px;
	text-align:left; /* Counteract to IE5/Win Hack */
}

.google {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	letter-spacing: 0px;
}

.ahem {
	display: none;
}

.itemblock {
    clear: both;
    padding-bottom: 3px;
    padding-top: 3px;
}