﻿#container {
	height: 1120px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header {
	position: absolute;
	height: 100px;
	width: 1000px;
}
#navbar {
	position: absolute;
	height: 42px;
	width: 1000px;
	top: 102px;
}
#content {
	position: absolute;
	height: 1120px;
	width: 1000px;
	top: 44px;
}
.main_textsize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.main_textsize_in_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bolder;
}
