/************************************************
    Two Column Layout w/ Sidebar on the Right 
*************************************************/

/* Main */
#Content{
    padding: 		        25px 0 55px;
    margin: 			      0 auto;
  	color:				      #EEEEEE;
    }
#Content a{
  	color:				      #83B2D6;
  	text-decoration:	  none;
  	}

/* Introduction */
#Introduction h1{
  	color:				      #DDDDDD;
  	font-size:			    24pt;
  	margin:				      0px 0px 30px 0px;
  	padding:			      0;
  	letter-spacing:		  -1px;
  	text-align:			    center;
  	opacity:            .999;
  	#font-weight:       normal;
  	}
#Introduction{
  	width:				      650px;
  	margin:				      0 auto;
  	margin-bottom:      30px;
  	}
           
                      
/* Sidebar */         
#Sidebar{             
    float:              right;
    width:              247px;
    margin-right:       20px;
    font-size:          90%;
    line-height:        2em;
    }
#Sidebar h2,
#Sidebar ul,
#Sidebar li{
    margin:             0;
    padding:            0;
    }
#Sidebar div.section{
    margin-bottom:      8px;
    background:         transparent url(/images/developer/sidebar/background.png) 0 0 repeat-y;
    }
#Sidebar h2{
    width:              247px;
    height:             35px;
    overflow:           hidden;
    text-indent:        -9999px;
    }
#Sidebar ul{
    list-style:         none;
    padding:            4px 16px 12px 16px;
    background:         transparent url(/images/developer/sidebar/footer.png) 0% 100% no-repeat;
    }
#Sidebar li{
    opacity:            .9999;
    }

                      
/* Topics */
#Topics{
    width:              620px;
    margin-top:         -30px;
    }
#Topics div{
    background:         transparent url(/images/developer/topics/divider-corner.png) 9px 9px no-repeat;
    padding:            35px 0 0 45px;
    min-height:         136px;
    _height:            auto !important;
    _height:            136px;
    }
#Topics h2{           
  	margin:				      4px 0;
  	padding:			      0;
  	}                 
#Topics p{            
  	line-height: 		    18pt;
  	padding: 			      0;
  	margin: 			      7px 0px 15px 0px;
  	}                 
#Topics ul{           
        list-style:         none;
        padding:			      0px 0px 0px 20px;
        margin:                               -10px 0 0;
  	}                 
#Topics li{           
  	line-height:		    16pt;
  	font-size:			    90%;
  	padding:			      4px 0px 4px 0px;
  	}                 
