/* CSS Document */
body
{
	background-color:#FFFFFF;
	background-image:url(images/bottom-border.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0;
	background-attachment:fixed;
	font-size:100%;
}
h1
{
	margin:0px;
	font-family:"Monotype Corsiva", "Comic Sans MS", Arial;
	font-size:175%;
}
h2
{
	margin-bottom:-5px;
	color:#CC0000;
	font-size:100%;
}
p
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
}
blockquote
{
	font-weight:bold;
	font-style:italic;
	font-size:100%;
}
.name
{
	color:#8c1587;
	font-size:150%;
	font-weight:bold;
}
#container
{
	background-image:url(images/top-border.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
}
#masks
{
	background-image:url(images/theatre-masks.gif);
	background-repeat:no-repeat;
	width:165px;
	height:147px;
	top:0px;
	right:0px;
	position:absolute;
}
#header
{
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#headercontent
{
	padding-left:270px;
	padding-top:40px;
	font-weight:bold;
}
#navigation
{
	width:173px;
	float:left;
}
#content
{
	min-height:300px;
}
#bottom
{
	text-align:center;
}