/* 
This template is Copyright 2008, by CSSLandingPages.com

Please see the license.txt file for licensing information.

CSS Landing Pages
http://www.csslandingpages.com

*/

body {
margin:0;
background-color:#333333;
background-repeat:repeat-x;
}
p {
margin: 0 auto 0 auto;
}

A:link {text-decoration: none; color:#333333;}
A:visited {text-decoration: none; color:#333333;}
A:active {text-decoration: none; color:#333333;}
A:hover {text-decoration: underline; color:#333333;}

h1 {
margin:0px;
font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
}
#body {
width:700px;
margin: 15px auto 15px auto;
background-color:#EFEFEF;
padding: 10px;
}
.content {
background-color:#FFFFFF;
border: 1px #CCCCCC solid;
padding: 25px;
color:#000;
font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
}
.testimonial {
background-color:#F9F9F9;
border: 1px #CCCCCC dashed;
margin: 0 auto 0 auto;
width: 500px;
padding:10px;
vertical-align:top;
}
.testimonial img {
float:right;
margin: 0 0 5px 5px;
border: 1px #C7C7C7 solid;
}
.testi_text {
font-family:"Courier New", Courier, monospace;
font-size:12px;
color:#666666;
}
.box {
font-family:"Courier New", Courier, monospace;
font-size:16px;
}
.box table{
border: 1px #333333 dashed;
border-bottom: none;
background-color:#E4E4E4;
}
.box td {
padding: 3px;
border-bottom: 1px #333333 dashed;
}
.color1{
background-color:#fff;
}