body {
	text-align: center;
	margin: 0px auto;
	background-color: #f6f6f6;
	font-family: Arial, Verdana, Tahoma;
}

#site {
  width: 100%;
	background-image: url(bg-repeat.png);
	background-repeat: repeat-x;
}

#menu {
	margin-left: auto;
	margin-right: auto;
  width: 605px;
  height: 64px;
	background-image: url(menu.png);
	text-align: left;
}

#menu ul {
  margin: 0px 0px 0px -10px;
  padding: 0px;
	list-style-type: none;
  position: absolute;
}

#menu a {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#menu a:hover {
	text-decoration: underline;
	color: white;	
}

#menu li {
  text-align: right;
	margin-top: 20px;
  float: left;
  width: 120px;
}

#header {
  width: 605px;
  height: 188px;
	background-image: url(header.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 7px;
}

#header-left {
  width: 200px;
  height: 188px;
  float: left;
}

#header h1 {
	margin: 0px;
	padding: 0px;
}

#header h1 a {
	width: 0px;
	display: block;
	height: 180px;
	padding: 0px 0px 0px 190px;
	margin: 0px;
	overflow: hidden;
}

#header-right {
  width: 405px;
  height: 188px;
  float: left;
}

#header object {
  position: relative;
  left: 21px;
  top: 9px;
}

#header-clear {
  clear: left;
}

#center {
	margin-left: auto;
	margin-right: auto;
  width: 605px;
 	background-image: url(bg-content-repeat.png);
 	background-repeat: repeat-y;
}

#center-left {
  width: 211px;
  float: left;
  text-align: left;
}

#center-left-head {
  width: 195px;
  height: 32px;
  background-image: url(undermenu-repeat.png);
  margin: 6px 6px 0px 10px;
}

#center-left-head h2 {
  font-size: 9pt;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin: 0px;
  padding: 8px;  
}

#center-left-content {
  width: 195px;
  margin: 6px 6px 0px 10px;   
}

#center-left-content div {
  margin: 8px;
  padding: 0px;  
}

#center-left-content p {
  font-size: 8pt;
  font-weight: normal;
  color: #434343;
  margin: 8px 0px 8px 0px;
}

#center-left-content a {
  font-size: 8pt;
  font-weight: normal;
  color: #01a753;
  text-decoration: none;
}

#center-left-content a:hover {
  text-decoration: underline;
}

#center-right {
  width: 394px;
  float: left;
  text-align: left;
}

#center-right-head {
  width: 378px;
  height: 32px;
  background-image: url(undermenu-repeat.png);
  margin: 6px 10px 0px 6px;  
}

#center-right-head h2 {
  font-size: 9pt;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin: 0px;
  padding: 8px;
}

#center-right-content {
  width: 378px;
  min-height: 200px;  
  margin: 6px 10px 0px 6px;  
}

#center-right-content div {
  margin: 8px;
  padding: 0px;  
}

#center-right-content p {
  font-size: 8pt;
  font-weight: normal;
  color: #434343;
  margin: 8px 0px 8px 0px;  
}

#center-right-content img {
  margin: 0px 6px 6px 0px;
  text-decoration: none;
	border-style: solid;
  border-color: #a2a2a2;
}

#center-right-content a {
  font-size: 8pt;
  font-weight: normal;
  color: #01a753;
  text-decoration: none;
}

#center-right-content a:hover {
  text-decoration: underline;
}

#center-right-content h3 {
  font-size: 10pt;
  font-weight: bold;
  color: #434343;
}

#center-right-content h3 a {
  font-size: 10pt;
  font-weight: bold;
  color: #434343;
}

#center-right-content h4 {
  font-size: 9pt;
  font-weight: bold;
  color: #434343;
}

#center-right-content h5 {
  font-size: 8pt;
  font-weight: bold;
  color: #434343;
}

#center-right-content li {
  font-size: 8pt;
  font-weight: normal;
  color: #434343;
}

#center-right-content ul {
  list-style-type: square;
}

#center-right-bottom {
  width: 378px;
  height: 69px;
  margin: 6px 10px 0px 6px;
}

#center-clear {
  clear: left;
}

#bottom {
	margin-left: auto;
	margin-right: auto;
  width: 605px;
  height: 40px;
 	background-image: url(bottom.png);
 	background-position: top left;
 	background-repeat: no-repeat;
 	text-align: right; 	
}

#bottom-content p {
  font-size: 8pt;
  font-weight: normal;
  color: #6e6e6e;
  margin: 0px 10px 0px 0px;
  padding-top: 10px;
}

#bottom-content a {
  font-size: 8pt;
  font-weight: normal;
  font-style: italic;
  color: #6e6e6e;
  text-decoration: none;
}

#bottom-content a:hover {
  text-decoration: underline;
}

