@charset "utf-8";
body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #747b68;
	margin-top: 0px;
}

#wrapper {
  width: 950px;
  height: auto;
  margin: 0 auto;
  }
  
#header {
  width: 935px;
  height: 138px;
  padding: 35px 0 0 15px;
  background:url(images/header.png) no-repeat;
  font-family:"OFL Sorts Mill Goudy TT";
  }
  
#main_image {
  width: 950px;
  height: 240px;
  margin: 0 auto;
  background:url(images/main_image.jpg);
  }
  
#content {
  width: 908px;
  height: auto;
  background:#FFFFFF;
  padding: 20px;
  text-align:justify;
  border: 1px solid black;
  }
  
#footer {
  width: 950px;
  height: auto;
  }
  
#container {
    position: relative;
	top: 15px;
	right: 10px;
	width: 900px;
	height: 220px;
	float:right;
	text-align:right;
	padding-right: 20px;
}

#fade {
	width: 900px;
	margin: 0;
	padding: 0;
	color: #fff;
	list-style-type: none;
}

#contact {
	width: 290px;
	height: auto;
	padding: 5px;
	float: right;
	background-color:#cccccc;
	margin-left: 20px;
}

#address {
  width: 948px;
  height: auto;
  background-color: #283217;
  font-family:"OFL Sorts Mill Goudy TT";
  font-size: 16px;
  color:white;
  font-style:italic;
  text-align:center;
  border: 1px solid black;
  } 
   
.firm {
  width: 340px;
  height: 128px;
  font-family:"OFL Sorts Mill Goudy TT";  
  text-align: center;
 } 

.style1 {
  font-size: 18px;
  text-transform:uppercase;
  
  }
.style2 {
  font-size: 46px;
  }
  
.style3 {
  font-size: 18px;
  text-indent: 190px;
  font-style:italic;
  }
  

.style4 {
	font-family: "OFL Sorts Mill Goudy TT";
	font-size: 36px;
}
.style5 {
	font-size: 36px;
	font-style: italic;
	font-family: "quattrocento Roman";
}
.style6 {font-size: 60px}
.style7 {
	font-size: 36px
}
.style8 {
	font-size: 24px;
	font-style: italic;
}
.style11 {font-size: 24px;}

.style12 {font-size: small}

h1 {
  font-size: 24px;
  font-family: "OFL Sorts Mill Goudy TT";
  text-transform:uppercase;
  color: black;
  }
  
h2 {
  font-size: 18px;
  font-family: "OFL Sorts Mill Goudy TT";
  color: #464646;
  }
  
h3 {
  font-size: 14px;
  font-family: "OFL Sorts Mill Goudy TT";
  color: #283217;
  }


a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FF9900;
}

