@charset "utf-8";
#main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #666666;
	font-family: "Times New Roman", Times, serif;
}
#main #header {
	height: 75px;
	width: 1000px;
	background-image: url(images/background.gif);
	padding-top: 25px;
	font-family: "Times New Roman", Times, serif;
}
#main #title {
	width: 328px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 10px;
}
#main #footer {
	clear: both;
	height: auto;
	width: 1000px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-family: "Times New Roman", Times, serif;
}
#main #body1 {
	float: left;
	width: 328px;
	clear: none;
	height: auto;
	font-family: "Times New Roman", Times, serif;
}
#main #body2 {
	float: right;
	width: 670px;
	clear: none;
	height: 600px;
	background-color: #CCCCCC;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-family: "Times New Roman", Times, serif;
}
#main #body1 #nav {
	float: left;
	width: 108px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
}
#main #body1 #menu {
	float: left;
	width: 164px;
	clear: none;
	height: auto;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
}

#main #body2 #text {
	height: auto;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	overflow: auto;
	font-family: "Times New Roman", Times, serif;
}
#main #body2 #text #text1 {
	background-color: #FFFFFF;
	height: 390px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
	overflow: auto;
}
#main #body2 #sample #stext {
	margin: 10px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 10px;
	border: thin solid #666666;
	background-color: #FFFFFF;
}
#main #body2 #sample #pic1 {
	height: 112px;
	width: 158px;
	clear: none;
	float: left;
	padding-top: 5px;
	font-family: "Times New Roman", Times, serif;
	background-color: #666666;
	margin-right: 5px;
	margin-left: 4px;
}

#main #body2 #sample {
	height: 185px;
	font-family: "Times New Roman", Times, serif;
}
#main #body2 #sample #pic2 {
	margin: 10px;
	padding: 10px;
	height: 110px;
	width: 120px;
	clear: none;
	float: left;
	font-family: "Times New Roman", Times, serif;
}

