/*

	-- -- -- -- -- -- --
	keys2drive v1: two column content CSS file
	type: screen
	last edit:20 march 09
	-- -- -- -- -- -- --

    Contents:   =LAYOUT
                =LISTS    
                            
*/


/**************************************************************************** =LAYOUT */

#content .leftCol { 
	width:200px; 
	margin-right:10px;
}

#content .rightCol { 
	width:720px;
	margin-top:10px;
}


/****************************************************************************=LISTS */

#content .rightCol ul {
    margin:10px 40px 15px 15px; 
}

#content .rightCol ol {
    margin:10px 40px 15px 40px; 
}

#content .rightCol ul li {
   font-size: 13px;
   line-height:21px;
   margin:0 0 5px 15px;
   list-style:none; 
   padding:0 0 0 0;
   list-style:disc;
   /*background: url("../../../../images/furniture/icons/orgSml-arw.png") 0 8px no-repeat;*/
}

#content .rightCol ul.arrows li {
   font-size: 13px;
   line-height:21px;
   list-style:none; 
   margin:0 0 0 0px;
   padding:5px 0 0 15px;
   background: url("../../../../images/furniture/icons/orgSml-arw.png") 0 10px no-repeat;
}

#content .rightCol ul li a {
   font-size: 13px;
   line-height:21px;
}

#content .rightCol ol li {
   font-size: 13px;
   line-height:21px;
   margin-bottom:7px;
}