@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e9e7d9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}

#container {
	background-color:#fff;
	width:820px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:0px;
	border-left:3px solid #4b2f00;
	border-right:3px solid #4b2f00;	
}

#header {
	border-top:3px solid #4b2f00;
	border-bottom:3px solid #4b2f00;
	height:110px;
	width:800px;
	padding:10px;
	background-color:#4b2f00;
	background-image:url(../images/sunflower-brown.jpg);
	background-repeat:no-repeat;
	background-position:-280px -120px;
}

#wrapper {
	padding-top:20px;
	padding-left:40px;
	padding-right:40px;
}

.panel {
	height:200px;
	margin-top:20px;
	background-color:#fff;
	border:2px thin #000
}

#footer {
	height:100px;
	width:800px;
	margin-top:10px;
	padding:10px;
	background-color:#4b2f00;
	background-image:url(../images/sunflower-brown-small.jpg);
	background-repeat:no-repeat;
	background-position:640px -20px;
	border-top:3px solid #4b2f00;
	border-bottom:3px solid #4b2f00;
	margin-bottom:0px;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.photo {
	background-color:white;
	margin:10px;
	width:210px;
	height:160px;
	float:left;
}

.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right;
  margin: 10px 0 0 10px;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #4b2f00;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 

.panel-text {
	padding-top:10px;
	float:left;
}

.p-shadow {
  width: 480px;	
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right;
  margin: 10px 0 0 10px;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: none;
  background: url(../images/shadow2.gif) no-repeat left top;
  padding: 0;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  color: #603018;
  background-color: #f9dd95;
  font: italic 1em georgia, serif;
  border: 1px solid #4b2f00;
  padding: 10px;
  margin: -6px 6px 6px -6px;
  margin: 0;
  text-align:left;
 }

a {
	color:#060;
}

#phone a {
	color:#f9dd95;
}

h1 {
	font: normal 4em georgia, serif;
	color:#f9dd95;
	padding:0;
	margin:0;
}

#phone {
	margin-top:-10px;
	text-align:right;
	font: normal 0.8em Georgia, "Times New Roman", Times, serif;
	line-height:1.3em;
	float:left;
	color:#f9dd95;
	width:100%;
}

#title {
	text-align:right;
	width:450px;
	height:70px;
	margin-top:-10px;
	margin-left:auto;
	margin-right:50px;
	float:right;
}

.subtitle {
	font: normal 0.8em georgia, serif;
	color:#f9dd95;
}

#footer-text {
	font: normal 0.9em georgia, serif;
	line-height:1em;
	color:#f9dd95;
	padding-top:5px;
}




#designer {
	font: normal 0.9em Georgia, "Times New Roman", Times, serif;
}


