p { color: silver; }

body { font: medium/1.7em Verdana, Helvetica, Arial, sans-serif;
       background-color: #000;   /*light brownish*/
       padding: 0 1em 0 1em;
       height: 100%; }

h1, h2, h3 { color:  silver; }

h1 { font-size:  130%; }

h2 { font-size: 120%; }

a {text-decoration:none; } 
a:link {color:white; }
a:visited {color:#A8B3AE;} /*very light greenish*/
a:hover {color:#CBDBF7;}  /*very light blueish*/
a:active {color:#AA5F72;} /*bold rose-mag*/

/*Header Stuff__________________________*/

#logosmall { float: right; 
             clear: left;
             border: 0; }
             
#mainlogo { border: 0;  }             
             
#header { background-image: url('images/DSC00455.jpg'); background-position: right top;
          background-repeat: repeat-x; }

            
        #slantedmenu{ font-weight: bold;
                      font-size: 10px; }

        #slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
                            content: "."; 
                            display: block; 
                            height: 0; 
                            clear: both; 
                            visibility: hidden; }

        #slantedmenu ul{ text-indent: 10px;
                         padding: 3px 0;
                         margin: 0;
                         background-color: #e0e0e0;
                         border: 1px solid #bebebe;
                         text-align: left; /*set value to "center" for example to center items*/}

        #slantedmenu ul li{ display: inline;   margin-right: 1em;}

        #slantedmenu ul li a{ color: #494949;
                              padding: 3px 0;
                              padding-right: 25px;
                              margin: 0;
                              text-decoration: none;
                              background: transparent url(images/slantdivider.gif) top right no-repeat; }

        #slantedmenu ul li a:visited{ color: #494949; } 

        #slantedmenu ul li a:hover{ color: black; }
             
/*End Header Stuff_____________________________________________________*/

#email {width: 730px; text-align: center; margin: auto;}