body {
	padding: 0px;
	margin: 0px;
}

#header {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 750px;
	height: 150px;
	border: 1px solid black;
	background-image: url(../images/header001.jpg);
	background-repeat: no-repeat;
	z-index: 100;
}

#title {
	position: absolute;
	width: 600px;
	height: 140px;
	left: 20px;
	top: 0px;
	border: 0px solid red;
	font-size: 50px;
	color: black;
	text-align: center;
	background-image: url(../images/title001.png);
}

#menu_container {
	position: absolute;
	top: 160px;
	left: 10px;
	width: 150px;
	height: auto;
	text-align: center;
	border: 0px solid purple;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background: #f3efc2;
	z-index: 1;
	overflow: visible;
}

#menu_container img {
  border: 0px;
}

font.logo_header {
  font-family: arial;
  font-weight: bold;
  font-size: 0.7em;
  padding: 10px 10px 5px 10px;
  border: 0px solid black;
  display: block;
}

#menu {
	position: absolute;
	top: 15px;
	left: 10%;
	width: 80%;
	border: 0px solid green;
	text-align: left;
	z-index: 3;
	font-family: arial;
	f/ont-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#menu a {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#menu a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #bdbdbd;
	text-decoration: none;
}

a.company_link {
  font-family: arial;
  font-weight: bold;
  font-size: 0.6em;
  padding: 10px;
  color: #6f6f6f;
  text-decoration: none;
  border: 0px solid black;
  display: block;
  padding: 0px 5px 10px 5px;
  margin: 0px;
}

a.company_link:hover {
  color: black;
}

#menu hr {
	width: 100%;
	color: black;
	height: 1px;
}

#menu_footer {
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 150px;
	height: 50px;
	border: 0px solid red;
	background-image: url(../images/footer_menu001.jpg);
	z-index: 2;
}

#content {
	position: absolute;
	top: 162px;
	left: 160px;
	width: 600px;
	height: auto;
	border: 0px solid green;
	text-align: center;
}

#content a {
  text-decoration: none;
  color: blue;
}

#content a:hover {
  text-decoration: underline;
}

table.list {
  text-align: left;
  border: 0px solid black;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

table.list ul {
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 0px 00px;
  list-style-type: disc;
}

table.list ul li {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

p.content {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	margin-left: 25px;
	width: 550px;
	text-align: left;
	border: 0px solid red;
	font-size: 0.9em;
	font-family: arial, sans-serif;
	line-height: 130%;
}

img.content {
	margin-left: 5px;
	margin-bottom: 0px;
	float: right;
	border: 0px;
}

img.content2 {
	margin-right: 5px;
	margin-bottom: 0px;
	float: left;
	border: 0px;
}

img.sepwin {
  padding: 0px;
  margin: 0px 0px 3px 1px;
  border: 0px solid black;
}

#period-range {
  font-size: 1.5em;
  font-weight: bold;
}