body {
	background-image: url(images/background-tile.jpg);
	background-repeat: repeat;
}

H1 			{
			  		font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 17px; 
					color: #ffffff;
					text-transform: uppercase; 
					}
					
.largeSubHeading		{
			  		font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 14px; 
					color: #937d43;
					text-transform: uppercase; 
					}

.Heading 			{
			  		font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 17px; 
					color: #9d4768; 
					text-transform: uppercase; 
					}
					
.SubHeading 		{
					font-family: Arial, Helvetica, sans-serif;
					font-size: 14px;
					color: #937d43;
					letter-spacing: normal;
					text-transform: uppercase;
					}
					
.bodyText 			{
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					color:#929294;
					}
.smallText			{
					font-family: Arial, Helvetica, sans-serif;
					font-size: 10px;
					color:#919191;
					text-align: right;
					}
					
a:link,a.small:link 		{
					color:#919191;
					}
a:visited,a.small:link 		{
					color:#919191;
					}
a:hover,a.small:link 		{
					color:#9d4768;
					}
a:active,a.small:link 		{
					color:#9d4768;
					}
					
div.main 		{
	position: relative;
	width: 600px;
	display: block;
	overflow: visible;
	color: rgb(0, 0, 0);
	margin-top: 22px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 22px;
				}