@charset "utf-8";
#main {
	height: auto;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#main #description {
	float: none;
	width: 650px;
	clear: both;
	height: auto;
}
#main  #description #header {
	width: 650px;
	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: 380px;
	clear: both;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #999999;
	height: 20px;
	margin-top: 10px;
	float: none;
	background-color: #666666;
	padding-right: 135px;
	padding-left: 135px;
	padding-top: 10px;
}
#main  #description  #nav #nav1 {
	float: left;
	width: 95px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
	font-style: italic;
	clear: right;
}
#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: 650px;
	clear: left;
	float: left;
	background-color: #666666;
	margin-bottom: 10px;
	height: auto;
	padding-bottom: 10px;
}

#main #pic {
	height: auto;
	width: 630px;
	float: left;
	padding: 10px;
	background-color: #666666;
	overflow: auto;
}


#main #footer {
	clear: left;
	height: auto;
	width: 650px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	float: left;
}

