body { color: #000 ;
   font-size: 1em; 
   margin: 0px;
   border: 0px;
   line-height: 100% ;
   font-family: 'times roman', times, serif ;
   background: #fff url("image/leftpanel.gif") repeat-y left fixed;}
#left { background: #00f url("image/toby15.jpg") no-repeat top left;
   width: 200px;
  padding: 200px 0;
  margin: 0px 0px;
  font-family: 'trebuchet ms', 'lucida grande',
	verdana, lucida, geneva, helvetica, 
  arial, sans-serif;
   color: #fff;}
#right {position: absolute;
   color : #000;
   padding: 100px 20px;
   margin: 10px;
   top: 0px;
   left: 200px;
   background: url("image/logodemo3.gif") no-repeat top center;
   border: 0px;}
a:link {color: #00f;
        font-weight: bold;}
a:visited {color: #06f;}
a:hover {color: #f00; }
a:active {color: #06f;}

#left ul {list-style: none;
   padding: 20px 0px;
   margin: 0px;}
* html #left ul {padding: 0;
    }
#left ul li {display: block;
   padding: 0 ;
   background: #fff;
   border-top: 5px solid #00f ;
   border-bottom: 5px solid #00f ;
   color: #00f;
   margin: 0px 10px;}
* html #left ul li { margin: -0px 10px -20px 10px;
    }
#left ul li a { display: block; 
   text-decoration: none; 
   padding: 5px 10px;
   font-weight: bold;}
* html #left ul li a { padding:0;
   margin: 0;}
#left li a:hover { 
      background: #88f;
	color: #006;}
h1, h2, h3, h4, h5, h6 {color: #06f ;
      font-family: 'trebuchet ms', 'lucida grande',
	verdana, lucida, geneva, helvetica, 
        arial, sans-serif;
   line-height: 120% ;
   vertical-align: middle ;
   text-align: center ;}
h1 {font-size :  3.2em  ;}
h2 {font-size : 2.4em  ;}
h3 {font-size : 1.6em   ;}
h4 {font-size :  1.2em  ;}
h5 {font-size :  1em  ;} 
h6 {text-align: left ;
    font-size :  1em  ;
    margin: 0 0 -1em 0;
    padding: 0;}

img { border: 0;}
#right p { line-height: 120%;
   font-family: times, serif ;
   font-size : 1em;}
.red {  color   :   #f00 ;}

.floatleft {float : left ; 
      padding : 20px;
      border : thick black solid;
      width: 180px;
      margin: 10px;}
.floatright {float : right ; 
      padding : 20px;
      border : thick black solid;
      width: 180px;
      margin: 10px;}
.centerblock { display: block;
   margin-left: auto; 
   margin-right: auto;}
.centertext { text-align: center;}

