* {
	  margin: 0;
	  padding: 0;
	  font-family: tahoma, geneva, verdana, helvetica, sans-serif;
	  font-size: 9pt;
	  color: #555555;
	  line-height: 16pt;
	  letter-spacing: 1pt;
  }

h1 {
	display: none;
}
h2 {
	font-size: 20pt;
	color: #cf377b;
}
}
h3 {
	color: #85a755;
}
p {
	margin-top: 10px;
}
a {
	text-decoration: none;
	color: #f45d92;
}
a:hover {
	text-decoration: underline;
}

html {
	width: 100%;
	height: 100%;
	/*background-image: url("../images/html_bg2.gif");
	background-repeat: repeat-x repeat-y;*/
}

body {
	background-image: url("http://www.flamingocrafts.com/images/bg3.gif");
	background-repeat: repeat-x repeat-y;
  }
  
  
  #page {
	position: relative;
	padding-bottom: 10px;
	/*background-color: red;*/
	background-image: url("http://www.flamingocrafts.com/images/page_bg.gif");
	background-repeat: repeat-y;
  }
  
  #masthead {
	width: 100%;
	height: 131px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-image: url("http://www.flamingocrafts.com/images/masthead_bg.gif");
	background-repeat: repeat-x;
  }
  #masthead-image {
	width: 745px;
	height: 131px;
	background-image: url("http://www.flamingocrafts.com/images/masthead.png");
	background-repeat: no-repeat;
	/*background-color: blue;*/
}

  #left-side {
	width: 42px;
	height: 413px;
	background-color: none;
	background-image: url("http://www.flamingocrafts.com/images/left_side.gif");
	background-repeat: no-repeat;
  }
  
  #right-side {
	  width: 34px;
	  height: 119px;
	  background-color: none;
	  background-image: url("http://www.flamingocrafts.com/images/right_side.gif");
	  background-repeat: no-repeat;
  }
  
#mid-header {
	width: 745px;
	height: 151px;
	background-image: url("http://www.flamingocrafts.com/images/banner.gif");
	background-repeat: no-repeat;
}
  
#contact-info {
	margin-top: 40px;
	margin-right: 23px;
  }
#contact-info p {
	margin: 0;
	font-size: 8pt;
	line-height: 12pt;
}

#breadcrumb {
	position: absolute;
	top: 165px;
	margin-left: 8px;
}

#content {
	width: 650px;
	margin: 55px 0 0 50px;
	/*float: right;*/
	/*background-color: orange;*/
}

#copy {
	width: 520px;
	/*background-color: gray;*/
}
#copy p {
	margin-top: 25px;
}

#links {
	width: 100px;
	min-height: 250px;
	border-right: 1px dotted #969696;
	/*background-color: red;*/
}
#links li {
	padding: 3px 0px 3px 0px;
	list-style-type: none;
}
#links a {
	font-size: 11pt;
	font-weight: bold;
	color: #cd1d6d;
}

#footer {
	margin-top: 55px;
	font-size: 8pt;
	background-image: url("http://www.flamingocrafts.com/images/page_bg.gif");
	background-repeat: repeat-y;
	line-height: 18px;
}
#footer a {
	font-size: 8pt;
	line-height: 18px;
}

#bottom {
	width: 745px;
	height: 18px;
	background-image: url("http://www.flamingocrafts.com/images/bottom.gif");
	background-repeat: no-repeat;
}
#design-by {	
	font-size: 8pt;
	padding-bottom: 5px;
	color: #7b7b7b;
}
#design-by a {
	font-size: 8pt;
}
  
  
  
  
  /************ CLASSES *************/
  .float-left {
	  float: left;
  }
  
  .float-right {
	  float: right;
  }
  .centered {
	  margin-left: auto;
	  margin-right: auto;
  }
  .centered-text {
	  text-align: center;
  }
  .page-width {
	  width: 745px;
  }
  .clear {
	  width: 1px;
	  height: 1px;
	  clear: both;
  }
  .dropcap {
	float:left;
	color:#f32e88;
	font-size:100px;
	line-height:70px;
	padding-top:8px;
	padding-right: 5px;
	font-family: Times New Roman, Times, serif;
} 
.border {
	padding: 4px;
	margin: 8px;
	background-color: #717171;
	border: 1px solid #717171;
}
.