﻿/* 
BLUE = 0E6FBC
ORANGE = DF9800
GREY = A1A1A1
*/
	
#header_case { float: left; width: 890px; height: 81px; }
	#header_left_column {
		float: left;
		background-image: url('../layout_pix/header_pix.jpg'); background-repeat: no-repeat; background-position: left top;
		border-right: 2px solid white; 
		height: 100%; width: 652px; _width: 627px;
		}
	#header_right_column {
		float: left;
		background-image: url('../layout_pix/header_next_pix.jpg'); background-repeat: no-repeat; background-position: left top;
		height: 100%; width: 232px;
		}

#lightheader_case { float: left; width: 890px; height: 15px; border-top: 3px solid white; }
	#lightheader_left_column {
		float: left;
		background-color:#0E6FBC;
		border-right: 2px solid white; 
		height: 100%; width: 652px; _width: 627px;
		}
	#lightheader_right_column {
		float: left;
		background-color: black;
		height: 100%; width: 232px;
		}

#pagepix_case { float: left; width: 890px; height: 140px; border-top: 3px solid white; }
        #pagepix_left_column {
		float: left;
        width: 140px;
		padding: 5px;
        background-color: #DF9800;
		height: 100%;
        }
        #pagepix_center_column {
		float: left;
		border-left: 3px solid white;
		border-right: 3px solid white;
		padding: 5px;
		width: 488px;
		background-color: white;
		height: 100%;
        }
        #pagepix_right_column {
		float: left;
		width: 222px;
		_width: 231px;
		padding: 5px;
        background-color: #A1A1A1;
		height: 100%;
        }
		
#page_case { float: left; width: 890px; border-top: 3px solid white; }

        #content_left_column {
          float: left;
          width: 140px;
		  padding: 5px;
          background-color: white;
        }
        #content_center_column {
          float: left;
		  border-left: 3px solid white;
		  border-right: 3px solid white;
		  padding: 5px;
          width: 488px;
          background-color: white;
        }
        #content_right_column {
          float: left;
         width: 222px;
		  padding: 5px;
  		background-image: url('../layout_pix/gradient_pix.jpg'); background-repeat: no-repeat; background-position: left top;
        background-color: #FFFFFF;
		  min-height: 250px;
        }

#footer_case { float: left; width: 890px; border-top: 3px solid white; }

        #footer_left_column {
          float: left;
          width: 150px;
		  padding: 0px;
		  height: 10px;
          background-color:#0E6FBC;
        }
        #footer_center_column {
          float: left;
		  border-left: 3px solid white;
		  border-right: 3px solid white;
		  padding: 5px;
          width: 488px;
          background-color: white;
        }
        #footer_right_column {
        float: left;
		width: 222px;
		padding: 5px;
		text-align: right;
		font-size: 11px;
		color: white;
        background-color: #DF9800;
      	}
