#header {
margin: 0 auto;
width: 768px;
}

#languages {
margin: 0 0 2px 0;
width: 761px;
background-image: url(topbar_bg.gif);
background-repeat: repeat-x;
background-position:top;
background-color: transparent;
float:left;
text-align: left;
}

#languages2 {
margin: 0 0 2px 0;
float:left;
}

#mastheadcontainer {
margin: 0 0 2px 0;
float:left;
background: url(home.jpg);
background-position: top; 
background-repeat: no-repeat;
}

#masthead1 {
margin: 0;
width: 768px;
height: 101px;
float:left;
}

#masthead2 {
margin: 0;
width: 768px;
float:left;
}

#searchboxcontainer {
width: 768px;
height: 100%;
margin: 0;
}

#searchbox {
margin: 30px 15px 0 0;
float: right;
}

#subnav1 {
margin: 0;
width: 768px;
height: 24px;
float:left;
background: url(subnav1_bg.gif);
}

#subnav2 {
margin: 0;
width: 768px;
height: 3px;
float:left;
background: url(subnav2_bg.gif);
background-repeat: repeat-x;
background-position:top;
background-color: transparent;
}

#supercontainer {
			width: 770px;
			margin: 0 auto;
			overflow: visible;
			
		}
		
		#container {
			padding-left: 168px;      /* LC width */
			padding-right: 173px;     /* RC width */
			display: table;
			
		}
		
		#container .column {
			position: relative;
			float: left;
text-align: left;
		}
		
		#center {
			width: 100%;
			display: table-cell;
		}
		
		#left {
			width: 165px;             /* LC width */
			right: 165px;             /* LC width */
			margin-left: -430px;
			display: table-cell;
		}
		
		#right {
			width: 173px;             /* RC width */
			margin-right: -100%;
			display: table-cell;
			
		}

#footer {
clear: both;
margin: 0 auto;
width: 379px;
}

