/* ------------------------------------ *
 CSS - Ubambo Investment Holdings
 * ------------------------------------ */

 body {
      background: #4c0a05;
      font-family: verdana;
      font-size: 10px;
      line-height:15px;
      color:#535353;

 }

 #page {
       width: 755px;
       height:1013px;
       margin:0px auto 0 auto;
       background: #eeebdf;
 }

 /* HEAD */
 .navlink {
      text-decoration:none;
      border: none;
      color: #535353;
 }
 a.navlink:hover{
      color: #952000;
 }

 #logo {
       width:668px;
       height:68px;
       margin:0 auto;
       background:#FFFFFF url('../images/logo.jpg') no-repeat 24px 0px;
 }

 #banner {
       background: url('../images/banner.jpg') no-repeat 0 0;
       width:755px;
       height:194px;
 }

 /* MIDDLE */
 #content {
      width:668px;
      margin-left:43px;
      background-color: #FFFFFF;
      font-size: 11px;
 }

 #col1 {
     float: left;
     width: 380px;
     height: 392px;
     padding-left:25px;
     padding-right:27px;
     margin-top:31px;
     line-height: 15px;
 }

 #col2 {
     float: right;
     width: 216px;
     margin-top:31px;
     font-size:10px;
 }

 #col_head {
     width:199px;
     height:25px;
     background: url('../images/colfade.jpg') no-repeat 0 0;
     font-weight:bold;
     padding:16px 0 0 17px;

 }

 #col_body {
     padding:16px 10px 0 17px;
     width:189px;
     height: 319px;
     background-color:#f6f4ec;
 }



 /* FOOTER */
 #footer {
       clear:both;
       width:100%;
       height:64px;
       background: url('../images/footer.jpg') no-repeat 0 0;
       font-size:9px;
 }

 /* Defined colors/formats */
 .redfont {
      color: #88423d;
 }
 a:hover{
      color:"#6a332f";
 }
 .noline{
      text-decoration:none;
 }
 .red {
      color:#6a332f;
 }

 .orange{
      color:#a47313;
 }
 .bold{
      font-weight:bold;
 }