body {
	height:100%;
	max-height:100%;
	overflow:visible;
	padding:0;
	margin:0;
	border:0;
}

#header {
	position:absolute;
	margin:0px;
	top:3px;
	left:3px;
	display:block;
	width:100%;	
	height:280px;
	background: transparent url(./header.jpg);
	background-repeat:no-repeat;
	font-size:4em;
	z-index:5;
	color:#000;
}

#footer {
	position:absolute;
	margin:0;
	top:1260px;
	bottom:0;
	left:3px;
	display:block;
	width:888px;
	height:50px;
	background:rgb(233,238,242);
	font-size:0.8em;
	z-index:5;
	text-align:right;
	color:rgb(157,78,84);
}

#left, #right {
	position:absolute;
	left:0;
	top:280px;
	bottom:52px;
	height:auto;
	font-size:1em;
	z-index:4;
	overflow:visible;
}
* html #left, * html #right {
	height:100%;
	top:0;
	bottom:0;
	border-top:275px solid #fff;
	border-bottom:52px solid #fff;
}
#left {
	left:3px;
	height:auto;
	background:rgb(255,255,255);
}

#sidebar {
	background: transparent url(./lhs.jpg) top left no-repeat;
	float: left;
	top:367px;
	position:absolute;
	width: 230px;
	height: 343px;
}

#right {
	left:241px;
	height:auto;
	background:rgb(255,255,255);
}	

/* VERTICAL MENU */
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
.vmenu {
	width: 230px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.vmenu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.vmenu ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-vmenu-button.gif) top left no-repeat;
}
.vmenu ul li a {
	display: block;
	margin: 0 0 0 0px;
	width: 100%;
	padding-left: 0px;
	/*text-transform: uppercase;*/
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 75%;
	vertical-align: bottom;
	text-indent: 15px; 
	color: #000;
	text-decoration: none;
	background: transparent url(images/bg-vmenu-button.gif) top left no-repeat;
}
.vmenu ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 1.6em;
	padding-top: 5px;
	background: transparent url(images/bg-vmenu-button.gif) top right no-repeat;
	cursor: pointer;
}
.vmenu ul li a:hover,
.vmenu ul li.highlight a {
	background: transparent url(images/bg-vmenu-h.gif) top left no-repeat;
	color: #FFFFFF;
}
.vmenu ul li a:hover span.menu_ar,
.vmenu ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-vmenu-h.gif) top right no-repeat;
	color: #FFFFFF;
}
/* END VERTICAL MENU */


