

html {
	background:#ffffee;
	
}

/* part of IE6 hack as IE 5 and 6 recognize * html */
* html { overflow : hidden;} 
body {
	margin:0; 	
	padding:0 10px 0 10px; 
	border:0; 
	height:100%; 
	overflow-y:auto; 
	background:#ffffee;
}
body {
	font-family: Georgia, Trebuchet, "Times New Roman", serif; 
	font-size:16px;
}

/* again ie hack for IE6 */
* html body {
	overflow-y : scroll;
}
#page, #stdpage {
	margin:40px 0px 50px 250px; 
	display:block; 
	width:500px; 
	border:1px 
	solid #000; 
	background:#fff; 
	padding:10px;
}

#stdpage {
	margin: 0px 0px 0px 36px;
}
#page .right {
	font-size:30px; 
	float:right;
}


#stdpage .right {
	font-size:30px; 
/*	float:right; */
}

#menu {
	display:block; 
	top:140px; 
	left:10px; 
	width:200px; 
	position:fixed; 
	border:1px solid #888; 
	padding:10px; 
	text-align:left;
	font-weight:bold; 
	color:#670101;
	font-family: Arial, Verdana, sans-serif; 
}

/* IE6 and 5 *  html identifier -- no one else does and thinks 
absolute is fixed
*/
* html #menu {
	 position:absolute;
}


#menu a:visited, #menu a {
	display:block; 
	width:190px; 
	height:32px; 
	margin:0 auto; 
	border-top:0px solid #fff; 
	border-bottom:0px solid #000; 
	text-align:left; 
	text-decoration:none; 
	line-height:16px; 
	color:black;
	font-size: 13px;
	font-family: Arial, sans-serif;
}
#menu a:hover {
	background:#aaa; 
	color:#fff;
}
.clear {
	clear:both;
}
/*p:first-letter {font-size:25px; color:#d88;}*/


#hdr {
	display:block; 
	top:10px; 
	left:0px; 
	width:780px; 
	position:fixed; 
	border:0px solid #888; 
	padding:10px; 
	text-align:left; 
	font-weight:bold; 
	color:#670101;
	 
}

/* IE6 and 5 *  html identifier -- no one else does and thinks 
absolute is fixed
*/
* html #hdr {
	 position:absolute;
}

#fixpic {
	display:block; 
	width:108px 
	height:145px; 
	position:fixed; 
	bottom:0; 
	left:0;
}

* html #fixpic {
	position:absolute;
}

