/* 100% high layouts attempt */
html, body {
	height:99.5%
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #ebebeb;
}

div#allAreas {
	height:100%;
	min-height:100%;
}

/*for mozilla as IE treats height as min-height anyway*/
html > body div#allAreas {
	height: auto;
}

/* usefull br style */
br.clearAll {
	position: relative;
	clear: both;
	line-height: 1px;
	height: 1px;
}

/* Hack IE Float bug. Hide from IE5-mac. Only IE-win sees this. \*/
* html div#leftArea {
	margin-right: 0;
}
 
* html div#rightArea {
	height: 1%;
	margin-left: 0;
}
/* End hide from IE5/mac */


div#allAreas {
	position: relative;
	width: 799px;
	margin: 0 auto 0 auto;
	border-left: 1px solid #979291;
	border-right: 1px solid #979291;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-y;
}

/* --------------- TOP AREA -------------- */
div#headerArea {
	position: relative;
	height: 140px;
	border-bottom: 1px solid #979291;
}

div#headerArea img {
	position: absolute;
}

div#menuArea {
	position: relative;
	height: 1.5em;
	background-color: #666666;
	border-bottom: 1px solid #979291;
}
/* ------------------------------------------------- */



/* ----------------- LEFT AREA -------------------- */
div#leftArea {
	position: relative;
	width: 119px;
	float: left;
	margin: 0 0 180px 0;
}

div#leftTop {
	position: relative;
	width: 119px;
	height: 221px;
	border-bottom: 1px solid #979291;
	background-image: url(images/lefttop.jpg);
	background-repeat: no-repeat;
}
/* ------------------------------------------------- */



/* ----------------- RIGHT AREA --------------------- */
div#rightArea {
	position: relative;
	margin: -1px 0 50px 119px;
	padding-right: 149px;
	border-top: 1px solid #979291;
}

div#contentArea {
	position: relative;
	margin: 15px;
}
/* ------------------------------------------------- */



/* ----------------- FAR RIGHT AREA --------------------- */
div#farRightArea {
	position: relative;
	width: 149px;
	float: right;
	margin-left: -149px;
	right: -149px;
}

div#rightTop {
	position: relative;
	width: 149px;
	height: 221px;
	border-bottom: 1px solid #979291;
	background-image: url(images/righttop.jpg);
	background-repeat: no-repeat;
}
/* ------------------------------------------------- */



/* ------------------ BOTTOM AREA ----------------- */
div#footerArea {
	position: absolute;
	width: 799px;
	height: 32px;
	left: 0;
	bottom: -1px;
	background-color: #979291;
	border-bottom: 1px solid #979291;
}

div#footerArea img {
	position: absolute;
	left: 133px;
	top: 9px;
	border: none;
}

div#leftBottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 119px;
	height: 160px;
	background-image: url(images/leftbottom.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #979291;
}

div#rightBottom {
	position: absolute;
	left: 650px;
	bottom: 32px;
	width: 149px;
	height: 128px;
	background-image: url(images/rightbottom.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #979291;
}
/* ------------------------------------------------- */
