body{
margin: 0;
padding: 0;
text-align: center;
font-family: Georgia, serif;
font-size: 10pt;
color: #564b3d;
line-height: 1.8;
}

.clearer{
clear: both;
height: 1px;
overflow: hidden;
margin-bottom: -1px;
}

#container{
margin: .1em auto;
width: 845px;
padding: .1em;
background-color: #fff;
text-align: left;
}

#header{
text-align: center;
border-bottom: 1px dotted #e6b1c8;
}

#logo{
padding:5px 0 50px 0;
}

#mainNav{
width: 845px;
}

#mainNav ul{
list-style-type: none;
padding: 0;
margin: 0 0 0 35px;
}

#mainNav li.navItem{
display: block;
float:left;
padding: 0 60px 0 25px;
font-style: italic;
}

#mainNav li.last{
padding-right: 0;
}


#mainNav li.selected{
background: url(../images/bullet.gif) no-repeat;
color: #b82060;
}

#content{
padding:10px 0 10px 0;
border-bottom: 1px dotted #e6b1c8;
}

#leftContent{
width: 150px;
float: left;
}

h1{
font-size: 13pt;
color: #e6b1c8;
font-style:italic;
}
#heading h1{
width:120px;
height:20px;
}
#heading.about h1{
background:url("../images/heading-about.gif") no-repeat;
}
#heading.services h1{
background:url("../images/heading-services.gif") no-repeat;
margin: 0;
padding: 0;
}
#heading.gallery h1{
background:url("../images/heading-gallery.gif") no-repeat;
}
#heading.contact h1{
background:url("../images/heading-contact.gif") no-repeat;
}
#heading h1 span{
display: none;
}

a{
text-decoration:none;
color:#564b3d;
}

a:hover{
text-decoration:underline;
color:#750a37;
}

.caption{
font-style:italic;
color: #999999;
line-height:3;
}

#subNav ul {
list-style-type: none;
margin:0;
padding: 0;

}

#subNav li.subNavItem {
display: block;
font-style: italic;
margin: 20px 0 0 0;
padding: 0;
}

#subNav li.selected {
color: #b82060;
}

#footer{
text-align:right;
font-size: 8pt;
color: #cccccc;
padding-top: 10px;
}