div#content h2 {
	color: #FF863C;
	font-size: 200%;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
div#content div.header {
	height: 13px;
	width: 95%;
}
div#content div#header_avocado {
	background: #9BDA5C url(/2007/images/avocado_stripe.gif) repeat-y;
}
div#content div#header_blue {
	background: #4976C3 url(/2007/images/blue_stripe.gif) repeat-y;
}
div#content div#header_green {
	background: #3E902D url(/2007/images/green_stripe.gif) repeat-y;
}
div#content div#header_orange {
	background: #F56A29 url(/2007/images/orange_stripe.gif) repeat-y;
}
div#content div#header_pink {
	background: #FB93CB url(/2007/images/pink_stripe.gif) repeat-y;
}
div#content div#header_purple {
	background: #906FBE url(/2007/images/purple_stripe.gif) repeat-y;
}
div#content div#header_turquoise {
	background: #3A9AD2 url(/2007/images/turquoise_stripe.gif) repeat-y;
}

div#sponsored_links {
	height: 182px;
	width: 618px;
	margin: 48px 0 12px 0;
}

div.footer_box {
	width: 199px;
}
div.footer_box div#signup {
	width: 140px;
}

div.micro_site {
	margin: 0 10px 10px 0;
}
div.micro_site img {
	display: block;
}

div#ad_160x600 {
	width: 160px;
	height: 600px;
	float: right;
	margin-right: 5px;
}

div#printable {
	margin: 10px;
	background-color: white;
	padding: 10px;
	width: 800px;
}
div#printable div#content {
	margin: 0;
	padding: 0;
}
div#printable div#content div#article {
	margin: 20px 0 20px 0;
}


