* {margin:0px;padding:0px;}


body{
	background-color:#DDE1D3
}

h1{
	font-size:3em;
	line-height: 20px;
}
h2{
	font-size:24px;
	font-weight:100;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
h3{
	font-size:14px;
	font-weight:100;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #333333;
}
P{
	color:#333333;
}

.whole_container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
.header_container {
	background-image: url(image/head.gif);
	height: 60px;
	width: 770px;
}
.content {
	padding: 10px;
	width: 750px;
}

.heading_container {
	background-image: url(image/head.gif);
	background-position: 0px -60px;
	height: 50px;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
}.menu_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 770px;
	background-color: #EEEEEE;
}
.Menu_type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Inside_container {
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	float: left;
}

#b_normal ul {
	list-style-type : none;
}
#b_normal li {
	display : inline;
	float:left;
	width:100px;
}
#b_normal a {
	display:block;
	background-color:#D8E6EE;
	text-decoration:none;
	color:#000000;
	width:100%;
	height:1.5em;
	padding-top: 5px;
}

#b_normal a:hover {
	display:block;
	background-color:#FF9900;
	text-decoration:none;
	color:#000000;
	height:1.5em;
	padding-top: 5px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
