    /*styles that apply to entire document*/
    BODY  {
          background-color:#737373; 
          font:normal 11px Arial, helvetica;
          color:#000; 
          margin:12px 0px 0px 0px;
          padding:0;
          word-wrap: break-word;
          }
    A     {
          color:#02336b;
          text-decoration:none;
          }
    A:hover{
          color:#02336b; 
          text-decoration:underline;
          }
    .f_rt {
          float:right;
          }
    .f_lt {
          float:left;
          }
    .lg_txt {
          font-size:12px;
          font-weight:bold;
          }
    .gbar {
          font-size:14px;
          color:#737373;
          padding-left:8px;
          padding-right:8px;
          width:1px;
          }
    
    /*containing div*/
    #container{
          width:834px;
          margin:0 auto;
          background:#737373;
          }
          
    /*top section with subscribe and navigation*/
    #top  {
          float:left;
          width:834px;
          height:60px; 
          background:#ffffff;
          margin-bottom:10px;
          }
    #top .issue{
          float:left;
          margin-top:41px;
          margin-left:-50px;
          color:#808080;
          font-weight:bold;
          }
    #top #top_count {
          float:left;
          margin-top:25px;
          margin-right:2px;
          font-size:13px;
          font-weight:bold;
          }
    #top #top_nav{
          float:left;
          margin-top:25px;
          margin-left:2px;
          margin-right:8px;
          }
    #subscribe_form{
          margin:15px 0 0 0;
          padding:0;
          }
    #subscribe_form INPUT {
          border:1px #cccccc solid;
          font-size:12px;
          margin-bottom:5px;
          }
    #subscribe_form .submit{
          background-color:#6292c2;
          color:#ffffff;
          font:bold 12px Arial, helvetica;
          border:1px #606060 solid;
          }
          
          
     /*box for the image*/
     #left_box {
          float:left;
          clear:both;
          width:570px;
          margin-bottom:30px;
          background:#ffffff;
          }
    .main_img {
          border:1px #808080 solid;
          margin:10px 10px 0px 10px;
          }

          
          
    /*box for right_content, sharing, and ad*/
    #right_box{
          float:right;
          width:255px;
          background:#ffffff;
          margin-bottom:15px;
          }
    #right_content {
          width:226px;
          padding:0px 14px 0px 14px;
          }
    #right_content P {
          margin-top:13px;
          }
    #art_info {
          line-height:18px;
          }
    #art_info .title{
          color:#02336b;
          font-size:13px;
          font-weight: bold;
          }
    #bottom {
          float:right;
          padding:20px 9px 0px 0px;
          }
    #bottom #bottom_count{
          float:left;
          padding-top:4px;
          margin-right:23px;
          font-size:13px;
          font-weight:bold;
          margin-top:10px;
          }
    #bottom #bottom_nav{
          float:left;
          margin-left:23px;
          }
    #right_content .section {
          color:#02336b;
          font-size:11px;
          font-weight: bold;
          }
    #right_content .blue_bx {
          background-color:#d7e0e7;
          padding:16px 13px 16px 13px;
          margin-bottom:10px;
          color:#02336b;
          font-size:12px;
          font-weight:bold;
          }
    .share_button {
          margin:0px 3px -3px 3px;
          }
    #email_form {
          margin:0;
          padding:0;
          font: 11px arial;
          color: #000000;
          }
    #email_form INPUT, TEXTAREA{
          width:185px;
          margin:0 0 5px 0;
          padding:0;
          border:1px #606060 solid;
          }
    #email_form LABEL{
          display:block;
          }
    #email_form .label_inline{
          display:inline;
          width:auto;
          border:none;
          padding:0;
          margin:0;
          }
    #email_form #submit_email{
          border:1px #606060 solid;
          background-color:#6292c2;
          color:#ffffff;
          padding:0 2px 0 2px;
          margin-right:5px;
          }
    #ad   {
          width:226px;
          text-align:center;
          background-color:#eaeaea;
          padding: 8px 0 8px 0;
          margin-bottom:10px;
          }
