@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

img {
	margin: 0px;
	border: 0px;
}

table {
	border: 0px;
}

a.menu {
	color: black;
	text-decoration: underline;
}

#page {
	height: 100%;
	margin: 10px;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 149px;
	vertical-align: bottom;
}

#headerTitle {
	position: absolute;
	top: 26px;
	left: 148px;
}

#textBody {
	position: absolute;
	top: 0px;
	left: 200px;
	right: 0px;
	padding-right: 20px;
	padding-left: 10px;
	min-width: 645px;
	min-height: 100%;
}

#leftArea {
	position: absolute;
	width: 188px;
	left: -190px;
	background-image: url(../images/left-tile.jpeg);
	background-repeat: repeat-y;
	top: 125px;
	bottom: 0px;
}

#leftHeader {
	position: relative;
	top: 36px;
	left: 13px;
}

#leftMenu {
	position: relative;
	top: 42px;
	left: 30px;
}

#borderH {
	position: relative;
	top: -34px;
	height: 2px;
	width: 100%;
}

#borderR {
	position: absolute;
	background-image: url(../images/border-block.jpeg);
	background-repeat: repeat-y;
	top: 125px;
	bottom: 0px;
	width: 2px;
	right: 10px;
}
	