/*** major document sections
******************************************************************/
a:link, a:visited {text-decoration: underline;color: #DE7045;}
a:focus, a:hover {text-decoration: underline;color: #DE7045;}


h1 {
 display: none;
 font: 2.5em/1em 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

img {display: block;}

/*** body
*********************************/
body {
 text-align: center;
 background: #D7D9D7;
 color: #000;
}


/*** page
*********************************/
#page {
 margin: 20px auto;
 width: 900px;
 border: 1px solid #000;
 text-align: left;
 background: #fff;
 position: relative;
}

ul {
 position: absolute;
 left: 350px;
 top: 360px;
 width: 200px;
 font: bold 1.6em/1.6em 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

li {text-align: center; letter-spacing: 1px;}

a:link, a:visited {text-decoration: none; color: #DE7045;}
a:focus, a:hover {text-decoration: underline;}

