html {
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	height:100%;
}
#website_wrapper {
	position:relative;
	overflow:visible;
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;
	/*min-width:600px;				/* min website width */
}
#website {
	position:relative;
	overflow:visible;
	width:772px;						/* set fixed width here */
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	/*max-width:900px;				/* max website width */
}
#header {
	position:relative;
	z-index:1;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
}
#headercontent {
	position:relative;
	padding:0px;
}
#main {
	position:relative;
	overflow:visible;
	z-index:2;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
}
#left {
	position:absolute;
	z-index:3;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width:0px;					/* left menu width */
	height:auto;
}
#leftcontent {
	position:relative;
	padding:0px;
	margin:0px 0px;
	/*min-height:450px;				/* website menus and content minimum height */
}
#center {
	position:relative;
	z-index:3;
	margin:0px 194px 0px 0px;
	padding:0px;
	height:auto;
}
#centercontent {
	position:relative;
	padding:10px;
	margin:0px;
	/*min-height:450px;				/* website menus and content minimum height */
}
#right {
	position:absolute;
	z-index:4;
	top:0px;
	right:0px;
	margin:0px;
	padding:0px;
	width:194px;					/* right menu width */
	height:auto;
}
#rightcontent {
	position:relative;
	padding:0px;
	margin:0px 0px;
	/*min-height:450px;				/* website menus and content minimum height */
}
#footer {
	position:relative;
	z-index:1;
	margin:0px;
	padding:0px;
	height:auto;
	text-align:center;
}
#footercontent {
	position:relative;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
}
#footercloser {
	position:relative;
background-color:none;
	height:10px;
	background: transparent url(/images/footercloser.gif) top center no-repeat;
}
div.invisibleline {
	display: none;
}
.green {
	color: #92AE5A;
}
.pink {
	color: #ED008C;
}
.blue {
	color: #09B1F0;
}
/* Fat Frog */
#fatfrog {
	position:relative;
	float:right;
	text-indent: -9999px;
	width: 90px;
	height: 15px;
	background: transparent url(/images/fatfroglogo.gif) top center no-repeat;
	margin-top:5px;
	margin-right:10px;
}
#fatfrog a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
}