/* CSS Document */
html, body{ 
  height: 100%;
  margin:0 auto;
  padding:0;
  background: #413b2e url(../images/home_bg.jpg) no-repeat top;
  font-family: verdana, tahoma, arial, sans-serif;
  color:#433c2f;
  }
  body{
	font-size: 62.5%;
	text-align: center;
}

a {
  color: #6e4a10;
}

#main_nav{
  position: relative;
  left: 20px;
  top: -450px;
  width: 533px;
  height: 24px;
  float: left;
}
#photos{
  position: relative;
  z-index: 1;
  top: 5px;
  right: -55px;
  float: right;
  width: 187px;
  height: 426px;
  background: url(../images/4photos.png);
}
#wrapper{
  z-index: 0;
  position: relative;
  top: 50px;
  margin: 0 auto;
  width: 602px;
  min-height: 700px;
  height: auto !important;
  height: 700px;
  background: #f6f0e2 url(../images/inner_bg.png) no-repeat;
text-align: left;

}
#bottom{
  position: relative:
  bottom: 0px;
  margin: 0 auto;
  width: 602px;
  height: 145px;
  background: transparent url(../images/bottom_bg.png);
}
#content{
  float: left;
  width: 100%;
  margin-top: -210px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}
  #content #top
  {
  padding: 20px;
  padding-left: 33px;
  padding-right: 136px;
 }
  #contact
  {
    margin-left: 7px;
    float: left:
    width: 100%;
    min-height: 150px;
    height: auto !important;
    height: 150px;
    background: url(../images/contact_bg.png) repeat-y;
  }
  #image
  {
    margin-top: 2px;
    margin-left: 7px;
    float: left:
    width: 100%;
    min-height: 150px;
    height: auto !important;
    height: 150px;
    background: url(../images/image_bg.png) repeat-y;
  }
 #preference
  {
    margin-top: 2px;
    margin-left: 7px;
    float: left:
    width: 100%;
    min-height: 150px;
    height: auto !important;
    height: 150px;
  
  }
 #info
  {
	margin-top: 2px;
    margin-left: 7px;
    float: left:
    width: 100%;
    min-height: 150px;
    height: auto !important;
    height: 150px;
  }
#content h1{
  margin-left: 50px;
  font-family: helvetica, arial, sans-serif;
  font-size: 1.6em;
  color: #423929;
}
#content h2{
  font-family: helvetica, arial, sans-serif;
  font-size: 1.4em;
  color: #423929;
}
#content p{
  font-size: 1.2em;
  color: #433c2f;
  margin: 10px 0;
}
#content ul{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
list-style-position: inside;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.iconic{
  width: 54px;
  height: 83px;
  float: left;
  margin-top: 25px;
  margin-left: 10px;
}
#contacticon{
  background: url(../images/contact_icon.png);
}
#imageicon{
  background: url(../images/camera_icon.png);
}
#preferenceicon{
background: url(../images/preferences_icon.png);
}
#infoicon{
background: url(../images/info_icon.png);
}
.formblock{
	width: 80%;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	padding-bottom: 1px;
}
.formrow{
	clear: both;
	margin-top: 3px;
}
.formnoclear{
	margin-top: 3px;
}
label{
	font-size: 1em;
	float: left;
	display: block;
	width: 150px;
	text-align: right;
	padding-right: 7px;
	padding-top: 7px;
}
input[type='checkbox']{
	display: block;
	float: left;
}
input.checkbox{
	display: block;
	float: left;
}
label.checkbox{
	font-size: 1em;
	float: left;
	display: block;
	width: 190px;
	text-align: left;
	padding-left: 7px;
	padding-top: 3px;	
}
p.label{
	padding-left: 7px;
	padding-top: 3px;
}
.required{
	font-weight: bolder;
}

