/*
// 
// 2005-12-01  ksc  Initial release
//  
*/

#head { 
    position: relative;
    margin: 0px;
    padding: 0px;
}
#wrapper {
    width: 900px;
    margin: 0px auto;
}
#col-left {
    position: relative;
    float: left;    
    width: 171px;
	margin: 15px 0px 0px 20px;
}
#col-right {
    position: relative;
    float: right;    
    width: 600px;
    margin: 15px 31px 0px 0px;
}
.quickref { width: 97% }
#sidebar ul li a { 
           width: 167px;
}
#content {
           position: absolute;
           height: 90%;
           background: #92847b url(images/background.gif) top center repeat-y;
 }
#col-left {
           margin: 15px 0px 0px 20px;
         }
#col-right {
           float: right;    
           margin: 15px 31px 0px 0px;
}