body {
	font-family: serif;
	background: #ff16d1 url(../images/bg_tile_flower_crown.gif) repeat center fixed;
}
#logo {
	display: block;
	position: fixed;
	bottom: 0;
	padding-top: 100px;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	background: transparent url(../images/creetures_logo.png) no-repeat center bottom fixed;
	border: 1px solid #d27880;
	border-top:0;
}
#nav {
	margin-bottom: 120px;
}
#wrap{
	position: absolute;
	background: white;
	display: block;
	width: 760px;
	top: 35px;
	left: 50%;
	margin-left: -380px;
	margin-top: 64px;
	border: 1px solid #d27880;
	background: #ff16d1 url(../images/bg_tile_flower_outline.png) repeat center scroll;

}	
#container {
	color: darkcyan;
	padding: 20px;
	padding-bottom: 100px;
	background: white;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
li {
	margin-left: 67px;
	list-style-type: square;
	list-style-image: url(../images/li_heart.png);
}

a, a:link {
	text-decoration: none;
	color: darkcyan;	
}
a:hover {
	color: teal;
}

#container h1 {
	color: #dd00b1;
	position: absolute;
	width:100%;
	top: -21px;
	font-size: 22pt;
	text-align: center;
	margin-left: -20px;
}
#nav ul li {
	font-size: 38pt;
	list-style-type: none;
	display: inline;
	margin-left: 20px;
}
#nav {
	margin-left: -70px;
	text-align: center;
}
#nav ul li a, #nav ul li a:link {
	border: 1px solid #d27880;
	line-height: 24pt;
	padding:0 15px;
	background: white;
	color: teal;
}

.th_n { 
	display: block; float: left;
	overflow: hidden;
	height: 100px; width: 100px;
	margin: 13px 21px;	
}

.huge {
	position: relative;
	top: 7px;
	font-size: 36pt;
	line-height: 40px;
}

.purple {
	color: #dd00b1;
}

h4.starred, hr.starred {
	display: block;
	width: 99%;
	background: transparent url(../images/bg_tile_palestars.png) center repeat scroll;
	margin-bottom: 0;
	min-height: 21px;
	border: 0;
}

.leftheart{
	padding-left: 64px;
	background: transparent url(../images/li_heart.png) center left no-repeat scroll;
}
.rightheart{
	padding-right: 64px;
	background: transparent url(../images/li_heart.png) center right no-repeat scroll;
}


blockquote {
	font-style: italic;
	display: block;
	width: 80%;
	margin: 0px;
	padding: 20px;
	margin-left: 50px;
	padding-left: 35px;
	background: #fff url(../images/quote_start.png) no-repeat left 13px scroll;
}


/*  SITE REQUIRED -- NOT EDITABLE */

.fleft{
	display: block;
	float: left;
}

.fright {
	display: block;
	float: right;
}

.cols2 {
	width: 50%;
}

.center {
	display: block;
	width: 100%;
	text-align: center !important;
}
.breaker {
	float: none !important;
	clear: both !important;
}