@charset "UTF-8";
/* CSS Document */
 
body {
	background-color:#dcd6cc;
	margin: 0;
	background-image:url(../images/pageGradient.jpg);
	background-repeat: repeat-x;
	}

.theLabel {
position:absolute; width:160px; height:95%; background:url(../images/deGroupTag.png) no-repeat bottom; right:0px; z-index:1;
}

.page{
	height:100%;  /*this along with height and display support the bottom floating tag*/
	width:100%; 
	display:table;
	}

.pageSize {
	width:950px; 
	margin:20px auto;
	}
	
.dateLine {
	font-family: 'Josefin Sans', sans-serif; 
	font-size:12px;
	line-height: 14px;
	color: #684226;
	text-align: center;
	padding-top: 6px;
	margin:0px 0px -40px 126px;
	background:url(../images/dateTag.png) no-repeat top;
	width:135px;
	height:31px;
	/*text-shadow: 2px 1px 2px #aaa;*/
	}

.handWritten {
	font-family: 'Herr Von Muellerhoff', cursive; 
	font-size:36px;
	line-height: 40px;
	color: #684226;
	/*text-shadow: 2px 1px 2px #aaa;*/
	}

	
	
	