body {width:100%; background-color: #fefebf; color: black; font: normal 500  "times new roman", helvetica, serif; margin:0;}

/* setting body margin to zero prevents small horizontal scroll */

p {text-align: left; widt: 100%; overflow: visible; line-height: 1.2}

/* setting 'p' width to 100% causes odd displacements */

h1 { font: normal 600 150% "times new roman", helvetica, serif; color: #009900; letter-spacing: 6px; text-align:center;}

h2 { font: normal 500 110% arial, "times new roman", helvetica, serif; color: #000000; width: auto; margin: 2em 10%;}

#intro {margin-left:12%; margin-right:12%; width:auto; font: normal 500 110% "times new roman", helvetica, serif;}

div#frame {float:left; width:100%; padding-bottom: 1em;}

div#frame p {padding: 0em 1em 0em 1em;}

 /* This ensures that when one img float follows another, it appears below it. Achieved by each img contained in a 'float left (or right), width 100%' container. To bring flow below the last float, a blank paragraph is used below and outside last float. It is as though floated elements act on another plane separate from flow plane.*/

p span {font: normal 600 130% "times new roman", helvetica, serif; color: brown;}

img {margin: 1%; border: 1px solid #000000}
img.left {float: left }
img.right {float: right }

div#select {position:relative; width: 100%;}
div#select p {text-align:center; margin-bottom:3em; margin-top:1em;}

/* odd effect in IE without top margin of 'p', the top center button has it's border curtailed? */

div#select p a {padding:0.25em 1em 0.25em 1em; text-align:center; text-decoration:none; border: 0.25em outset #fbd5b3; background-color:#e9e9e9;}

/* An inline element does not have a width property but can be given padding, border and margin (only left and right in IE6). */

div#select p a#press {background-color: #ffffff }

div#select p a:link {color: #3366cc} /* blue */
div#select p a:visited {color:green}
div#select p a:hover {color: red; background: #e9e9e9;} /*  */

.s0e10 {position: relative; top: 0%; left: 10%}
.s0w10 {position: relative; top: 0%; right: 10%}
