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:744px;						/* set fixed width here */
	height:auto;
	margin-left:auto;
	margin-right:auto;
	/*max-width:900px;				/* max website width */
}
#header {
	position:relative;
	z-index:1;
	margin:0px;
	padding:0px;
	width:100%;
	height:126px;
}

#main {
	position:relative;
	overflow:visible;
	z-index:2;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
}
#left {
	position:relative;
	float:left;
	overflow:hidden;
	z-index:3;
	margin:0px;
	padding:0px;
	width:147px;					/* left menu width */
	height:auto;
}
#leftcontent {
	position:relative;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 0px 0px;
	/*min-height:450px;				/* website menus and content minimum height */
}
#center {
	position:relative;
	float:left;
	overflow:hidden;
	z-index:4;
	margin:0px; 
	padding:0px;
	width:440px;
	height:auto;
}
#center2col {
	position:relative;
	float:left;
	overflow:hidden;
	z-index:4;
	margin:0px; 
	padding:0px;
	width:597px;
	height:auto;
}
#centercontent {
	position:relative;
	padding:0px;
	margin:0px 0px 0px 14px;
}
#centercontent p {
	line-height: 1.5em;	/*min-height:450px;				/* website menus and content minimum height */
}
#right {
	position:relative;
	float:right;
	overflow:hidden;
	z-index:3;
	margin:0px;
	padding:0px;
	width:147px;					/* right menu width */
	height:auto;
}
#rightcontent {
	position:relative;
	overflow:hidden;
	padding:0px;
	margin:0px;
	/*min-height:450px;				/* website menus and content minimum height */
}
#footer {
	position:relative;
	z-index:1;
	margin:0px;
	padding:0px;
	width:100%;
}
div.invisibleline {
	display:none;
}

/*Fat Frog*/
#fatfrog {
	top:90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position:relative;
	color: #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/*Company Registration Details*/
#RegDetails {
	top:90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	position:absolute;
	color: #afafaf;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}