/*
    .========================================.
    ||  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 _____ page-default-no-menu.css
Author ____ webmaster@kalkadoon.net
URL _______ www.kalkadoon.net
Desc ______ Page Layout Styles
Created ___ 2005/12/18
Modified __ 2006/02/20
Copyright _ Kalkadoon Corporate Solutions 2002-2006

/*  Layout  ))<<>>(( - - - >> */

#container {
	width: 750px;
	margin: 0px auto;
}

* html #container{
	width: 760px;
	w\idth: 750px;
}

#header {
	width: 100%;
	height: 100px;
}

#content {
	width: 720px;
	float:left;
	position:relative;
	left:15px;
	padding-bottom: 1em;
}

#leftmenu {
	display: none;
}

#rightmenu {
	display: none;
}

#footer {
	width: 100%;
	height: 80px;
	clear: both;
}

