@charset "UTF-8";
/* CSS Document */

html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:hidden; /*get rid of scroll bars in IE */
/* */
}

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 100%;
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background-color: #FAFAFA;
}

.pad1 {display:block; width:18px; height:50px; float:left;}

.pad2 {
display:block;
height:230px; /* height to miss header and footer */
}


.RL #head {
	position:absolute;
	margin:0;
	top:0;
	right:16px;
	display:block;
	width:100%;
	height:236px;
	z-index:5;
	text-align: center;
	background-color: #FAFAFA;
}
.RL #headcontainer {
	width:900px;
	height:140px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	vertical-align: top;
	z-index:5;
	padding-top: 13px;
	padding-left: 55px;
	position: relative;
}

.RL #content {
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	max-height:100%; /* fix height for other browsers */
	overflow:auto; /* add scroll bars as required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
	text-align: center;
	padding-left: 39px;

}

