body { 
	background-image: url('../img/bkg_swirl.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
	}

p.small {
	font-family: helvetica;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	line-height: 135%;
	}

p {
	font-family: helvetica;
	color: #999999;
	font-size: 18px;
	font-weight: normal;
	line-height: 135%;
	}



h1 {
	font-family: helvetica;
	font-size: 21px;
	font-weight: normal;
	color: #0099cc;
	}

h2 {
	font-family: helvetica;
	font-size: 21px;
	font-weight: normal;
	color: #666666;
	}

h3 {
	font-family: helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	line-height: 135%;
	}

h4 {
	font-family: helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #74bed3;
	}

p.fancy {
	font-family: helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-image:url('../img/flower_bkg.gif');
	background-repeat:no-repeat;
	background-position:bottom; 
	background-position:left;
	background-color: #74bed3;
	padding-left: 0px;
	padding-right: 8px;
	min-height: 330px;
	}

.fancy a:hover {
	color: #FFFFFF;	
	}



a {
	font-family: helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	}

a:visited {
	font-family: helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	}	


a:hover {
	font-family: helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #86aa55;
	text-decoration: none;
	}

hr {
	border: 0;
	width: 100%;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	}

ul {
	list-style-image: url('../img/bullet.gif');
	font-family: helvetica;
	color: #999999;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin-left: 13px;
	}

li {
	line-height: 100%;
	margin-bottom: 10px;
	}

#wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
	}

#thumbs ul {
	margin: 0;
	padding: 0;
}

#thumbs li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#thumbs img {
	border: 0;
}

a.thumb_1:hover {
	background: url('../img/1.gif') no-repeat;
	width: 418px;
	height: 544px;
	top: 0px;
	left: 0px;
	position: relative;
	display: block;
	float: left;
}