body{
	padding:0;
	margin:0;
	background-position:top center;
	background-image:url(images/pagebg.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#676767;
	font-size:15px;
	}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #676767;
	font-size: 15px;
	font-weight: bolder;
}
	
img{
	border:none;
	}
	
#container{
	width:900px;
	height:auto;
	margin:auto;
	background-color:#ffffff;
	}
#header{
	width:auto;
	height:210px;
	position:relative;
	background-image:url(images/headerbg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	}
#logo{
	width:216px;
	height:176px;
	position:absolute;
	left:1px;
	top:0;
	}
#smartmove{
	width:400px;
	height:101px;
	position:absolute;
	left:247px;
	top:82px;
	}
#getaquote{
	width:176px;
	height:134px;
	position:absolute;
	left:672px;
	top:74px;
	}
#topnav{
	position:absolute;
	width:670px;
	height:40px;
	right:11px;
	top:0;
	}
#main{
	height:auto;
	float:left;
	padding-right:25px;
	padding-left:62px;
	}
#main.page1{
	width:453px;
	}
#main.page2{
	width:800px;
	}
#signature{
	width:155px;
	height:90px;
	float:right;
	margin-right:50px;
	background-repeat:no-repeat;
	padding-top:55px;
	padding-left:38px;
	}
#right{
	float:right;
	width:316px;
	height:auto;
	font-weight:bold;
	padding-right:20px;
	border-left:1px #e7e8e4 solid;
	padding-left:20px;
	}
#right ul{
	margin-left:0;
	padding-left:30px;
	}
.learnmore{
	display:block;
	width:100%;
	text-align:right;
	}
.style1 {color: #0f75bc}
.half{	
	margin-top:4px;
	font-weight:normal;
	font-size:13px;
	}
.left{
	float:left;
	width:38%;
	}
.right{
	float:right;
	width:60%;
	}
#footer{
	width:880px;
	margin:auto;
	height:60px;
	background-color:#a71a1e;
	padding-top:20px;
	}
#footernav{
	color:#fb8286;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	word-spacing:5px;
	}
#footernav a{
	color:#fb8286;
	text-decoration:none;
	word-spacing:0;
	}
#footernav a:hover{
	text-decoration:underline;
	}
#copyright, #copyright a {
	text-align:center;
	font-size:11px;
	color:#ffffff;
	margin-top:4px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
.clearboth{
	clear:both;
	}
