body {
	margin: 0px;
}
h1 {
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 2px;
}

#cont {
	text-align: left;
	height: 610px;
	width: 800px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
#main_cont {
	float: left;
	height: 460px;
	width: 453px;
	padding: 5px;
}

#main_cont p {
	margin: 0px;
}

#menu_cont {
	float: left;
	height: 470px;
	width: 177px;
	background-color: #F5F5F5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	overflow: auto;
}
#menu_cont p {
	margin: 0px;
}
#menu_cont ul {
	font-size: 10pt;
	line-height: 150%;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#menu_cont A {
	color: #993300;
	text-decoration: none;
}
#menu_cont A:Hover {
	color: #FF0000;
	text-decoration: underline;
}

#foot_cont {
	height: 16px;
	width: 100%;
	margin-top: 20px;
	float: left;
}


#left_cont {
	width: 155px;
	height: 115px;
	float: left;
	background-image: url(../img/img01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 9pt;
	color: #666666;
	padding-top: 440px;
	padding-left: 4px;
}
#left_cont p {
	margin-top: 2px;
	margin-bottom: 2px;
}
.left_cont_font01 {
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}


#top {
	float: left;
	height: 84px;
	width: 641px;
}
