@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/forest.png);
	background-repeat:repeat;
	background-position:top left;
	background-attachment:fixed;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.page-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#60715b;
}

p, .maintext, input, textarea, ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#60715b;
}

.large-tag {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	color:#c8412c;
}

.tag-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#60715b;
}

.engraving-text {
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
	color:#60715b;
}

.headerback {
	background-image: url(images/headerback.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.topbottomborder {
	background:#FFF;
	height:4px;
}

.sideborder {
	background:#FFF;
	width:4px;
}

.mainback {
	background-image: url(images/mainback.png);
	background-position:top left;
	background-repeat:repeat;
}

.hzline {
	background-image: url(images/line.jpg);
	background-position:center left;
	background-repeat:repeat-x;
}

.buttonover {
	background-image:url(images/buttonback.png);
	background-position:center;	
	background-repeat:no-repeat;
}

.buttonblank {
	background-image:url(images/buttonblank.png);
	background-position:center;	
	background-repeat:no-repeat;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#60715b;
}


