body
{
background: url(../images/backgroundtile.png) 0 0 repeat-x;
background-color:#585858;
}

h4
{
	text-align:center;
}

div.front
{
  height:250px;
}

.top-b
{background: url(../borders/top.png) 0 0 repeat-x; width:610px;}
.bot-b
{background: url(../borders/bottom.png) 0 100% repeat-x; width: 610px;}
.left-b
{background: url(../borders/left.png) 0 0 repeat-y; height: 610px;}
.right-b
{background: url(../borders/right.png) 100% 0 repeat-y; height: 610px;}
.tl-b
{background: url(../borders/tl.png) 0 0 no-repeat;}
.tr-b
{background: url(../borders/tr.png) 100% 0 no-repeat;}
.bl-b
{background: url(../borders/bl.png) 0 605px no-repeat;}
.br-b
{background: url(../borders/br.png) 605px 605px no-repeat;}

img.maindisplay
{
height:600px;
width:600px;
padding-top:5px;
padding-bottom:5px;
box-sizing:content-box;
}

img.drawing
{
	height:450px;
	width:600px;
	padding-top:5px;
	padding-bottom:5px;
}

img.addition
{
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.white
{
	color: white;
}

p.summary
{
	text-align: left;
	font-size: 150%
}