body {
	line-height: 1.67em;
}

div.bottom_border {
	padding-bottom: 15px;
	border-bottom: 1px dashed #575757;
	margin-bottom: 15px;
}

div#puppy_line h2,
div#oemc_rescue h2,
div#latest_news h2 {
	margin: 1px 0px 0px 0px;
}


div#puppy_line p,
div#oemc_rescue p {
	margin: 11px 0px 0px 0px;
}



/* #### Main Menu #### */
ul#main_menu {
	margin-top: 21px;
}
ul.sub_menu {
	line-height: normal;
}




/* #### Main Content #### */
div.content_gradient {
	margin-top: 8px;
	padding: 23px 0px 0px 0px;
	
	background-image: url('images/content_gradient.gif');
	background-position: top;
	background-repeat: no-repeat;
}
div.content_gradient h1 {
	margin: 0px;
	padding: 0px;
}
div.content_gradient p {
	margin: 10px 0px 19px 0px;
}




/* #### Puppy Line #### */
div#puppy_line {
	float: left;
}




/* #### OEMC Rescure #### */
div#oemc_rescue {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}




/* #### Latest News #### */
div#latest_news {
	float: left;
	width: 100%;
}
div#latest_news div.content {
	float: left;
	width: 155px;
}
div#latest_news div.content span {
	color: #de003d;
	background-color: transparent;
	font-weight: bold;
}
div#latest_news ul#news_list {
	float: right;
	width: 516px;
	margin: 0px;
	padding-left: 20px;
}
div#latest_news ul#news_list li {
	margin-bottom: 5px;
}
