body { /* THIS IS THE PAGE BACKGROUND IMAGE*/
	margin: 0;
	padding: 0;
	text-align: center; /*this is hack for eiWin 5-6*/
	font-size: 75%;
	background-image: url(Images/background.jpg);
}

#wrapper{ 		 
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 600px;
	width: 800px;
	border-style: solid;
	border-width: thick;
	border-color: #ffffff;
	background-color: #ebe7e2;
	background-image: url(Images/title.jpg);
	background-repeat: no-repeat;
	text-align: left; /*this is reverse to hack ieWin5-6*/
}

#image { /*THIS IS IMAGE ONRIGHT OF EACH PAGE*/
	position:relative;
	margin-left:520px;
	margin-top: 100px;
}

#line { /* THIS IS WHITE LINE AT TOP OF MENU.*/ 
	position:relative;
	margin-top: 0px;
}

/* NAVIGATION*/ 
#navigation {
	position:relative;
	top: 0px;
	font-family: "Optima", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

#navigation ul{
	list-style: none;
	text-decoration: none;
	width: 850px;
}

#navigation li {
	display: inline;
	margin-left: -5px;
}

#navigation li a:link, #navigation li a:visited {
	padding: 17px 15px 17px 15px;
	color: #5b3f3e;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #c1b7ac;
}

/* END NAVIGATION*/ 

/* STYLES*/

#content{   /* THIS PLACES THE TEXT */
	position: relative;
	margin-top: -485px;
	margin-left: 20px;
}	

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: justify;
	color: #3b2301;
	width: 480px;
}

.style2 {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style:italic;
	text-align:center;
	color: #7d8462;
	margin-left: 50px;
	line-height: 25px;
}

.style3	{   /*OTHER SERVICES PAGE*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: justify;
	color: #3b2301;
	text-indent: 50px;
}

.style4 {   /*BUSINESS NAME LINKS PAGE*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:italic;
	text-align:center;
	color: #7d8462;
	width: 500px;
}

.style5 {   /*HYPERLINK ON LINKS PAGE*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style:italic;
	text-align:center;
	color: #3b2301;
	width: 500px;
}

.style7 {  /*style 1 with smaller width*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: justify;
	color: #3b2301;
	width: 430px;
}

.style8 { /* enter button style*/
	font-family: "Optima", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #3b2301;
}

.style9 {  /*style 1 with smaller width for testimonials menu*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: justify;
	color: #3b2301;
	width: 230px;
	padding-left: 5px;
}

#contact{   /* THIS IS PHONE NUMBERS ON THE CONTACT PAGE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #3b2301;
	margin-top: 40px;
	margin-right: 320px;
	margin-left: 150px;
}	

/*AMINATED OPENING*/

#animation{
	margin-top: 145px;
	margin-left: 130px;
}
	
#catchline {  /* THIS IS POSITION OF THE PHRASE AT BASE OF OPEN PAGE */
	margin-top: 10px;
	margin-left: 130px;
}

#enterbutton {  /* THIS IS POSITION OF THE ENTER BUTTON - belongs with style8*/
	margin-left: 710px;
	margin-top: -40px;
}

/*END AMINATED OPENING*/

