@charset "utf-8";
#main {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#main #description {
	float: left;
	width: 392px;
	clear: none;
	height: 300px;
}
#main  #description #header {
	width: 392px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#main  #description #nav {
	width: 392px;
	clear: none;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: auto;
	margin-top: 5px;
}
#main  #description  #nav #nav1 {
	float: left;
	width: 95px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
	font-style: italic;
}
#main  #description  #nav #nav2 {
	float: left;
	width: 95px;
	clear: none;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
#main  #description  #nav #nav3 {
	width: 95px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
#main  #description  #nav #nav4 {
	float: left;
	width: 95px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
#main #description #text {
	width: 392px;
	margin-top: 20px;
	padding-top: 20px;
	clear: left;
	float: left;
	height: auto;
}

#main #pic {
	height: auto;
	width: 600px;
	float: right;
	clear: none;
}


#main #footer {
	clear: both;
	height: auto;
	width: 1000px;
}

