/* 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: #5A1905;
	background-image: url(images/bg_image.jpg);
	background-position: top;
	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: 720px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}

/* --------------------- HEADER AREA -------------------- */
div#headerArea {
	position: relative;
	height: 134px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
/* ------------------------------------------------------ */


/* --------------------- RIGHT AREA -------------------- */
div#rightArea {
	position: relative;
}

div#contentArea {
	position: relative;
	margin: 16px;
}

div#bnrOzArea {
	position: relative;
	height: 187px;
}

div#bnrOzArea img#bnr {
	position: absolute;
	left: 0;
	top: 0;
}

div#bnrOzArea img#oz {
	position: absolute;
	left: 469px;
	top: 0;
}

div#bnrOzArea a.state {
	position: absolute;
	display: block;
	font-size: 1px;
	cursor: pointer;
	background-image: url(x.gif);
}
/* ------------------------------------------------------ */


/* --------------------- FOOTER AREA -------------------- */
div#footerArea {
	position: absolute;
	width: 688px;
	height: 30px;
	border-top: 1px solid #CD894C;
	left: 16px;
	bottom: 0;
	color: #CD894C;
}

div#footerArea a {
	color: #CD894C;
	text-decoration: none;
}

div#copyright {
	position: absolute;
	font-size: .6em;
	top: 6px;
	left: 0;
}

div#productLinks {
	position: absolute;
	font-size: .6em;
	top: 6px;
	right: 0;
}
/* ------------------------------------------------------ */
