* {
   margin:0;
   padding:0;
  }
img {
   border:none;
   }  
body {
   background:url(/images/landing/top_bg.gif) top left repeat-x #033270;
	font-family:Georgia,serif;
   font-size:14px;
   color:#fff;
   }
#logo {
   text-align:center;
   padding:22px 0 46px 0;
   }   
#center {
   width:1000px;
   margin:0 auto;
   overflow:hidden;
   zoom:1;
   background:url(/images/landing/center_bg.gif) top left repeat-y;
   padding:0 0 20px 0;
   }   
   #leftcol { 
      width:250px;
      padding:32px 7px 0 7px;
      float:left;
      background:url(/images/landing/col_top.gif) top left repeat-x;
      font-weight:bold;
      font-size:14px;
      }
      #leftcol h2 {
         font-size:18px;
         font-weight:bold;
         margin:0 0 13px 0;
         }
      #video {
         margin:0 0 23px 0;
         }

   #rightcol {
      width:222px;
      padding:32px 21px 0 21px;
      float:right;
      background:url(/images/landing/col_top.gif) top left repeat-x;
      }
      #logos {
         
         }
         #logos img {
            margin:0 0 50px 0;
            }
     #rightcol a {
        font-size:16px;
        color:#fff;
        text-decoration:underline;
        }       
        #rightcol a:hover {
           text-decoration:none;
           }
   #centercol {
      margin:0 264px;
      }
   #content {
      padding:32px 62px 0 62px;
      }
      #content h1 {
         margin:0 0 25px 0;
         }
      #content h2 {
         font-size:18px;
         font-weight:bold;
         margin:0 0 17px 0;
         }
      #content p {
         margin:0 0 18px 0;
         }
   #subscribe {
      padding:14px 11px;
      background:#042C60;
      border:solid 1px #032654;
      }       
      #subscribe input.text,#subscribe input.text_short {
         background:url(/images/landing/input_bg.gif) top left repeat-x;
         border:solid 1px #7E8289;
         width:164px;
         height:16px;
         padding:1px;
         margin:5px 10px;
         }
      #subscribe input.text_short {
         width:60px;
         }   
      #subscribe .label {
         padding:0 0 0 30px;
         text-align:right;
         }   
      #btn_subscribe {
         display:block;
         width:117px;
         height:20px;
         text-indent:-1000px;
         overflow:hidden;
         background:url(/images/landing/subscribe.gif) top left no-repeat;
         margin:5px 10px;
         }   
         #btn_subscribe:hover {
            background-position:0 -20px;
            }
