body
{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: black;
	background: #eee;
	margin: 0;
}

.C { text-align: center; }
a img { border: 0; }
a { color: #060; text-decoration: none; }
a:hover { text-decoration: underline; }

#body
{
	width: 600px;
	background: #eee;
	padding-left: 50px;
	border: solid 0 #060;
	/*            u    r    b     l  */
	border-width: 0    0    0     120px;
}

#footer
{
	text-align: left;
	font-size: smaller;
	padding-left: 150px;
	border: solid 0 #060;
	/*            u    r    b     l  */
	border-width: 2px  0    0     0;
}

h1, h2, h3
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
}

h1
{
	margin-top: 0;
	border-top: 0.67em solid #eee;
	text-align: right;
}

#masthead
{
	text-align: left;
	color: #060;
	background: #ddd;
	font-size: 300%;
	border: solid 0 #060;
	/*            u    r    b     l  */
	padding     : 15px 0    2px   25px;
	border-width: 2px  0    2px   120px;
	margin      : 0    0    0     0;
}

#searchbox
{
	position: absolute;
	top: 10px;
	right: 10px;
	left: auto;
}

DIV.INDENT { padding-left: 3em; }

#navlist
{
	margin-left: 0;
	list-style: none;
	background: #ffd;
	color: #060;
	width: 140px;
	/*            u    r    b     l  */
	padding     : 10px 0    10px  10px;
}

#navbar
{
	position: absolute;
	top: 136px;
	left: 0px;
	/* background: #060; */
	/* width: 120px; */
}

#adsense
{
	position: absolute;
	top: 294px;
	left: 846px;
}

#introb #introli, #tipsb #tipsli, #talksb #talksli, #articlesb #articlesli
{
	background-color: #eee;
	border: solid 0 #ffd;
	/*            u    r    b     l  */
	border-width: 0    10px 0     0;
}

ul#articlelinks
{
	list-style: none;
}

#articlelinks li
{
	border: thin solid black;
	margin-left: 1em;
	font-family: Georgia, serif;
	padding-bottom: 0.5em;
}

#articlelinks h2
{
	font-size: 120%;
	background: #ffd;
	margin: 0;
	padding-left: 1em;
}

#articlelinks h3
{
	padding-left: 1em;
	font-size: 70%;
	margin-top: 0.3em;
}

#articlelinks p
{
	padding-left: 0.5em;
}

.talk
{
	border: thin solid black;
	margin-left: 1em;
	padding-bottom: .3em;
	font-family: Georgia, serif;
	background-color: #ddd;
}

.talk h3
{
	background: #ffd;
	margin: 0;
	padding-left: 1em;
}

.talk h2
{
	font-size: 100%;
	padding-left: 1em;
}

.talk p
{
	padding-left: 0.5em;
}

