h
tml {
  line-height: 1.5;
}

body {
	/* margin:0px -14px; padding:0px; */ /* Need to set body margin and padding to get consistency between browsers. */
	margin:0px ; padding:0px;
	text-align:center; /* Hack for IE5/Win */
	/* font:11px verdana, arial, helvetica, sans-serif; */
	font:12px arial, helvetica, sans-serif;
	color:#333;
	/* background-image:url(LenG.jpg); */
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	} 
	
#wrap {
	background:white;
	margin:0 auto;
	width:665px;
	}

h1 {
	color:#999900;
	font:1.8em/1 verdana, arial, helvetica, sans-serif;
	font-weight:100;
	/* font-style:italic; */
	}
h2 {
	color:#333;
	font:1.1em/1 verdana, arial, helvetica, sans-serif;
	font-weight:700;
	margin:2em 0 .25em;
	}
h3 {
	color:#666;
	font-size:1em;
	font-weight:800;
	margin:3em 0 .35em;
	}
	
p {
	line-height:1.5;
	margin:0 0 1em;
	}
	
#Content p+p {margin-top:-1em; text-indent:2.7em;} 

ol, ul {
	margin-top:0;
	margin-bottom:1em;
	line-height:1.5;
	}
	

#Content p+ol, #Content p+ul {margin-top:0em;}

a {
	/* color:#09c; */
	color:#09c;
	font-weight:600;
	text-decoration:none;
	}
	/* a:link {color:#09c;} */
	a:link {color:#6699CC;}
	
	a:visited {color:#6699CC;}
	/* a:hover {color:black; background-color: white;} */
	a:hover {text-decoration: underline; color: #6699CC; background-color: white;}


#Content {
	margin-top:0px;
	width:600px;
	margin-left:0px auto; /* Right and left margin widths set to "auto" */
	margin-right:0px auto;
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	/* border:1px dashed #333; */
	background-color:white;
	}

	
div.floating-menu {
	width:630px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	border:1px dashed #333;
	background-color:white;
	position:fixed;
	z-index:100;
	}
	
div.floating-menu a, div.floating-menu h3 {display:block;margin:0 0.5em;}
	
	
/*#left {
	width:250px;
	padding:10px 0 0 10px;
	float:left;
	min-height: 2500px;
	max-height: 2500px;
	}
#img {
	width:230px;
} */
	
/* div { text-align: justify; text-justify: newspaper } */
