﻿/* print css document. want to hide the menus and the side bars */
/* **********************************
Header Layout
************************************/
/*
#header-links {
height: 25px;
width: 1000px;
margin: 0 auto;
margin-top: 3px;
}

#header {
height: 78px;
margin-top: 5px;
}
*/
/* ************************************
 menu layout
**************************************/

#mainmenu {
display: none;
}

/***************************************
Content and sidebar layouts
***************************************/
/*#content{
}
*/
#left_column, #right_column{
display: none;
}

/***********************************
Footer
***********************************/
/*
#footer{
height: 20px;
clear: both;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
}
*/