body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	background-color: #FFFEED;
}

#index_title
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	position: absolute;
	left: 50px;
	top: 20px;
}
#index_title p
{
	line-height: 24pt;
	color: #FFFEED;
	background-color: #A39E65;
	float: none;
	display: inline;
}
#index_image
{
	position: absolute;
	left: 50px;
	top: 128px;
}

#panel_left_1 {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 85px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#panel_left_2 {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 85px;
	height: 100%;
	position: absolute;
	left: 100px;
	top: 0px;
}
#panel_container {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 820px;
	height: auto;
	position: absolute;
	left: 185px;
	top: 0px;
}
#panel_container #logo {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 94px;
	position: absolute;
	left: 20px;
	top: 20px;
	background-image: url(images/logo.jpg);
	cursor: pointer;
}

#panel_content {
	display: block;
	padding: 0px;
	width: 620px;
	height: auto;
	position: absolute;
	left: 40px;
	top: 220px;
}
#panel_content p{
}
#panel_content ul{
	line-height: 24pt;
}
#panel_content a:link, a:visited
{
	color: #333333;
}
#panel_content a:hover
{
	color: #A39E65;
}
#panel_content caption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#panel_content td
{
	vertical-align: top;	
}
#panel_desc {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: auto;
	position: absolute;
	top: 240px;
	right: 40px;
}
#panel_desc #desc_head {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/desc.gif);
	background-repeat: no-repeat;
	background-color: #FFCC00;
	background-position: 0px 20px;
	cursor: pointer;
}
#panel_desc #desc_pic {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 128px;
	height: 128px;
	position: absolute;
	left: 0px;
	top: 120px;
}
#panel_desc #desc_text {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 220px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #A39E65;
	line-height: 12pt;
}
#panel_desc #desc_text #nane {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#panel_container #panel_content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
}
#panel_container #panel_content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
}
#panel_container #panel_content p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
