body { 
       background: #000;
       color: #fff;
       margin: 0;
       padding: 1.25em;
       font-family: "Arial",sans-serif;
}

.header { 
          padding-bottom: 1.44em;
          margin-bottom: 0.94em;
          background: #000 url("/images/yum/yumgrad.png");
          background-repeat: no-repeat;
          background-position: bottom center;
}

.footer { 
          padding-top: 0.94em;
          padding-bottom: 0.5em;
          clear: both;
          background: #000 url("/images/yum/yumgrad.png");
          background-repeat: no-repeat;
          background-position: bottom center;
}

ul.nav { 
         width: 19%;
         margin: 0;
         padding: 0;
         border-top: 1px white solid;
}

ul.nav li { 
            margin: 0;
            padding: 0.2em 0;
            list-style-type: none;
            border-bottom: 1px white solid;
}

ul.nav ul { 
            margin:0;
            padding: 0;
            margin-left: 1em;
}

ul.nav ul li { 
               border: 0;
}

li.selected { 
              background: #000;
              color: #c40037;
}

/*li.selected li { 
               background: #000;
               color: #fff;
}*/

div.sidebar { 
              width: 10em;
              float: right;
}

div.main { 
           float: right;
           width: 78%;
}

div.content { 
              margin-right: 11.25em;
}

h1 { 
     margin-top: 0;
     font-size: 1.6em;
}

h2 { 
     margin-top: 0;
     font-size: 1.4em;
}

h3 { 
     font-size: 1.2em;
}

h4 { 
     font-size: 1.1em;
}

div.sidebar img { 
                  border: 2px #c40037 solid;
                  margin: 0 0 0.31em;
}

div.sidebar p.dyk { 
                    margin: 0 0 0.4em;
                    padding: 0.88em;
                    color: #000;
                    background: #c40037;
                    font-size: 125%;
}

a.edit:link, a.edit:visited { 
         background: #000;
         color: #0c0;
}
a:link,li.selected ul a:link { 
         background: #000;
         color: #fff;
}
a:visited,li.selected ul a:visited { 
         background: #000;
         color: #bbb;
}
li.selected a:link { 
         background: #000;
         color: #c40037;
}
li.selected a:visited { 
         background: #000;
         color: #a40017;
}
ul.nav a { 
    text-decoration: none;
}

table { 
        border-collapse: collapse;
        border-spacing: 0;
}

th, td { 
         border: 1px white solid;
         padding: 0.2em;
}

p.tradeas { 
            font-size: 90%;
            text-align: right;
}
.dec0 { 
        text-align: center;
        display: block;
        margin: 0 auto;
}
.eventimg,
.dec1 { 
        float: left;
        margin: 0.3em 1.5em 1em 0.3em;
}

.dec2 { 
        float: right;
        margin: 0.3em 0.3em 1em 1.5em;
		
		  
}