* {
	margin: 0px; 
	padding: 0px;
	border: 0px;
}

html {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height:850px;
}
body {
	position: absolute;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height:850px;
	border-bottom:1px solid;
	top: 0px;
	left: 0px;
	background: url(images/back.jpg) repeat 
}


div#logo {
	margin-left: 10px;
	margin-top: 20px;
	}
	
div#title {
	position: absolute;
	top: 0px;
	left: 250px;
	margin-top: 20px;
	}
	
div#tr {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;

	}

div#br {
	position:absolute;
	bottom: 0px;
	right: 0px;
	z-index: -1;
	font-size:0;
	vertical-align:top;
	}
	
div#bl {
	position:absolute;
	bottom: 0px;
	left: 0px;
	z-index: -1;
	}
	
div#menu {
	position: static;
	padding-top: 20px;
	padding-left: 10px;
	width: 135 px;
}

div#separator {
	position: absolute;
	top: 0px;
	left: 145px;
	height: 100%;
	background: url(images/separator.jpg) repeat-y;
	z-index: -2;
}

img#br, img#bl {
	display:block;
}

div#login  {
	padding-left: 10px;
	width: 150px;
	text-align:center;
	font-family: Times New Roman;
	line-height:1,5;
}

div#content {
	position: relative;
	bottom: 440px;
	left: 250px;
	width: 70%;
	height:100%;
}

h1 {
	padding-left:4px;
	font-size: 14pt;
}

div#page_selector{
}

div#counters {
	position:absolute;
	bottom: 0px;
	width:100%;
	text-align: center;
	z-index: 1;
	font-size:0;
}