/*
div
{
	border-width: 1px;
	border-color: green;
	border-style: dashed;
}
p,blockquote,ul,ol,li,h1,h2,h3,h4,h5,h6,table,tr,td,th,a
{
	border-width: 1px;
	border-color: red;
	border-style: dotted;
}
*/

#postcard
{
	width: 460px;
	height: 345px;
	background-image: url(/features/images/hair.png);
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: white;
}

#postcard td
{
	margin: 0;
}

#postcard td
{
	width: 210px;
	height: 345px;
}

#postcard td#adcopy
{
	width: 210px;
	height: 345px;
	padding: 0 20px 0 25px;
	vertical-align: middle;
}

#postcard h4 {margin: 0;}
#postcard ul
{
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 25px;
}
#postcard li
{
	margin: 0.5em 0 0.5em 0;
	list-style-position: outside;
}
