/* annee.css (Styles for Anne Satow's website) 
  27 Aug 05   Conor anned.css 
  19 Apr 06   Conor annee.css - add centralizing to outerdiv */

html {height: 100%; margin-bottom: .01em} /* force scroll bar to prevent screen width changing*/
#outerdiv {position: absolute; width: 750px; margin-left: -375px; left: 50%; top: 10px; height: 420px;background-color: #FFFFFF; z-index: 99; visibility: visible;}
#titlediv { position: absolute; width: 500px; height: 50px; left: 0px; top: 0px; background-color: #FFFFFF; z-index: 99; visibility: visible;}
#picturediv { position: absolute; width: 500px; height: 320px; left: 0px; top: 50px; background-color: #FFFFFF; z-index: 99; visibility: visible; }
#button1div { position: absolute; width: 100px; height: 50px; left: 50px; top: 370px; background-color: #FFFFFF; z-index: 99; visibility: visible; }
#button2div { position: absolute; width: 100px; height: 50px; left: 150px; top: 370px; background-color: #FFFFFF; z-index: 99; visibility: visible; }
#button3div { position: absolute; width: 100px; height: 50px; left: 250px; top: 370px; background-color: #FFFFFF; z-index: 99; visibility: visible; }
#button4div { position: absolute; width: 100px; height: 50px; left: 350px; top: 370px; background-color: #FFFFFF; z-index: 99; visibility: visible; }
#headerdiv { position: absolute; width: 250px; height: 130px; left: 500px; top: 0px; background-color: #BCDDE3; z-index: 99; visibility: visible }
#textdiv   { position: absolute; width: 250px; height: 190px; left: 500px; top: 130px; background-color: #BCDDE3; z-index: 99; visibility: visible }
#footerdiv { position: absolute; width: 250px; height: 100px; left: 500px; top: 320px; background-color: #BCDDE3; z-index: 99; visibility: visible }

.tab  {display:none;}  /* tab spans initially off */
#tab0 {display:block;} /* but do display first tab span while loading */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#headerdiv p {
	font-size: 10pt;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#textdiv p {
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;

}
#textdiv h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
#footerdiv p {
	margin-top: 0em;
	margin-bottom: 0.2em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#footerdiv a:link, #footerdiv a:visited {
	color: #0000CC;
	text-decoration: none;
}



