/* 100% high layouts attempt */
html, body {
	height:99.5%
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #AC3C0A;
	text-align: center;
	background-image: url(images/bg-pattern.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

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: 817px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #170902;
	background-image: url(images/allareasbg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 86px;
}

div#headerArea {
	position: relative;
	height: 397px;
	background-image: url(images/headerbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div#headerArea object {
	position: absolute;
	left: 26px;
	top: 113px;
}

div#menuArea {
	position: relative;
	height: 2em;
}

div#leftArea {
	position: relative;
	width: 112px;
	float: left;
}

div#rightArea {
	position: relative;
	margin: 0 0 0 112px;
}

div#contentArea {
	position: relative;
	margin: 15px 15px 80px 15px;
}

div#footerArea {
	position: absolute;
	width: 817px;
	height: 60px;
	background-color: #AD3C0A;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	left: 0;
	bottom: 0;
	font-size: .7em;
	color: #FFFFFF;
}

div#footerArea div {
	position: relative;
	margin: 17px 0 0 10px;
}

div#footerArea p {
	margin: 0;
	padding: 0;
}

div#footerArea a {
	color: #FFFFFF;
	text-decoration: none;
}