body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
#header {
	width: 722px;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff;
	height: 65px;
	background-image: url(images/head.gif);
}
#wrap {
	width: 722px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	background-image: url(images/bg.gif);
}

#menu {
	float: left;
	width: 170px;
  margin: 0px;
  padding: 0px;
}
#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#menu li {
  margin: 0;
  padding: 0;
  width: 170px;
  height: 34px;
  text-indent: -9999px;
}
#menu li a {
  text-decoration: none;	
  display: block;
  width: 170px;
  height: 34px;
}

#menu li#menu1 { background: url(images/menu_01.gif) no-repeat;}
#menu li#menu2 { background: url(images/menu_02.gif) no-repeat;}
#menu li#menu3 { background: url(images/menu_03.gif) no-repeat;}
#menu li#menu4 { background: url(images/menu_04.gif) no-repeat;}
#menu li#menu5 { background: url(images/menu_05.gif) no-repeat;}
#menu li#menu6 { background: url(images/menu_06.gif) no-repeat;}
#menu li#menu7 { background: url(images/menu_07.gif) no-repeat;}

#menu li#menu1 a:hover { background: url(images/menu2_01.gif) no-repeat;}
#menu li#menu2 a:hover { background: url(images/menu2_02.gif) no-repeat;}
#menu li#menu3 a:hover { background: url(images/menu2_03.gif) no-repeat;}
#menu li#menu4 a:hover { background: url(images/menu2_04.gif) no-repeat;}
#menu li#menu5 a:hover { background: url(images/menu2_05.gif) no-repeat;}
#menu li#menu6 a:hover { background: url(images/menu2_06.gif) no-repeat;}
#menu li#menu7 a:hover { background: url(images/menu2_07.gif) no-repeat;}

#content {
	width: 530px;
	float: right;
	padding: 0px 10px;
	margin: 0 ;
}
#content h1 {
  margin: 0px;
  padding: 0px;
}
#content h2 {
	padding: 3px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6600;
	font-size: 14px;
}
#content h3 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 20px;
}
#content h4 {
	margin: 10px 0px 0px;
	padding: 0px;
}
#content p li td {
	font-size: .95em;
	line-height: 140%;
}

#content th {
	font-size: 12px;
	line-height: 140%;
	background-color: #cccccc;
	font-weight: normal;
	text-align: left;
}

#pagetop {
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.new {
	font-size: 12px;
	color: #666666;
}
.topic {
	font-size: 12px;
}
#footer {
	clear: both;
	width: 722px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 3px 0px;
	margin: 0px;
}.right {
	float: right;
}
