﻿body {
    text-align: center;
    margin: 25px 0 0 0;
}

#pageContainer {
    text-align: left;
    width: 770px;
    margin: 0 auto;
}

#printHeader {
    display: none;
}
 
#topMenuWrapper {
} 
 
img {
    display: block;
}

/* COLUMNS */ 

#contentLeftCol, #pressMenu {
    width: 148px;
}

#contentRightCol {
    width: 190px;
}

#contentCenterCol {
    width: 410px;
}

#contentLeftCol, #contentCenterCol, #pressMenu {
    float: left;
}
    
#contentRightCol {
	float: right;
}

#contentLeftCol, #pressMenu {
	margin: 0 12px 0 0;
}

#footer {
	height: 40px;
}