body {
	background: #FFF5EE;
}
h1 {
	/*border-bottom: 10px solid;*/
	font-size: 18pt;
}
#CaptionContainer p{
	background-color:white;
}
#Container {
	border-color:white;
}
.movieContainer {
	margin-left:-500px;
}
.album {
	margin-top:10px;
	padding-left:10px;
	width: 320px;
	height:150px;
	border:1px solid gray;
	background-color:#FFF5EE;
}
#mochaWindow01 {
	width: 240px;
	height:150px;
}
#mochaWindow02 {
	width: 200px;
	height:150px;
}
#mochaWindow03 {
	width: 320px;
	height:200px;
}
#mochaWindow04 {
	width: 200px;
	height:200px;
}
/* caution page */
#caution h1 {
	color : #f00;
	border-bottom : 1px dotted #ffafaf;
	font-size : 18pt;
	width:400px;
}
#caution p {
	background-color:white;
	color:#000000;
}
#caution {
	background-color:#ffffff;
}
