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

img {border: none;}

body {
 margin: 0 auto;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #303030;
}

.headwrap {width: 1000px; margin: 0 auto;}
.redtext {color: red;}

#header {
 background: url(images/header-bg.jpg) repeat-x;
 height: 110px;
 padding-bottom: 10px;
}

#logo {
 float: left;
}

#header-right {
 float: right;
 background: url(images/header-topbg.jpg) no-repeat;
 width: 385px;
 height: 85px;
 margin-top: 10px;
}

#content {
 width: 1000px;
 margin: 0 auto;
}

#intro {
 width: 800px;
 margin: 0 auto;
} p.introtext {
 width: 600px;
 margin: 10px auto;
 font-size: 12px;
}

#content2 {
 border: #f1f1f1 3px solid;
 padding: 25px 50px;
 width: 700px;
 margin: 25px auto;
} #content2 h2 {
 text-align: center;
} #content2 p {
 line-height: 20px;
}

.testimonial {
 width: 600px;
 margin: 50px auto;
 background-color: #d6d6d6;
 font-family: "Myriad Pro";
 font-style: italic;
 font-size: 16px;
 text-shadow: #efefef 1px 1px;
} .testimonial .testimonial-wrap {
 padding: 15px;
} .testimonial img {
 padding-right: 25px;
} .testimonial p.testimonial-headline {
 text-align: center;
 font-size: 24px;
 color: #e30000;
}

#footer {
 margin-top: 25px;
 padding: 10px 0 5px 0;
 border-top: #d6d6d6 1px solid;
}
