/* GENERAL STYLES */

html, body
{
	padding: 10px 0px 20px 0px;
	margin: 0px;
	background: #d9d9d9;
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	margin-top: 5px;
	margin-bottom: 5px;
}
h2
{
	font-size: 12px;
}
h3
{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
p, a
{
	font-size: 11px;	
}
a:hover
{
	text-decoration: none;
}
img
{
	border: none;
}

/* SPECIFIC STYLES */

.feedburnerFeedBlock
{
font-family: Arial, Helvetica, sans-serif;
margin-top: 5px;
margin-bottom: 10px;
margin-left: 0px;
font-size: 11px;
font-weight: normal;
color: #fff;
}

.feedTitle
{
font-family: Arial, Helvetica, sans-serif;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 0px;
font-size: 14px;
font-weight: bold;
color: #fff;
}

.feed
{
font-family: Arial, Helvetica, sans-serif;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 15px;
font-size: 11px;
font-weight: bold;
color: #fff;
}

.headline a
{
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	margin-bottom: 10x;
	margin-top: 10px;
}
.headline a:hover
{
	text-decoration: underline;
	color: #D8D8D8;
}
.break
{
	clear: both;
}
div#main
{
	width: 656px;
	margin: 0px auto 0px auto;
	background: #fff url(../images/background_main_sides.gif);		
}
div#content
{
	position: relative;
	background: url(../images/background_main_top.gif) no-repeat;
	padding: 15px;	
}
div#column_a
{	
	width: 290px;		
}
ul#navigation
{
	list-style-type: none;
	margin: 0px;	
	padding: 0px;
}
ul#navigation li
{
	float: left;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
ul#navigation a
{
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	white-space: nowrap;
}
ul#navigation a:hover
{
	text-decoration: underline;
	color: #977c13;
}
div.feature1 img
{
	float: left;
	padding-right: 10px;
}
div.feature2 img
{
	float: right;
	padding-left: 10px;	
}
a.arrow
{
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 16px;	
}
div#column_b
{		
	position: absolute;
	top: 10px;
	left: 312px;
	width: 337px;
	background: #977c13 url(../images/background_column_b.gif);		
}
div#header_b
{
	background: #fff url(../images/background_TheseBreastsSaveLives.gif) top right no-repeat;
}
div#blog
{
	padding: 0px 15px 0px 0px;
}
div#blog p
{
	margin-left: 10px;
	color: #fff;
}
div#blog a
{
	margin-left: -5px;
	color: #d1d1d1;
}
div#footer_b
{
	width: 337px;
	height: 40px;
	background: url(../images/background_column_b_bottom.jpg) no-repeat;
}
div#footer
{
	width: 656px;
	height: 35px;
	background: #d9d9d9 url(../images/background_main_bottom.gif) bottom no-repeat;
	margin: 0px auto 0px auto;
	text-align: center;	
}
div#footer p, div#footer a
{
	font-size: 10px;
	color: #898989;
	text-decoration: none;
}
div#footer a:hover
{
	color: #000;
}



