/* Structure
=========================================================================== */

html, body
{
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
  background: #FFFFFF;
  color: #6C6D66;
  text-align: center;
}


#wrapper
{
  width: 100%;
  height: 100%;
  vertical-align: top;
  background: #FFFFFF url(/i/background.jpg) left top repeat ;
}

body
{
  position: relative;
}

div p
{
  padding: 0;
  margin: 0;
}

.hide
{
  display: none;
}

/* Header
=========================================================================== */

#header
{
  height: 150px;
  margin: 0;
  padding: 0;
}

#logo
{
  float: left;
  width: 350px !important;
  height: 150px !important;
  background: url(/i/logo.jpg) bottom right no-repeat;
}
#stain
{
  float: right;
  width: 200px !important;
  height: 150px !important;
  background: url(/i/stain.png) bottom right no-repeat;
}
#stain a
{
  display: block;
  width: 200px;
  height: 150px;
}

#logo a
{
  display: block;
  width: 350px;
  height: 150px;
}
#paper
{
  width: auto !important;
  height: 680px !important;
  background: url(/i/paper.png) top center no-repeat;
  padding-top:125px;
  margin-bottom:25px;
}
#photo
{
  float: right;
  width: 250px !important;
  height: 350px !important;
  background: url(/i/photo.png) top left no-repeat;
}
#photo a
{
  display: none;  
  width: 250px;
  height: 350px;
}
#phone
{
  float: left;
  width: 250px !important;
  height: 375px !important;
  background: url(/i/phone.png) top right no-repeat;
}
#phone a
{
  display: block;
  width: 250px;
  height: 375px;
}

/* Contact
=========================================================================== */
#contact-area {
	width: 400px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 200px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
}