@charset "utf-8";
*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000000;
	font-family: georgia, tahoma, arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: beige;
}

h1
{
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  color: #AAD56A;
  margin: 20px 0 20px 0;
  text-align: left;
}

h2
{
	color:#333333;
	font-family: arial, helvetica, sans-serif;
	font-size:1.3em;
	line-height: 1.1em;
	font-weight:bold;
	margin:30px 0 20px 0;
	text-align: left;
}
h3
{
	color:#333333;
	font-family: arial, helvetica, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	padding: 20px 0 5px 0;
	margin: 0;
}

h4
{
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0;
}

p
{
	line-height:1.4em;
	margin:14px 0;

}
p span
{
  font-weight: bold;
}

p.sig
{
  font-family: georgia, arial, helvetica, sans-serif;
  font-style: italic;
	font-size:1.5em;
	color: #D65F8E;
	text-align: right;
	padding: 10px 10px 0 0;
}

p.email
{
  text-align: right;
  padding: 0 10px 0 0;
  margin: -10px 0 10px 0;
  font-style: italic;
  font-weight: bold;
}

span.green
{
  color: #AAD56A;
}

span.pink
{
  color: #D65F8E;
}

a:link, a:visited
{
	color:#AAD56A;
	text-decoration: none;

}

a:hover, a:active, a:focus
{
	color: #D65F8E;
}

a.white:link, a.white:visited
{
	color:#ffffff;
	text-decoration: none;
}

a.white:hover, a.white:active, a:focus
{
	color: #D65F8E;
}

a.word
{
  background: url(../images/word.gif) no-repeat;
  padding: 0 0 0 20px;
}

a.pdf
{
  background: url(../images/pdf.gif) no-repeat;
  padding: 0 0 0 20px;
}

ul
{
	list-style-position:inside;
	list-style-type: disc;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
	float: left;
}

li
{
	padding:0;
	line-height:1em;
	margin:8px 0;
}
li span
{
  font-weight: bold;
}
img
{
	border:0;
}

.clear
{
  clear:both;
}

#container
{

  position: relative;
	border: none;
	color: #333;
	font-size: 0.8em;
	margin: 0 auto;
	width: 850px;
	padding: 0px 0 0 0;
	text-align: left;
}

#footer
{
  height: 75px;
  width: 100%;
  position: relative;
  float: left;
}

/* ############## COLUMNS ################ */

#background
{
  background: url(../images/bg.jpg) top repeat-y;
  width: 850px;
  position: relative;
  float: left;
}

#left
{
  width: 613px;
  margin: 0 0 0 26px;
  position: relative;
  float: left;
}

#right
{
  width: 200px;
  margin: 0 0 0 0px;
  position: relative;
  float: left;
}


/* ############## HEADER STYLES ################# */

#header
{
  width: 100%;
  height: 230px;
  background: transparent;
  /*background: url("../images/checkerboard.jpg") top no-repeat;*/
}


#header_image
{
  margin: 0 0 0 0;
  position: relative;
  float: left;
}

/* ############## MAIN CONTENT AREA ############### */

#main
{
	position: relative;
	margin: 0px 0 10px 0px;
	padding: 0 10px 10px 20px;
}

#pink_cake
{
  position: relative;
  float: right;
  margin: 10px -140px 0 0;
  z-index: 1000;
}

#green_cake
{
  position: relative;
  float: left;
  margin: 20px 10px 0 -30px;
}

/* ############## RIGHT COLUMN AREA ############### */

#telephone
{
  height: 160px;
  background: url(../images/green_butterflies.jpg) bottom left no-repeat;
  margin: 36px 0 0 0;
  padding: 57px 0 0 0;
}

#telephone p
{
  color: #ffffff;
  font-size: 1.7em;
  text-align: center;
  font-family: georgia, verdana, arial, helvetica, sans-serif;
}

#contact
{
  margin: 265px 0 0 15px;
}

#contact p
{
  color: #ffffff;
  font-size: 1.3em;
  line-height: 1em;
  text-align: left;
  font-family: georgia, verdana, arial, helvetica, sans-serif;
}

#contact p.address
{
  margin: 0;
  padding: 0;
}

#design
{
  position: absolute;
  bottom: 15px;
  right: -180px;
  width: 180px;
  background: url(../images/footer_bg.jpg) bottom left no-repeat;
}

#design p
{
  color: #ffffff;
  text-align: right;
}
