	
/* Page layout */ #omni
	{
		background-color: #FFFFFF;
	} #content
	{
		padding: 10px 0px 10px 0px;
		background-color: #EEFFEE;
		height: 80px;
		position: relative;
		z-index: 2;
		font: 12px arial, "Arial";
		color: #555555;
		display: block;
	} #top, #main
	{
		width: 900px;
		margin: 0px auto 0px auto;
	} #banner
	{
		background: url(../images/banner_bg.png) no-repeat top left;
		height: 90px;
	} #menu
	{
		width: 900px;
		height: 43px;
		padding-top: 2px;
		background-color: #CCEECC;
	}

h2
	{
		font: bold 18px Garamond, "times";
		color: #558855;
		text-transform: uppercase;
		margin: 30px auto 30px auto;
	}

strong
	{
		font-weight: bold;
	} #main
	{
		text-align: center;
	} #main > *
	{
		float: left;
		text-align: left;
	}

/* Main Menu items*/ #menu .menu li
	{
		display: block;
		float: left;
	} #menu .menu li a
	{
		display: block;
		padding: 10px;
		text-transform: uppercase;
		text-decoration: underline;
		color: #555555;
		font: 16px Times, "times";
	} #menu .menu li a:hover
	{
		text-decoration: none;

	} #menu .menu .active
	{
		background-color: #99BB99;
	} #menu .menu .active a,#menu .menu .active a:hover
	{
		color: #FFFFFF;
		text-decoration: underline;

	}

/* Backgrounds be here
 *
 */ 
 #background {
 	background-color: #CCEECC;
 	width: 100%;
	height: 45px;
	position: absolute;
	z-index: 1;
	top: 100px;
	left: 0px;
 }
 
 #footer
	{
		height: 100px;
		width: 100%;
		border-bottom: solid 20px #CCEECC;
		clear: both;
		position: relative;
	}

/* Hidden!!
 *
 */ #main > h1:first-child, .hasTip, .fabrikForm > h1
	{
		display: none;
	}	
	
#page object {
	float: left;
	margin: 10px;
}

