body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
#wrap {
	height: auto;
	width: 720px;
	margin: 0 auto;
}
#header {
	height: 80px;
	width: 720px;
}
#menu {
	height: 20px;
	width: 720px;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#menu ul, #menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	height: 20px;
	width: 120px;
	text-indent: -9999em;
}
#menu a.nav1 {
	background-image: url(images/menu1.gif);
	background-repeat: no-repeat;
}
#menu a.nav2 {
	background-image: url(images/menu2.gif);
	background-repeat: no-repeat;
}
#menu a.nav3 {
	background-image: url(images/menu3.gif);
	background-repeat: no-repeat;
}
#menu a.nav4 {
	background-image: url(images/menu4.gif);
	background-repeat: no-repeat;
}
#menu a.nav5 {
	background-image: url(images/menu5.gif);
	background-repeat: no-repeat;
}
#menu a.nav6 {
	background-image: url(images/menu6.gif);
	background-repeat: no-repeat;
}
#menu a.nav1:hover {
	background-image: url(images/menu1.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
#menu a.nav2:hover {
	background-image: url(images/menu2.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
#menu a.nav3:hover {
	background-image: url(images/menu3.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
#menu a.nav4:hover {
	background-image: url(images/menu4.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
#menu a.nav5:hover {
	background-image: url(images/menu5.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
#menu a.nav6:hover {
	background-image: url(images/menu6.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}



#contents {
	height: auto;
	width: 720px;
	margin-top: 10px;
	clear: left;
}
.box {
	text-align: center;
	height: auto;
	width: 718px;
	border: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.block {
	height: auto;
	width: 718px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#contents .block h1 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999em;
	background-image: url(images/tb1.gif);
	background-repeat: no-repeat;
	font-size: 26px;
}
#contents .block h2 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999em;
	background-image: url(images/tb2.gif);
	background-repeat: no-repeat;
	font-size: 26px;
}
#contents .block h3 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999em;
	background-image: url(images/tb3.gif);
	background-repeat: no-repeat;
	font-size: 26px;
}
#contents .block p {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 5px;
	line-height: 120%;
}
#contents .block a {
	font-size: 14px;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
#contents .block iframe {
	margin-right: 5px;
}
