#masthead	{
		position: absolute;
		text-align: center;
		width: 100%;
		top: 5px;
		left: 0;
	}
#content {
		position: absolute;
		left: 14em;
		right: 1em;
	}
body	{
		font-family: serif;
		color: #551;
		background: #dda;
		right: 1em;
	}
a:link: 	{
		font-color: #4E387E;
	}
#menu	{
		position: absolute;
		width: 11em;
		left: 15px;
	}
div.linkbox{
		position: absolute;
		text-align: center;
		width: 11em;
		height: 2em;
		background: #ECE5B6;
		border: 1px solid #4E387E;
		font-weight: bold;
		line-height: 1.9em;
		padding: .6X;
		}
a.menu{
		color: #4E387E;
		font-family: "Copperplate Gothic Light";
		text-decoration: none;
	}
a.menu:hover{
		color: #777;
	}
#linkbox1{
		top: 0px;
	}
#linkbox2{
		top: 50px;
	}
#linkbox3{
		top: 100px;
	}
#linkbox4{
		top: 150px;
	}
#linkbox5{
		top: 200px;
	}
#linkbox6{
		top: 250px;
	}
#gem	{
		position: absolute;
		width: 11em;
		left: 15px;
		text-align: center;
		top: 3px;
	}
img.centered {
		text-align: center;
	}