@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#FF6600;
}
h1 {
font-size:16px:
}
h2 {
}
h3 {
}
p {
	font-size:12px;
}
.wrapper{
width:900px;
margin:0 auto;
}
.logo{
width:343px;
float:left;
margin-top:10px;
}
.dalbey{
width:73px;
float:right;
margin-top:10px;}
.nav{
clear:both;
width:880px;
height:22px;
background:url(images/navbar.jpg) no-repeat top;
font-size:12px;
padding:5px 20px 0 0;
text-align:right;
}
.signup{
width:300px;
float:right;
margin-right:20px;
margin-top:10px;
font-size:12px;
}
.body{
margin-top:30px;
margin-bottom:30px;
height:248px;
}
.footer{
border-top:1px solid #d8d8d8;
font-size:11px;
padding:10px 0 0 0;
text-align:center;
color:#000;
clear:both;
margin-top:30px;
}
.cta{
float:left;
width:288px;
height:260px;
margin-right:17px;
background:url(images/cta_bg.jpg) no-repeat top;
}
.cta2{
float:left;
width:288px;
height:260px;
background:url(images/cta_bg.jpg) no-repeat top;
}
.ctacopy{
padding:20px 25px;
font-size:12px;
}
.title{
font-size:20px;
text-align: center;
padding:15px 0 0 0;
font-weight:bold;
}
.ctacopy p{
font-size:11px;
color:#999;
}

