

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#eeeeee;
 color: #333333;
 }	 
	 
#left-col{
 top:5px;
 left:0;
 width:200px;
 z-index:3;
 background:#ccccff;
 color: #333333;
 margin: 0 4px;
 text-align:left;
 font-size:15px;
 letter-spacing: 0.2em;
 line-height: 120%;
}


#right-col {
 top:5px;
 margin: 0 4px;
 color: #333333;
 line-height:1.8em;
 font-size:11pt;
}

#thumbsup {
 font-size: 12px;
 letter-spacing: 0.1em;
 line-height: 100%;
 border-width: 1px;
 border-style: solid;
 border-color: 000;
 padding:5px;
 margin-top:5px;
 overflow:scroll;
 height:100px;
}
