body{
	font:normal 66.5%/1.8em Arial, Helvetica, sans-serif;
    margin: 0px 0px 0px 0px; /* margin-top, margin-right, margin-bottom, margin-left */
}

a{
	color:#9D6141;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	background:#9D6141;
	color:#FFE;
}


img{
	padding:2px;
	border:1px solid #000000; /* Frame images */
}

p{
    font-family: Arial, Helvetica, Sans-Serif;
	margin:1.3em 0em 1.6em 0em; /* margin-top, margin-right, margin-bottom, margin-left */
}


h1,
h2,
h3,
h4{
 font-family:Georgia, Times New Roman, Times, serif;
}

h1{
	color:#98533B;
	margin-bottom:.5em;
	line-height:1.8em;
	font-size:3.2em;
}

h2{
	margin-top:1.2em;
	margin-bottom:.6em;
	line-height:1.3em;
	font-size:2.8em;
}

h3{
	margin:1em 0 1em 0;
	font-size:1.9em;
}

h4{
	margin:1em 0 1em 0;
	font-size:1.6em;
	color:#87422A;
}

ul {
	line-height: 1.6em;
	list-style-type:square;
	margin:0.8em 0 0.6em 1em;
	padding-left:1em;
}

ol{
	margin:0.8em 0 0.6em 2em;
	padding-left:1em;
}
/*	list-style-type:lower-roman; */




/* ------------------------------------------------------------------------ */


#header {
	background:transparent url(webimg/topbar.png) repeat-x;
}

#header h1 {
	margin-left:2cm; /* keep up with the margin in the #leftmenu */
	margin-top: 24px; /* scroll down a bit to get full header picture */
	/*
	margin-bottom: 0px;
	padding-bottom: 0px;
	*/
	color:#8B725A;
	/* font-size:3em; */
	font-family:palatino, georgia, times new roman, serif;
	font-size:xxx-large;
	font-size:28px;
}


* headernav td {
	background-image:url(webimg/navbarBG.jpg) repeat-x;
	background: transparent;
	color: #FFFFFF;
}











/* ------------------------------------------------------------------------ */

#leftmenu {
	margin: 0px 10px 0px 1cm; /* margin-top, margin-right, margin-bottom, margin-left */
	color:#8B725A;
	font-size:.9em;
}


#leftmenu h1{
	color:#98533B;
	margin-bottom:.5em;
	line-height:1.8em;
	font-size:2em;
}






/* ------------------------------------------------------------------------ */

#article {
	margin: 0px 3cm 0px 1cm; /* margin-top, margin-right, margin-bottom, margin-left */
	background:#FFFFFF;
    color:#635141; /*    color:#333333; */
    /*
	-font:normal 70.5%/1.8em Arial, Helvetica, sans-serif;      relative font sizing to allowing scaling in Internet Exfoliator - http://www.clagnut.com/blog/348/
	-font-size:1.25em;
	*/
    font-family: Arial, Helvetica, Sans-Serif;
    font-size  : 14px;

	line-height:1.8em;
}

/* same def's in td's as in the rest of the article */
#article td {
	background:#FFFFFF;
    color:#635141; /*    color:#333333;
	-font:normal 66.5%/1.8em Arial, Helvetica, sans-serif;      relative font sizing to allowing scaling in Internet Exfoliator - http://www.clagnut.com/blog/348/
	-font-size:1.25em;
	*/
    font-family: Arial, Helvetica, Sans-Serif;
    font-size  : 14px;
    line-height:1.8em;
}



#article blockquote{
	margin:0.8em 0 0.6em 1em;
	padding-left:1em;
	font-style:italic;
	border-left:4px solid #E2D7CF;
}


/* code block styling */
#article pre {
	background-color: #D0D0D0;
	border: 1px solid #444444;
	border-color: black;
	font-family: arial;
	height:auto;
	line-height:1.55em;
	margin-top: 1.24em;
	margin-bottom: 1.24em;
	overflow-x: scroll;
	overflow-y: hidden;
	overflow:auto;
	padding: 5px;
	white-space: pre;
	width:100%;
}
	/*
	padding: -2em -1 -2em -2em;
	margin: 0px;

	font-family:Georgia;
	width:88%;
	height:auto;
	padding:0px;
	white-space: pre;
	border: 1px solid #444444;
	border: 1px dashed #aaa8a8;
	*/




/* ------------------------------------------------------------------------ */



#rightmenu {
	margin-top: 10px;
	margin-right: 5px;
}


#footer {
	background:transparent url(webimg/footBackground.png) 100% 0 repeat-x;
	height: 150px;
}
