  body { 
    background-color: #233251;
    font-family: verdana,helvetica, arial;
    font-size: 12px;
  }

  img{
    border: 0px; 
  }
    
  #main {
    background-color: #233251;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  
  #logo {
    margin-bottom: 15px; 
  }

  #menu_bar img{
    display: block;
  }

  #banner {
    background-image: url(../images/content_banner.gif);
    background-color: #fff;
    background-repeat: no-repeat;
/*    height: 170px; */
  }
 
  #quote{
    width: 730px;
  	padding-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  #quote_auth {
  	text-align: right;	
    margin-right: 110px;
	padding-top: 4px;
	padding-bottom: 25px;
  }

  #quote a{
    font-size: 16px;
    font-weight: bold;
  }

  #quote_auth a{
    font-size: 1.2em;
  }
  
  #quote a, #quote_auth a {
    text-decoration: none;
    color: #000;
    font-family: courier new,verdana,sans-serif;
  }
  
  #banner_bottom {
    height: 15px;
    width: 100%;
    background-color: #000000;
  }

  #container{
    float: left; 
    background: url(../images/container_bg.gif) top left repeat-y;
  }
 
  #left_column {
    float: left;
    font: 1em verdana,sans-serif;
    color: #99CCCC;
  }
  
  #left_content {
    padding: 15px 40px 15px 40px;
    width: 648px;
    font-size: 1.1em;
  }

  #left_content a{
    color: #99CCCC;
    text-decoration: underline;
  }

  #left_content h1 {
    font: 1.5em helvetica,verdana,sans-serif;
    color: #fff;
    font-weight: bold; 
  }

  #left_content a:hover {
    color: #fff;
    text-decoration: underline;
  }

  #title, #title_end {
    margin: 5px 0px 0px 0px;  
  }
  
  #title {
    float: left; 
    color: #fff;
    height: 48px;
    background-color: #FF9900;
  }
  
  #title div {
    padding: 7px 40px 5px 15px;
    font: 2.4em helvetica,verdana,sans-serif;
  }
  
  #title_end {
    float:left;
    width: 23px;
    height: 48px;
    background-image: url('../images/title_end.gif');
    background-repeat: no-repeat;
  }
  
  .quotation {
    margin: 0px auto;
    width: 480px;
    color: #fff;
    font-style: italic;
  }
  
  #right_column {
    float:right;
    width: 231px;
  }
  
  #right_column ul{
    margin: 10px 0px 0px 48px;
    padding-left: 0px;
  }

  #right_column li{
    margin: 8px 0px 0px 0px;
  }
  
  #right_column a{
    font: 1em verdana,sans-serif;
    color: #021B4F;
    text-decoration: none;
  }  

  #right_column a:hover{
    text-decoration: underline;
  }  

  
  #cartoon {
    padding-top: 40px;
  }
  
  .head{
    padding: 10px 0px 0px 25px;
    font: 1.5em helvetica,verdana,sans-serif;
    color: #FF9900;
    font-weight: bold;
  }

  #footer {
    width: 100%;
    background-color: #336699;
    color: #cccccc;
    font-size: .8em;
    padding: 2px 0px 4px 0px;  
    text-align: center;
  }

  .clear {
    clear: both;
  }
