html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #9da28c;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

div#wrapper {
	width: 820px;
	padding:0;
	background-image: url(images/shadowTILE.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div#bodycopy {
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 30px;
	
	color: #666666;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}

div#title {
	color: #990000;
	font-size: 18px;
	line-height: 15px;
	text-align: left;
	padding-bottom: 25px;
	padding-top: 10px;
}

div#feature {
	color: #666666;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	padding-bottom: 25px;
	padding-top: 10px;
}

div#intro {
	padding-top: 40px;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 30px;
	
	color: #666666;
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
}

div#sidebartiny {
	color: #ffffff;
	font-size: 9px;
	line-height: 12px;
	text-align: left;
}

div#sidebarcopy {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
	
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}

.sidebar {
	background-image: url(images/mailing_sidebar.gif);
	background-repeat: repeat-y;
	background-position: left;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

a.white {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



