/* CSS Document */
.wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border: 1px solid #2f1700;
}
.content {
	background-image: url(images/image_bckgrd.jpg);
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF3D9;
	text-decoration: none;
}
a:link {color:#FFF3D9;}      /* unvisited link */
a:visited {color:#302006;}  /* visited link */
a:hover {color:#000004;}  /* mouse over link */
a:active {color:#FFF3D9;}  /* selected link */
