@charset "utf-8";
@import url("reset.css");
/* CSS Document */

body {
	background:#fff;
	text-align:center;
	}

strong {font-weight:bold;}

#container {
	width:760px;
	margin:0 auto;
	border:1px solid #000;
	padding:10px;
	font-size:12px;
	}
	
#container p {
	margin-top:15px;
	margin-bottom:15px;
	}
	
#logo {
	text-indent:-9999px;
	height:137px;
	width:550px;
	background: url(images/newsletterLogo.gif) no-repeat top left;
	margin-bottom:20px;
	}

#tanCol {
	float:right;
	width:170px;
	background:#f7fcd7;
	padding:7px;
	margin-left:10px;
	}
	
#tanList {
	list-style:disc;
	margin-left:12px;
	}
	
#tanList li {
	font-size:12px;
	}
	
#footer {
	padding-left:400px;
	background:url(images/newsletterLogoFooter.gif) no-repeat;
	font-size:14px;
	}
