body {
	margin: 0; 
    padding: 0; 
	text-align: center;
}
h3 {
	margin-bottom: 1px;
	font-family: Georgia, Palatino Linotype, serif;
	font-size: 1.2em;
	text-decoration: underline;
	padding: 0px;
}
#container {
	text-align: left;
	margin: auto;
	width: 715px;
}
#menu {
	background-color: #CC3333;
	color: #FFFFCC;
	width: 715px;
	text-align: center;
	font-family: Arial;
	font-size: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	display: none;
}

#menu a:link, #menu a:visited {
	color: #FFFFCC;
	text-decoration: none;
	padding-right: 15px;
}

#menu a:hover, #menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	background-color: #FFFFCC;
	color: #000000;
	font-family: Arial;
	font-size: 1em;
	padding: 5px;
	text-align: left;
}
#painting {
	background-image: url('../images/tearoompainting.jpg');
	background-repeat: no-repeat;
	width: 715px;
	height: 800px;
	padding: 0px;
	margin: 0px;
}
#newsbox {
	padding-top: 125px;
	padding-left: 150px;
	width: 500px; 
}
#newstext {
	background-color: #ffffff; 
	filter: Alpha(opacity=80); 
	opacity: .8;
	border: 1px solid #000; 
	width: 400px;
	padding: 5px;
}
ul {
	margin-top: 3px;
}
li {
	margin-bottom: 2px;
}
#olde {
	font-weight: bold;
	font-family: Georgia, Palatino Linotype, serif;
}
#footer {
	color: #FFFFCC;
	background-color: #CC3333;
	text-align: center;
	width: 715px;
	font-family: Arial;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: .8em;
	margin-bottom: 10px;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #FFFFCC;
	text-decoration: underline;
}