﻿/* CSS layout */
body {
	background-color: #1B1A16;
	background-position: top center;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url('../imagefile/bkgd_full_moss.gif');
	background-repeat: no-repeat;
    background-attachment: fixed;
}
.sub-title {
	color: #A9994D;
	font-size: 14px;
	font-weight: bold;
}
.sub-title2 {
	color: #A9994D;
	font-size: 18px;
	font-weight: bold;
}

