body {
     font-family: "Bitstream Vera Sans", Verdana, sans-serif;
     #font-family:verdana, arial, helvetica, sans-serif;
     font-size: .9em;
     color:#000;
     background-color:#FFF;
     margin: 0em 0em 0em 0em;
     padding: 1em 1em 1em 1em; /*top right bottom left*/
     }
	
h1 {
   font-size: 1.2em;
   line-height:1.0em;
   font-weight:bold;
   color:#006666;
   text-align:center;
   margin:0em;
   padding:0em 0em 0em;
   background-color: transparent;
   }


h2 {
   font-size:1.0em;
   line-height:1.0em;
   font-weight:bold;
   color:#006666;
   text-align:left;
   margin:0px 0em;
   padding:2.0em 0.9em 0em;
   background-color: transparent;
   }

p {
  margin:10px 0px 5px 0px;
  padding:0px;
           }
#intro {
              text-align: center;
              font-size:1.2em;
             padding: 0 2em 0 2em ;
}

#leftcontent {
             float:left;
             width:60%;
             background:#fff;
             border:4px solid #eee;
             margin: 0;
             padding: 1em 0 1em 0 ;
             }

#rightcontent {
              float:right;
              width:35%;
              font-size: 0.75em;
             background:#fff;
             border:4px solid #eee;
             margin: 0;
             padding: 1em 0 1em 0 ;
              }
		
pre {
         margin:25px 0px 25px 0px;
         }
		
#rightcontent p {
              margin:0em; 
              padding:0.25em 2em 0.25em;
              }	
#leftcontent h2 {
              text-align: left;
}
#rightcontent h2 {
              text-align: left;
              font-size:0.9em;
              padding:0em 0.9em 0.25em;
}

a {
  color:#003355;
  font-size:1.2em;
  text-decoration:none;
  font-weight:bold;
  font-family:verdana, arial, helvetica, sans-serif;
}
#rightcontent a {
              font-size:1.1em;
}
a:link {
       color:#003355;
       background-color: transparent;
}
a:hover {
        background-color:#d1fafa;
}
a:active {background-color:#d1fafa;}

a:visited {
 color: #009999;
 background-color: transparent;
}
a:link img {
 border: 0;
}
a:visited img {
 border: 0;
}
a:active img {
 border: 1px solid red;
}
a:hover img {
 text-decoration: none;
 border: 0;
}


ul {
 text-align: left;
 list-style-type: circle;
 line-height: 1.4em;
}
li {
 padding-left: 0.3em;
 padding-bottom:0.5em;
}

ul#updates {
 text-align: left;
 list-style-type: square;
 line-height: 1.2em;
}

.updated {
 font-style: italic;
 font-size: 85%;
 padding-left: 10px;
}


/* handle quotes in browsers that don't support the q tag properly (IE) */
q {
 font-style: italic;
}
p > q {
 font-style: normal;
}

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}

/* text styles */
cite {
     font-style: italic;
}

#ditoname {
 letter-spacing: 7px;
 word-spacing: 4px;
 font-size: 36px;
 font-weight: bold;
 color: #006633;
 background-color: transparent; 
 text-transform: lowercase;
 text-align:center;
/* float: left;*/       
 padding: 1em 0 1em 0; /*top right bottom left*/
}

/* footer elements */

#foot {
 padding: 3.25em .5em;
 clear: both;
 text-align: right;
 text-transform: lowercase;
 font-size: 0.85em;
}
#mainfoot {
 padding: 3.25em .5em;
 clear: both;
 text-transform: lowercase;
 font-size: 0.85em;
 float: left;
}
#footername {
 letter-spacing: 5px;
 word-spacing: 2x;
 font-size: 13px;
 font-weight: bold;
 color: #456;
 background-color: transparent; 
 text-transform: lowercase;
 float: right;
}
#email {
 letter-spacing: 3px;
 word-spacing: 2x;
 font-size: 10px;
 font-weight: normal;
 color: #456;
 padding: 3.25em .5em;
 clear: both;
 text-transform: lowercase;
 background-color: transparent; 
 float: right;
}

#me {
 text-align: center;
 letter-spacing: 7px;
 word-spacing: 4px;
 text-transform: lowercase;
}

