html {
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
}
#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:760px;						/* set fixed width here */
	height:auto;
	margin-left:auto;
	margin-right:auto;
	/*max-width:900px;				/* max website width */
}
#headertop {
	background-color: #FFFFFF;
	position:relative;
	z-index:1;
	margin:0px;
	padding:0px;
	width:100%;
	height:90px;
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#main {
	position:relative;
/*	background-color: #FFFFFF;*/
	overflow:visible;
	z-index:2;
	margin:0px;
	padding:0px;
	width:100%;
	height:465px;
}
#left {
/*	background-color:#FFFFFF;*/
	position:relative;
	float:left;
	overflow:hidden;
	z-index:1;
	margin:0px;
	padding:0px;
	width:157px;
	height:465px;					/* left menu width */
}
#leftcontent {
	position:relative;
	overflow:hidden;
	margin:0px;
		height:465px;	
/*min-height:450px;				/* website menus and content minimum height */
}
#center {
	position:relative;
	float:left;
	overflow:hidden;
	z-index:4;
	margin:0px;
	padding:0px;
	width:595px;
	height:auto;
}

#centercontent {
	position:relative;
	z-index:4;
	top:72px;
	left:44px;
	height:460px;
	padding:0px;
	margin:0px 0px 0px 0px;
}
#right {
/*	background-color:#F5F6F6;*/
	position:relative;
	float:right;
	overflow:hidden;
	z-index:3;
	margin:0px;
	padding:0px;
	width:0px;					/* right menu width */
	height:auto;
}
#rightcontent {
	position:relative;
	overflow:hidden;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	/*min-height:450px;				/* website menus and content minimum height */
}
#footer {
	position:relative;
	overflow:visible;
	z-index:1;
	margin:0px;
	padding:0px;
	height:133px;
}
div.invisibleline {
	display:none;
}
#fatfrog a {
	position:relative;
float: right;
	margin-top:10px;
	width: 117px;
	height: 19px;
	background: url(/images/fatfrog.gif) 0 0  no-repeat;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	}