/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-image: url(../images/newtoyoga-grad.gif);
   width: 100%;
   margin: 0;
}

#nav-hr {
	height: 4px;
	background-color: #fad5e5;
}	   

#footer-hr {
	float: left;
	width: 720px;
	height: 3px;
	margin-top: 5px;
	background-color: #fad5e5;
}	

hr {
color: #fad5e5;
background-color: #fad5e5;
height: 4px;
border: #fad5e5;
margin-top: 10px;
margin-bottom: 10px;
}

a.linkGrey:active, a.linkGrey:link, a.linkGrey:visited, a.linkGrey:hover  {
	text-decoration: none; color: #666666;
}

.txtOliveCAPS {
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #686300;

}

.txtOliveNormal {
	font-size:12px;
	font-weight: bold;
	color: #686300;	
}

.txtPinkLargeCAPS {
	font-size:20px;
	text-transform: uppercase;
	color: #f178af;	
}

.txtWhiteCAPS {
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}


