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

body {
background: url(images/bg.jpg) repeat-x #fff;
margin: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color:#333333;
}

#main {
width: 750px;
margin: auto;
margin-top: 0;
background: #fff;
border: solid 2px #fc9f00;
}

#header {
background: url(images/header_bg.jpg) repeat-x;
height: 159px;
font-size: 15px;
}

#footer {
width: 750px;
margin: auto;
padding-top: 10px;
padding-bottom: 10px;
font-size: 10px;
text-align: center;
}

#content {
padding: 10px;
}

.col1 {
position: relative;
float: left;
width: 554px;
}

.col2 {
position: relative;
float: right;
width: 140px;
background: #83ac1f;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
padding: 10px;
}

.col2 h3 {
color: white;
margin-top: 0;
}

.clear {
clear: both;
}

.interior {
padding-left: 17px;
padding-right: 17px;
padding-top: 5px;
}




h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: black;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #650779;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: black;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #650779;
}

a {
text-decoration: none;
color: #650779;
}

a:hover {
text-decoration: underline;
}


.testimonial {
font-size: 15px;
}

.orangebox {
background: #fff;
border: solid 2px #fca91b;
padding: 10px;
}

.small {
font-size: 10px;
}

.price {
color: red;
font-weight: bold;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
}