* {
margin: 0;
padding: 0;
}

body {
background: #EEEEEE;
text-align: center;
padding: 0;
margin: 14px;
font: normal 12px/18px Georgia, Times, serif;
}

/**** Page Layout ****/

#wrapper {
position: relative;
text-align: left;
width: 1020px;
height: 1025px;
background: #FFFFFF;
background-image: url('background.jpg');
background-repeat: no-repeat;
background-position: top left;
margin: 0 auto;
clear: left;
}

#homeinsets {
position: absolute;
background: transparent;
top: 555px;
left: 140px;
}

.homeinset1 {
position: relative;
background-image: url('bkgndinset1.jpg');
background-repeat: no-repeat;
width: 230px;
height: 194px;
padding: 8px 12px 0 12px;
}

.homeinset2 {
position: relative;
background-image: url('bkgndinset2.jpg');
background-repeat: no-repeat;
width: 230px;
height: 194px;
padding: 8px 12px 0 12px;
}

.homeinset1 a, .homeinset2 a {
position: absolute;
top: 0;
left: 0;
width: 230px;
height: 194px;
padding: 8px 12px 0 12px;
text-decoration: none;
}

.homeinset1 a:hover, .homeinset2 a:hover  {
color: #3B3632;
}

.homeinset1 h1, .homeinset2 h1 {
margin: 0;
padding: 0;
font: bold 28px Georgia, Times, serif;
color: #3B3632;
}

.homeinset1 p, .homeinset2 p {
margin: 9px 0;
padding: 0;
color: #000000;
}

/**** Left Nav ****/

#leftnav {
position: absolute;
top: 190px;
left: 130px;
color: #3C4045;
font: normal 14px/18px Arial, san-serif;
}

#leftnav a {
background: transparent url('../images/hand.gif') no-repeat;
margin: 0 0 2px;
padding: 4px 0 16px 36px;
width: 110px; 
height: 21px;
display: block;
text-align: left;
text-decoration: none;
color: #3C4045;
font-size: 18px;
}

#leftnav a:hover {
background: transparent url('../images/heart.gif') no-repeat;
color: #7299C6;
}

#leftnav a#selected {
background: transparent url('../images/heart.gif') no-repeat;
color: #F8981D;
}

/**** Contact ****/

#contact {
position: absolute;
top: 0;
left: 802px;
}

/**** Content ****/

#content {
position: absolute;
top: 190px;
left: 300px;
width: 640px;
height: 800px;
background: #FFFFFF;
background: transparent;
padding: 0 18px;
}

#footer {
position: absolute;
bottom: 0;
width: 640px;
height: 55px;
background: #FFFFFF url('../style/contentshadow.jpg') no-repeat;
}

#homefooter {
clear: left;
position: absolute;
bottom: -75px;
left: 180px;
width: 640px;
height: 55px;
background: transparent;
font: normal 11px Arial, san-serif;
color: #868683;
}

#footer p {
margin: 45px 0;
padding: 0;
text-align: center;
font: normal 11px Arial, san-serif;
color: #868683;
}

p {
margin: 0 0 16px;
}

h1 {
margin: 16px 0;
font: bold 30px Georgia, Times, serif;
color: #3B3632;
}

h2 {
margin: 16px 0 0;
font: bold 16px Georgia, Times, serif;
color: #3B3632;
}

b, a {
color: #3B3632;
}

a:hover  {
color: #F8981D;
}
