body {
	margin: 0px;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	vertical-align: top;
	font-size: small;

}
.outline {
	background-color: #FFFFFF;
	width: 750px;
	vertical-align: top;
	text-align: left;
}
.menu_area {
	color: #FFFFFF;
	background-color: #000000;
	width: 200px;
	text-align: left;
}

#menu_museum {
	text-align: left;
}

.menu_box {
	background-color: #2C5885;
	color: #FFFFFF;
	width: 25%;
	padding: 3px;
	text-decoration: none;
}

a.menu:link{
	color: #FFFFFF;
}
a.menu:hover{
	color: #FF9900;
}
a.menu:visited{
	color: #FFFFFF;
}

.sp_10 {
	padding: 10px;
}
.news {
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: 3px 5px;
	text-align: left;
}
.font_orange {
	color: #FF9900;
	font-size: small;
}
h1 {
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: large;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.red_text {
	font-weight: 700;
	color: #990000;
}
h2 {
	font-size: medium;
	font-weight: bold;
	border-left: 10px double #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}
p,li,td,ul {
	line-height: 150%;
	color: #333333;
}
.copy {
	background-color: #000000;
}
.cptxt {
	color: #FFFFFF;
}
.fltxt {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.flcl {
	clear: both;
	float: none;
}

