body {
	margin: 0px; /* top-bottom right-left */
	padding: 0px;
	background-color: #003333;
	background-image: url(../backgrounds/background_waittillhelen.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: #ccccee;	*/
	color: #EEEEFF;
}

td {
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ccccee;
}
td a { 
	color: #FFFFFF;
	text-decoration: none;
}
td a:hover {
	text-decoration: underline;
}

td a:visited {
	color: #ccccee;
}


h1 {
	display: none;
}

h2 {
	margin-top: 0px;
	color: #9999cc;
}

h3 {
	font-size: 1.15em;
	color: #9999cc;
	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: .8em;
	line-height: 1.5em;
	margin: 0px 15px 15px 20px;  /* top right bottom left */
}

li {
	font-size: .9em;
	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: #CCFFCC;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#menu p, #submenu p {
	font-size: .8em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #EEEEFF;
}

#menu a, #submenu a {
	text-decoration: none;
	color: #CCFFCC;
}
#menu a:hover, #submenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#writing img {
	border: 1px solid #FFFFFF;	
	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: 900px;
	position: relative;
	text-align:left; /* Counteract to IE5/Win Hack */
/*	margin: 40px auto 10px 240; */
	margin: 40px auto 10px auto; /* Right and left margin widths set to "auto" to center */
	background-image: url(../backgrounds/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: 860;
	background: #336666; /* #003333 */
	background-image: url(../backgrounds/cobbles.jpg);
	background-repeat: no-repeat;
	border: 1px solid #1e2f4e;
}

#header {
	background: /* #fff */ url(../headers/header_darkgreen.png) no-repeat;
	height: 120px;
}

#menu {
	position: absolute;
	left: 0px;
	top: 125px;
	width: 200px;
	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 200px;
}

#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: 820px;
}

#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;
}
