﻿/********************************************************************************
********************************************************************************/
#css-container
{
    margin: 0 auto;
    width: 870px;
	padding: 0 0 0 0;
    background-color: #FFFFFF;
}
#css-header
{
    width: 800px;
    height: 1px;
    font-family: Verdana, Arial, Tahoma, Garamond;
    font-size: x-small;
    /*border-bottom: solid 1px #000000;*/
    background-color: #FFFFCD;
    margin-bottom: 1em;
	/*display:none;*/
}
#css-footer
{
    clear: both;
    color: #CCCCCC;
    font-family: Verdana, Arial, Tahoma, Garamond;
    font-size: xx-small;
    text-align: center;
    padding-top: 2em;
    margin: 0 auto;
    width: 800px;
    background-color: #FFFFFF;
}
#css-left-column
{
    padding-left: 5px;
    width: 195px;
    float: left;
	display:none;
}
#css-main-body
{
    float: left;
    
    height: auto;
    min-height: 500px;
    padding: 0 5px;
/*
 *  970 (container width)
 *  200 (left column)
 *  2   (left padding)
 *  2   (right padding)
 *-----
 *  766
 */
    width: 700px;
}

/********************************************************************************
********************************************************************************/
#css-header-left
{
    float: left;
    height: 56px;
    /*width: 250px;*/
}
#css-header-left span
{
    display: none;
}
#css-header-right
{
/*
 * 970
 * 250
 *----
 * 720
 */
    float: right;
/*
    height: 80px;
    width: 720px;
*/
}

@media print 
{
	#css-container
	{
	}
	#css-header
	{
		width: 100%;
	}
	#css-footer
	{
		display: none;
	}
	#css-left-column
	{
		display: none;
	}
	#css-main-body
	{
		width: 100%;
	}
	#css-header-left
	{
	}
	#css-header-left span
	{
		display: none;
	}
	#css-header-right
	{
		display: none;
	}
}
