body
{
	background-image: url(scrolls/background.jpg);
	color: white;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}

/*********************************************************************/
/***********************     Menu Wrapper     ************************/
/*********************************************************************/

#scroll
{
	float: left;
}

/*********************************************************************/
/***************************     Menu     ****************************/
/*********************************************************************/

#scroll_top
{
	width: 250px;
	height: 75px;
	margin-bottom: -18px;
}

#menu
{
	width: 250px;
	background: url(scrolls/scroll_body.jpg);
	color: black;
	font-size: large;
	line-height: 150%;
	text-align: center;
	vertical-align: text-top;
}

#scroll_bottom
{
	width: 250px;
	height: 75px;
	margin-top: -18px;
}

#menu a, a:visited
{
	color: black;
	text-decoration: none;
}

#menu a:hover
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 125px;
	color: white;
	background-color: black;
	text-decoration: none;
}

/*********************************************************************/
/**************************     Content     **************************/
/*********************************************************************/

#content
{
	float: left;
	margin-left: 25px;
	width: 450px;
}

#content h1
{
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
}

#content h2
{
	font-size: large;
	font-weight: bold;
}

#content a:link, a:visited
{
	color: white;
	text-decoration: underline;
}

#content a:hover
{
	color: #CC9900;
	text-decoration: underline;
}

.center
{
	text-align: center;
}

img.pic_border
{
	border: 2px solid white;
}

/*********************************************************************/
/*************************     Copyright     *************************/
/*********************************************************************/

#copyright
{
	width: 250px;
	float: left;
	font-size: small;
	text-align: center;
	height: 100px;
}