/*
    .========================================.
    ||  I WILL NOT USE TABLES FOR DESIGN.   ||
    ||  I WILL NOT USE TABLES FOR DESIGN.   ||
    ||  I WILL NOT USE TABLES FOR DESIGN.   ||
    ||  I .----.OT U,                       ||
    ||   / ><   \  /                        ||
    ||  |        |/\                        ||
    ||   \______//\/                        ||
    ||   _(____)/ /                         ||
    ||__/ ,_ _  _/__________________________||
    '===\___\_) |============================'
         |______|
         |  ||  |
         |__||__|
         (__)(__) jgs/cm

Title _____ print.css
Author ____ webmaster@kalkadoon.net
URL _______ www.kalkadoon.net
Desc ______ Print Styles
Created ___ 2005/12/18
Modified __ 2006/02/20
Copyright _ Kalkadoon Corporate Solutions 2002-2006

/*  Global  ))<<>>(( - - - >> */

* { margin: 0; padding: 0; }
h1, p, ul{ margin-bottom: 1em; }

h2, h3, h4, h5, h6	{ margin-bottom:0.3em; }

h3, h4, h5, h6	{ margin-top:1em; font-size: 1.5em; }


body {
	background: #fff;
	font-size: 90%;
	color:#000;
	padding: 1em;
}

#leftmenu, #rightmenu, #nav-top, #footer, #breadcrumb, .skip, #header img {
	display: none;
}

#content img.right, #content img.left {
	padding: 0.5em;
	margin: 0.5em 1em;
	border: #ededed solid 1px;
}

#content img.left {
	float: left;
}

#content img.right {
	float: right;
}

ul {
	list-style: none;
	padding-left: 1em;
	margin-bottom: 0.5em;
}

