@charset "utf-8";
/* CSS Document */
body {
	background-color: #fbf6c5;
	background-image: url(images/flower.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
}
.textbox {
	background-image: url(images/opacity80.png);
	background-repeat: repeat;
	border: 1px dotted #550066;
	display: block;
	float: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	position: relative;
	text-align: justify;
	width: 360px;
}
.hwsbox {
	background-image: url(images/opacity80.png);
	background-repeat: repeat;
	border: 2px solid #550066;
	display: block;
	float: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	text-align: center;
	padding-bottom: 3px;
	}
.contactbox {
	background-image: url(images/opacity80.png);
	background-repeat: repeat;
	border: 1px dotted #550066;
	display: block;
	float: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	text-align: center;
	padding-bottom: 3px;
	padding: 10px;
	}	
a:link {
	color: #5B4322;
	text-decoration: none;
}

#bottomnav {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#bottomnav a:link, #bottomnav a:visited{
	color:#fbfaeb;
	text-decoration:none;
}
#bottomnav a:hover, #bottomnav a:active{
	color:#FFCCFF;
	text-decoration:none;
}
.style2 {
	font-size: 14px
}
.image {
	position: relative;
	top: 5px;
	height: 227px;
	width: 296px;
}
.portrait {
	position: relative;
	height: 298px;
	width: 252px;
	visibility: inherit;
}
