@charset "utf-8";
/* CSS Document */

#banner{
background:url(../images/index_banner.jpg) no-repeat;
width:950px;
height:299px;
padding:0;
}

#banner h1, #banner h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
}
#banner h1{
color:#fff;
font-size:4em;
padding:60px 0 0 380px;
}
#banner h2{
color:#e0cfaa;
font-size:1.6em;
font-style:italic;
padding:0 0 0 450px;
}

#testimonial{
background:url(../images/blockquote_bg_top.jpg) no-repeat;
padding:20px 0 0 87px;
}
#testimonial blockquote{
background:url(../images/blockquote_bg_bottom.jpg) no-repeat right bottom;
padding:0 90px 20px 0;
}