body {
font-family: arial;
background: #f0f1f1 url(../images/home/left-wing-repeat.jpg) repeat-x;
}
#left-wing {
background: url(../images/home/left-wing.jpg) no-repeat center bottom; 
width: 94px;
height: 304px;
position: absolute;
left: -94px; top: 0;
margin-top: 1px;
}
#right-wing {
background: url(../images/home/right-wing.jpg) no-repeat center bottom; 
width: 94px;
height: 304px;
position: absolute;
right: -94px; top: 0;
}
#right-wing-repeated {
background: url(../images/home/right-wing-repeat.jpg) repeat-x; 
width: 50%;
height: 304px;
position: absolute;
right: 0; top: 0;
z-index: 0;
}

.callout {
background: url(../images/home/callout-top.png) no-repeat;
width: 296px;
padding: 29px 0 0 0;
float: left;
margin: 15px 15px 0 15px;
display: inline;
border: 0;
}
.callout .inside {
background: url(../images/home/callout-bg.png);
text-align: center;
}
.callout .inside .image{
background: url(../images/home/callout-picture-border.png) no-repeat;
width: 243px;
height: 176px;
margin: 0 auto;
}
.callout .inside img{
margin-top: 11px;
border: 2px solid white;
}
.callout .inside p{
text-align: center;
width: 100%;
margin: 10px auto 0 auto;
}
.callout .inside p.learn-more{
background: url(../images/home/learn-more.gif) no-repeat right center;
height: 17px;
margin-top: 19px;
width: 90%;
}
.callout .inside p.learn-more a{
display: block;
height: 17px; width: 88px;
float: right;
}
.callout .inside h1{
padding: 0; margin: -10px 0 0 0;
}
.callout .inside ul{
text-align: left;
font-size: 70%;
list-style: none;
margin-bottom: 10px;
padding-left: 40px;
}


