body {
	background: url(images/bg.jpg) center top fixed ;
	font-family: "Georgia";
	font-size:12px;
	
}
#container {
	margin: 0 auto;
	width:930px;
	padding:40px;
}
#wrapper {
	position:absolute;
	width:930px;
}
.mary {
	position:relative;
	z-index:1;
	width:439px;
	height:659px;
	background: url(images/mary-front.jpg) no-repeat ;
	float: left;
}
.nav {
	position:absolute;
	background: url(images/mwng-title.png) no-repeat ;
	right:0px;
	z-index:2;
	width:524px;
	height:107px;
	top:95px;
	
}
.nav ul {
	float:right;
	margin: 0px 0px 0px 0px;
	padding-right:153px;
	font-family: "Helvetica", Arial, sans-serif;
}
.nav ul.top {
	margin: 78px 0px 0px 0px;
}
.nav ul li {
	
    list-style: none;
    float: left;
    display: block;
    padding: 1px 5px 0px 0px;
    font-size: 13px;
font-style:italic
 }
    .nav ul li.selected {
      font-weight: bold; }
    .nav ul li a {
      text-decoration: none;
      color: #4b4b5a; }
      .nav ul li a:hover {
        text-decoration: underline;
        color: #2e2e3c; }

.feature {
	position:absolute;
	z-index:2;
	background: #fff;
	width:717px;
	padding-top:15px;
	right:0;
	top:305px;
}
.pic {
	float:left;
}
#quote {
	float:right;
	width:202px;
	height:247px;
	color:#fff;
	background: url(images/front-quote-bg.jpg)  ;
	padding:40px 48px 10px 15px;

}
.quote {
	float:right;
	width:202px;
	height:247px;
	color:#fff;
	background: url(images/front-quote-bg.jpg)  ;
	padding:45px 48px 10px 15px;
	font-size:13px;
}
.quote p {
	
	line-height:1.5em;
	margin:0 0 30px 0;
}