/* CSS Document */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 750px; 
  font-family: Georgia, "Times New Roman", 
                Times, serif;
}
#centered {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 750px;
  text-align: left;
}

.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}

#topnav {
  position: absolute;
  left: 0;
  top: 0px;
  width: 750px;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  text-align: right;
}

#titlepic {
  position: absolute;
  left: 15px;
  top: 20px;
  width: 750px;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
}

#yahooad {
  position: absolute;
  left: 0;
  top: 1500px;
  width: 750px;
  background-color: #ffffff;
  padding: 5px;
  margin: 5px;
  text-align: center;
}
#content {
  position: absolute;
  left: 0px;
  top: 150px;
  width: 750px;
  background-color: #ffffff;
  margin: 5px;
  padding-right: 10px;
  }
  

#nav {
  position: relative;
  left: 0px;
  top: 100px;
  width: 750px;
  background-color: #ffffff;
  margin: 5px;
 }
 
#navigation a
{
color: #000;
background: #ffa20c url(/navl.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px
}

#navigation a span
{
background:   url(/navr.gif) right top no-repeat;
padding-right: 10px
}

#navigation a, #navigation a span
{
display: block;
float: left;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
color: #fff;
background: #781351 url(/navlh.gif) left top no-repeat;
padding-left: 10px
}

#navigation a:hover span
{
background:   url(/navrh.gif) right top no-repeat;
padding-right: 10px
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
list-style: none;
float: left;
margin: 0;
} 

#nav #bread {color:#fff; background:#781351; width:100%; text-align:left; clear:left; padding:4px 0; letter-spacing:0}
#bread h2, #bread ul, #bread li {display:inline}
#bread h2 {font:1em verdana,"trebuchet MS",helvetica,sans-serif; background:none; background/**/: url(file:///C|/DOCUME%7E1/Wipeout/LOCALS%7E1/Temp/i/colon.gif) no-repeat 100% 60%; border:0; padding:0 5px 0 10px; margin:0 9px 0 0}
  
#nav #bread ul {width:auto; margin:0; text-align:left; position:relative; left:10px; left/**/:0}
#nav #bread li {float:none}
#nav #bread a:link, #nav #bread a:visited {color:#ffa20f; background:none; display:inline; text-decoration:underline; background/**/: url(file:///C|/DOCUME%7E1/Wipeout/LOCALS%7E1/Temp/i/bread.gif) no-repeat 100% 65%; padding-right:14px; margin-right:2px; font-size:1em; float:none; width:auto}
#nav #bread a:hover {color:#fff}
#nav #bread a:active, #nav #bread a:focus {color:#781351; background:#fff}
