body {
  margin: 0;
	padding: 0;
	font: 1em arial;
	color: #666;
	background-color: #edf9bb;
}

h1 {
  color: #636;
	font: bold small-caps 50px braddon, sans-serif;
}

#wrapper {
  width: 900px;
	margin: 50px;
	padding: 25px;
	border: 2px solid #cc6;
	background: #fff url(/images/bg.jpg) repeat top left;
}

/*configure content*/
#content {
  width: 800px;
	margin-left: 20px;
	text-align: justify;
}

/*configure puzzle logo*/
#puzzle {
  position: absolute;
	top: 75px;
	left: 150px;
  background: url(/images/puzzle.gif) no-repeat top left;
	width: 342px;
	height: 200px;
}

h1 {
  padding: 0px 0px 75px 0px;
	margin: 0;
}

/*configure puzzle piece images*/
#daisies {
  background: url(/images/daisies2.gif) no-repeat top left;
	float: left;
	width: 200px;
	height: 200px;
	margin-left: 780px;
	margin-top: -150px;
}


#d2 {
  background: url(/images/d6.jpg) no-repeat top left;
	width: 80px;
	height: 80px;
	margin: 10px;
}

#d3 {
  background: url(/images/d5.jpg) no-repeat top left;
	width: 60px;
	height: 80px;
	margin: 15px 0px 0px 30px;
}
 
.blank {
  background: url(/images/bg.jpg) no-repeat top left;
	height: 60px;
	width: 70px;
	margin: 10px 0px 0px 20px;
	padding: 0;
} 
 
/*configure gallery pics to sit in a row*/
#gallery div {
  float: left;
  width: 300px;
	margin-left: 60px;
	margin-right: 20px;
}

.caption, .caption1 {
  font: .8em serif;
	text-align: center;
}

.caption1 {
  clear: left;
}

#gallery img {
  border: none;
	margin-bottom: 40px;
}

/*start new row of gallery pics*/
#gallery1, #gallery3, #gallery5, #gallery7, #gallery9, #gallery11{
  clear: left;
}

/*configure pricing table*/
#prices {
  width: 750px;
}

#prices td {
  width: 250px;
	border: 1px solid #cc6;
	padding: 5px;
}

/*remove bullets from nav menus*/
.menu {
  list-style-type: none;
}

/*remove underline from nav menu links*/
.menu a:link, .menu a:visited {
  text-decoration: none;
}

/*add overline if nav menu link is hovered or clicked upon*/
.menu a:hover, .menu a:active {
  text-decoration: overline;
}

/*boxes used as decoration*/
.image {
  width: 100px;
	height: 100px;
	background-color: #cc6; 
	margin: 10px;
	float: left;
}

/*start new row after decorative boxes*/
.clear {
  clear: left;
}

/*configure contact form*/
.label {
  float: left;
	width: 6em;
	margin-right: 15px;
}


/*configure top navigation*/
#nav_top li{
  display: inline;
	padding: 10px;
	font: 1.5em "Arial Narrow", sans-serif;
	float: right;
	margin-bottom: -15px;
}

#nav_top {
  float: right;
	width: 850px;
	border-bottom: 3px double #cc6;
	padding-left: 5px;
}

/*configure bottom navigation*/
#nav_bottom li{
  display: inline;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	border-right: 1px solid #cc6;
}

#nav_bottom {
  clear: both;
  text-align: center;
}

/*remove border from last link in bottom navigation*/
li#last {
  border-right: none;
}

/*reinstate underline if nav menu link is hovered or clicked upon*/
#nav_bottom a:hover, #nav_bottom a:active {
  text-decoration: underline;
}

/*configure footer*/
#footer, .center {
  width: 100%;
	text-align: center;
	font-size: 80%;
	padding-bottom: 10px;
}

/*configure contact form*/
#contact {
  width: 400px;
	border: 1px solid #cc6;
	margin-top: 5px;
}

#contact li {
  list-style-type: none;
}

.title {
  margin-top: 20px;
}

/*remove bullet from nested list on prices page*/
.sublist {
  list-style-type: none;
}

/*configure home page pricing list*/
#intro {
list-style-type: disc;
}

#intro li {
  padding-top: 5px;
	padding-bottom: 5px;
}