

  #main-main-sidebar
  {
    position: absolute;
    left: 146px;
    right: 0px;
    top: 0;
    background: red;
  }

  
#leftside {
	position: absolute;
	left:0px;
	top:0px;
	width:140px;
}


  #header
  {
    position: absolute;
    top:6px;
    height: 118px;
    left: 6px;
    right: 6px;
    background: gray; 
  }

  #header-inner
  {
    position: absolute;
    left: 6px;
    right: 6px;
    top: 16px;
    height: 143px;
    background: /** Chartreuse **/  url(images/theme/header_cvuuf_index.jpg) top left repeat-x ;
  }

.missionbox {
color:black;
font-size:14px;
font-weight:bold;
font-family:Verdana, Tahoma, Arial,sans-serif;
position:absolute;
top:120px;
left:0px;
width:100%;
text-align:center;
	}
  
  #main
  {
  left:6px;
  right:6px;
	position: absolute;
	top:164px;
  }

  #main-inner
  {
    position: relative;

    top: 0;
    height: 100%;
/**    background: green;  **/
  }

  #main-main
  {
    position: absolute;
    left: 6px;
    right: 6px;
    top: 0;
   background: /** white **/ url(images/theme/content_bg.jpg) repeat ; 

  }

  #main-main-sidebars
  {
    position: absolute;
    margin-left: 146px;
    margin-right: 20px;
    left:0;
    right:0;
    top: 0;
    background: blue;
  }

  
  #main-left
  {
    position: absolute;
    top:0;
    left: -6px; 
    width: 6px;
    height: 100%;
    background: /** Salmon **/ url(images/theme/left_shadow_cvuuf.jpg) repeat-y  ;
  }


  #main-right
  {
    position: absolute;
    right: -6px;  
    width: 6px;
    top:0;
    height: 100%;
    background: /** PaleGreen **/ url(images/theme/right_shadow_cvuuf.jpg) repeat-y;
  }


.foot {	font-size: 8pt;
	text-align: center;
	}


  #footer-inner
  {
    position: absolute;
    height: 107px;
    left: 34px;
    right: 34px;
    margin-top: 0px;
    background: /** SkyBlue **/ url(images/theme/footer_m_bg.jpg);    
  }


  #footer-left
  {
    position: absolute;
    left: -6px;  
    height: 107px;
    width: 40px;
    background:  /** OrangeRed **/ url(images/theme/footer_l_bg.jpg);
  }

  #footer-right
  {
    position: absolute;
    right: -6px;  
    height: 107px;
    width: 40px;
    background: /** Peru **/ url(images/theme/footer_r_bg.jpg);
  }

