@charset "UTF-8";

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/index-bg.gif);
	background-repeat: repeat;
} 
 
#footer {
	clear: both;
	background-color: #CC3300;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: none;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: white;
	font-size: 75%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#container #right_column h2 {
	font-size: 13px;
	font-weight: bold;
}

#right_column a:hover, #left_column a:hover {
	color: #FF3300;
}
#container h3 {
	color: #cc3300;
	font: bold 16px/18px Verdana, Arial, Helvetica, sans-serif;
}

#left_column p {
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#right_column  ul {
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	list-style-type: none;
}
#right_column a:hover, #left_column a:hover {
	color: #FF3300;
}

#left_column {
	float: left; /* since this element is floated, a width must be given */
	width: 415px;
	z-index: 500;
}
#right_column {
	float: left; /* since this element is floated, a width must be given */
	width: 317px;
	z-index: 500;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 12px;
}
#left_column .feedback {
	background-color: #DDD0B9;
	background-image: url(../images/recent-feedback.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#right_column  .pregnant-block {
	width: 316px;
	background-image: url(../images/pregnant-hurting.gif);
	background-repeat: no-repeat;
	background-color: #DDD0B9;
	height: 144px;
	margin-bottom: 10px;
}
#right_column img {
	float: left;
}
#right_column  p {
	line-height: 13px;
	font-size: 11px;
	padding-top: 8px;
}
#right_column .blog-block {
	width: 316px;
	background-image: url(../images/blog.gif);
	background-repeat: no-repeat;
	background-color: #DDD0B9;
	height: 178px;
	margin-bottom: 10px;
}
.block_text {
	padding-top: 20px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 106px;
}
#right_column .race-block {
	width: 316px;
	background-image: url(../images/abortion-race.gif);
	background-repeat: no-repeat;
	background-color: #DDD0B9;
	height: 178px;
	margin-bottom: 10px;
}
