/*
   Author: K. Wittenberg
   Date: 4/10/2010  

   Filename:         RS1.css
   Supporting Files: none
   
   
   This is the style sheet for Rancho-Snowfall index2.html, Buying.html, Herd Health.html, WhatsNew.htm 
    CSS Document 
*/


body		{background-color: #ddd0b0}

#outer		{position: absolute; top: 0px;left:50px; background: url(design_elements/adobeLrg.jpg) repeat; width: 900px}

#links				{width:890px; height:25px; background-color: #640E16; margin: 0px; font-family: "Monotype Corsiva", Arial, sans-serif; font-size: 1.2em; text-align: center}
 
#links	a:link		{color: black; text-decoration:none}	
#links	a:visited	{color:#901E0D; text-decoration:none}
#links 	a:hover		{color: black; text-decoration:underline} 
#links	a:active	{color: black; text-decoration:underline}

#content	{position: relative; left: 50px; top: 50px; width:800px; height:auto; background-color: #ddd0b0; border-color:#640E16; border-style: solid; border-width: 5px; margin: 0px; font-family: "Monotype Corsiva", Arial, sans-serif; z-index:1}

h1			{text-align:center}
h2			{font-family:"Monotype Corsiva", Arial, sans-serif; text-align: center; color: black} 
h3			{font-family:"Monotype Corsiva", Arial, sans-serif; text-align: center; color: black}


em		{font-family: "Bradley Hand ITC TT-Bold", "Monotype Corsiva", Arial; color: #640E16 }


p			{font-family: "Monotype Corsiva", Arial, sans-serif; margin: 10px; font-size: 20px}

#left		{float:left; width: 350px; height:auto; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 6px}
#left	p	{text-align:left}

#left a:link		{color:#CC3300; text-decoration:underline}	
#left a:visited		{color:#CC3300; text-decoration:none}
#left a:hover		{color:#640E16;  text-decoration:underline} 
#left a:active		{color: black;  text-decoration:underline}

#pict		{
	float:right;
	width:425;
	height:auto;
	border-color: #640E16;
	border-style: solid;
	border-width: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}

hr			{width:780px; align:center; shade:noshade}

a			{color: #CC3300}

#address	{clear:left; text-align:center}

