/*

    Gavintech Framework - A base for PHP projects
    Copyright (C) 2004-2008 Chris Kloosterman

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

    Author's Email Address:
        kloostec@gavintech.com
    Paper Mail:
        5945 Cassino Road
        Duncan, BC, V9L 4G5, Canada

*/

@import url("style.css");

.sidebar, .footer, .login_bar, .hide_in_print, .success {
        display: none;
}

.show_in_print {
	display: block;
}

body {
	background: #fff url("") repeat-x top left;
}

td.container {
	padding-top: 0px;
}

td.content {
	width: 100%;
	border-right: 0px;
	border-left: 0px;
	background-color: #fff;
}

/* don't want to see the left column at all*/
#layout_column_left {
    display:none;
}
