@charset "utf-8";
* { padding: 0; margin: 0; }

body {
font-family: helvetica, arial, sans-serif;
background: url(../images/bg_rpt.jpg);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin:0 auto;
	width:981px;
	position:relative;
	
}
#inner_wrapper {
	margin:0 auto;
	width:955px;
	min-height:740px;
	background:url(../images/inner_bg.jpg);
	border-bottom:solid 1px #88b447;
}
#right_bar {
	background:url(../images/right_bar.jpg);
	min-height:740px;
	width:13px;
	float:right;
}
#left_bar {
	background:url(../images/left_bar.jpg);
	min-height:740px;
	width:13px;
	float:left;
}

#flowers_01 {
	position:absolute;
	left: -24px;
	z-index:10;
}
#flowers_02 {
	position:absolute;
	left: 582px;
	z-index:10;
}
#flowers_03 {
	position:absolute;
	left: 899px;
	z-index:10;
}

#vines_01 {
	position:absolute;
	left: 3px;
	z-index:5;
}
#vines_02 {
	position:absolute;
	left: 905px;
	z-index:5;
}

#header {
	position:relative;
}
#logo {
	position:absolute;
	top:0px;
	left:10px;
}
#tagline {
	position:absolute;
	width:486px;
	height:128px;
	top:0px;
	left:470px;
}
#menu {
	margin:0 auto;
	width:100%;
	position:relative;
	height:82px;
	top:-50px;
}
#menu_pre {
	position:absolute;
	width:139px;
	height:82px;
	left: 77px;
}
#dolls {
	position:relative;
	margin:0 auto;
	width:955px;
	text-align:center;
	top:-50px;
	height:351px;
}
#doll {
	position:relative;
	margin:0 auto;
	width:955px;
	text-align:center;
	top:-50px;
	height:351px;
}
#doll_inner {

	margin:0 auto;
	width:801px;
	height:351px;
}
#doll_copy {
	width:294px;
	height:263px;
	position:absolute;
	top:48px;
	left:503px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#0f612e;
}
#doll_copy p {
	margin:10px 0px 10px 0px;
	line-height:18px;
}
#violet {
	position:absolute;
	top:193px;
	left:43px;
}
#footer {
	position:relative;
	margin:0 auto;
	width:955px;
	text-align:center;
	height:62px;
}
