body {
	background-attachment: fixed;
	background-image: url(/images/background/background01.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-color: #D2A364;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 14px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
.superfine {
	font-size: 10px;
}
.finetext {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.headings {	font-size: 16px;
	font-weight: bold;
}
.lheading {
	font-size: 18px;
	font-weight: bold;
}
.paddingright {
	padding-right: 10px;
}
.paddingleft {
	padding-left: 10px;
}
.blue {
	color: #00F;
}
