@charset "utf-8";
body  {
	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;
	background-attachment: fixed;
	background-color: #666666;
	background-image: url(../images/BG-tile.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
}
a {
	outline: none;
}
a:link {
	color: #D9531E;
	text-decoration: none;
}
a:visited {
	color: #D8531E;
	text-decoration: none;
}
a:hover {
	color: #B58D48;
	text-decoration: underline;
}
a:visited {
	color: #D8531E;
	text-decoration: none;
}
#container {
	width: 1019px;
	text-align: center;
	background-image: url(../images/BG-pattern.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 713px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container #sidebar1 {
	float: left;
	width: 195px;
	padding-top: 37px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	padding: 0px;
}
#container #logobound {
	margin-left: 410px;
	height: 279px;
	width: 327px;
	position: absolute;
	text-align: center;
}
#container #phone {
	margin-left: 195px;
	position: absolute;
	margin-top: 70px;
	height: 81px;
	width: 186px;
}
#container #address {
	position: absolute;
	margin-left: 771px;
	margin-top: 70px;
	height: 81px;
	width: 184px;
}
#container #heartsoul {
	margin-left: 520px;
	height: 47px;
	width: 153px;
	margin-top: 600px;
	position: absolute;
}
#container #mainContent {
	margin-top: 280px;
	width: 728px;
	margin-right: 50px;
	margin-left: 222px;
	position: absolute;
	height: 348px;
	text-align: left;
}
#container #locationTitle {
	width: 186px;
	margin-top: 165px;
	margin-left: 195px;
	position: absolute;
	left: 386;
	height: 82;
}
#container #menubound {
	position: absolute;
	width: 206px;
	margin-left: 200px;
	margin-top: 150px;
}

.rightPhoto {
	margin-left: 150px;
	margin-bottom: 0px;
}
.photoLEFT {
	padding-right: 10px;
}
.border {
	border: 1px solid #D9531E;
}
#photoBG {
	background: url(../images/BG-photos.jpg) no-repeat center center;
	height: 300px;
	width: 356px;
	padding-top: 10px;
}
#menuBG {
	height: 190px;
	width: 190px;
	background: url(../images/BG-menu.png) no-repeat center center;
	padding-top: 30px;
}
h3 {
	font-size: 20px;
	color: #A94117;
	margin: 0px;
	padding: 0px;
}