/* CSS Document
10/12/2007
ArjoDesign3.2 */

 div {   /*for debugging 
	border-style: dotted;
	border-width: 1px; */  
	margin: 0;
	padding: 0;
	} 

	
body {
  text-align: center;
  margin: 0;
  padding: 0;
  }
	
/*img{ 
	z-index: -1;
} */
	
div#container { /* coantains all body divs */
	position: relative; 
	padding: 0px 0px 0px 0px;
	/*
	margin-left: auto;
	margin-right: auto;
	*/
	margin-left:70px;
	margin-top: 30px;
	width: 800px; 
	text-align: left;

			
}

div#header{ /* for ArjoDesign gif position */
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 50px;
}

div#footer {
	width: 748px; 
	height: 65px;
	margin: 15px 0px 0px 50px;
	padding-top: 0px;
	border-top: 2px dotted gray;
}

div#plainText {
	position: relative;
	width: 750px;
	padding: 0px 0px 0px 0px; 
	margin: 50px 0px 0px 50px;
	}

div.title{ 
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 0px 50px;
	width: 750px;

}

div.entry {
	width: 750px; 
	margin: 15px 0px 0px 50px;
	padding-top: 10px;
	border-top: 2px dotted gray;

}
div.spacer {
	min-height:100px;
}

div.list {
	position: relative;
	width: 750px; 
	margin: 10px 0px 0px 50px;
	border-top: 2px dotted gray;
}

div.emptyHome {
	position:absolute;
	left:0px;
	top:80px;
	width: 150px;
	height: 25px;
	background-color: none;
	z-index: 2;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#topButton {
	float: left;
	width: 50px;
	height: 15px; 
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background-color: none;

}

div#homeButton {
	float: right;
	text-align: right;
	width: 150px;
	height: 15px; 
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background-color: none;
	border-right: none;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: justify;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	max-width: 748px;
}

p.codeDisplay { /* for displying code text in a readable form */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	max-width: 750px;
}

p.info { /* for displaying bio and */
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: justify;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	max-width: 750px;
}

p.photo { /* for photo credits */
	font-family: "Times New Roman", Times, serif;
	font-size:  9px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: justify;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	max-width: 750px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #992135;
	background-color: none;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #992135;
	background-color: none;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F8310E;
	text-decoration: none;
	background-color: #FFFFFF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #992135;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #992135;
	text-decoration: none;
}


