body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #5F4338 url(../layout/bg.jpg) repeat-y center top;
	margin: 0 auto;
	height: 100%;
	text-align: center;
}
.content{
	width: 698px;
	min-width:698px;
	max-width:698px;
	height:100%;
	margin: 0 auto;
	text-align: left;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clear{
	clear: both;
}
.centeredText{
	text-align:center;
}
.bold{
	font-weight:bold;
}
p{
	margin-right: 15px;
	margin-left: 15px;
}
p.bottomBorder{
	color: #16130E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #16130E;
}
p.header{
	width: 165px;
	max-width:165px;
}
.large{
	font-size: large;
}
a{
	color: #354D42;
	font-weight: bold;
}
.artLinks{
	text-align: right;
	background-color: #FFFFFF;
	padding: 2px;
	border: thin #7A8C84;


}
.smallImg{
	margin-left: 20px;
}
.largeImgs{
	margin-left: 4px;
	margin-right: 4px;
}
.centerBlock{
	display: block;
	margin-left: auto;
	margin-right: auto
}.leftText {
	text-align: left;
}
