/* CSS Document */
body {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
background:url(images/bg.jpg) repeat-x;
background-color:#e9eef1;
}
#container {
width:800px;
}
#nav {
margin:0px;
}
#header {
width:800px;
height:200px;
background:url(images/headerclean.png) no-repeat;
}
#headercartoon {
width:800px;
height:200px;
background:url(images/headerclean.png) no-repeat;
}

#main {
background:#FFFFFF;
width:740px;
text-align:left;
padding:5px 30px 5px 30px;
}

#mainletter {
background:#FFFFFF;
width:620px;
text-align:left;
padding:5px 90px 5px 90px;
}


#redheader {
background:url(images/roundedheader.png);
width:800px;
height:31px;
vertical-align:middle;
line-height:95px;
font-weight:bold;
color:#FFFFFF;
}

#footertext {
background-color:#FFFFFF;
width:740px;
font-size:12px;
margin:0px;
padding:1px 30px 1px 30px;
}

#footer {
background:url(images/footer.gif);
width:800px;
height:26px;
}
#small {
font-size: 11px;
font-weight:normal;
}
p.headline {
font:Tahoma,Arial; 
font-size:24px;
font-weight:bold;
text-align:center;
letter-spacing: -.5pt;
color:#e21800;
}
p.testimonial {
	text-align:justify;
	font-size:14px;
	padding:0px 30px 0px 30px;
}

ul {
	list-style-image: url("images/letter/bullet.gif");
}
