body {
background: url('images/bg.png');
font-family: Arial, Tahoma, Verdana, sans-serif;
margin: 0;
font-size: 14px;
color: #000000;
}
img {
border: 0;
}
.clear {
clear: both;
}
#wrapper {
width: 900px;
margin: 0 auto 0;
}
#header {
background: url('images/bg-header.png') no-repeat;
height: 127px;
}
#header h1 {
font-size: 40px;
font-weight: bold;
color: #3b7bf2;
margin: 0;
padding: 35px 0 0 30px;
float: left;
}
#header h1 span {
font-weight: 100;
color: #e42754;
}
#header h2 {
font-size: 18px;
font-weight: bold;
color: #2672ff;
margin: 0;
padding: 50px 200px 0 0;
float: right;
}
#pinkbar {
background: url('images/bg-pinkbar.png') no-repeat;
height: 31px;
}
#content {
background: url('images/bg-content.png') repeat-y;
}
#col1 {
width: 260px;
float: left;
}
#col1 ul {
list-style-type: none;
margin: 0;
padding: 20px 0 0 20px;
}
#col1 ul li {
background: url('images/bullet.png') 0 2px no-repeat;
font-size: 12px;
color: #394046;
font-weight: bold;
padding: 0 0 0 15px;
margin: 0 0 17px;
}
#col1 ul li a {
text-decoration: none;
color: #394046;
}
#col1 ul li a:hover {
text-decoration: none;
color: #50575c;
}
#col2 {
width: 600px;
float: left;
padding: 15px 20px 20px;
}
#intro p {
line-height: 23px;
margin: 0 0 0;
padding: 0 0 13px;
}
.reviewbox {
background: url('images/bg-gradient.png') top repeat-x;
border-top: 1px solid #a2aaaf;
padding: 20px 0 7px;
}
.bottomborder {
border-top: 1px solid #a2aaaf;
clear: both;
}
.site {
border: 1px solid #989898;
float: left;
margin: 0 10px 0 0;
}
.review {
width: 252px;
float: left;
margin: 0 20px 0 0;
}
.review p {
font-size: 12px;
line-height: 23px;
margin: 0 0 13px;
}
.cta {
width: 137px;
float: right;
margin: 0 20px 0 0;
text-align: center;
}
.cta p {
font-weight: bold;
margin: 0 0 5px;
}
#footer {
background: url('images/bg-footer.png') repeat-x;
height: 41px;
}
#footer p {
color: #fff;
text-align: center;
margin: 0;
font-size: 12px;
font-weight: bold;
padding: 12px;
}

