/* ************** CSS FOR SHEKINAH VALLERY RANCH ******************* */

.main {
      background: url("../graphics/shekinah-valley-ranch-frontpage.jpg");
	background-repeat: no-repeat;
}
.aboutus {
      background: url("../graphics/aboutuslayout.jpg");
	background-repeat: no-repeat;
}
.aboutpoa {
      background: url("../graphics/aboutpoalayout.jpg");
	background-repeat: no-repeat;
}
.wynsome {
      background: url("../graphics/wynsomelayout.jpg");
	background-repeat: no-repeat;
}
.mares {
      background: url("../graphics/mareslayout.jpg");
	background-repeat: no-repeat;
}
.foals {
      background: url("../graphics/foalslayout.jpg");
	background-repeat: no-repeat;
}
.sales {
      background: url("../graphics/saleslayout.jpg");
	background-repeat: no-repeat;
}
.photos {
      background: url("../graphics/photoslayout.jpg");
	background-repeat: no-repeat;
}
.contact {
      background: url("../graphics/contactlayout.jpg");
	background-repeat: no-repeat;
}
.linkspage{
      background: url("../graphics/linkslayout.jpg");
	background-repeat: no-repeat;
}
/* ************** BODY FORMATTING ******************* */

BODY {
background: url("../graphics/tile.jpg");
padding:0;
margin:0;
}

/* ************** TEXT FORMATTING ******************* */
h1  
	{
	font-family: georgia,times,"times new roman","times roman",serif;
	font-size: 14pt;
	line-height: 20pt;
	color: #6C5F50;
	border: thin none #000000;
	font-weight: bold;
	}

h2 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 11pt; 
 line-height: 12pt;
 font-weight: bold;
 color: #6C5F50;
 }

h3 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #9C8B7C;
 background-color: #ffffff;
 }


p {
	font-family: georgia,times,"times new roman","times roman",serif;
	font-size: 12pt;
	line-height: 18pt;
	color: #403528;
	border: thin none #000000;
	font-weight: normal;

}
.quotes {
	font-family: georgia,times,"times new roman","times roman",serif;
	font-size: 12pt;
	font-style: italic;
	line-height: 18pt;
	color: #000000;
	border: thin none #000000;
	font-weight: normal;

}

p.small {
	font-family: georgia,times,"times new roman","times roman",serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #403528;
	border: thin none #000000;
	font-weight: normal;

}

ul {
	font-family: georgia,times,"times new roman","times roman",serif;
	font-size: 12pt;
	line-height: 18pt;
	color: #403528;
	border: thin none #000000;
	font-weight: normal;

}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EADFCC;
	font-weight: normal;
	}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EADFCC;
	font-weight: normal;
	}

.links
	{
	font-family: georgia,times,"times new roman","times roman",serif;
	font-size: 14pt;
	color: #6C5F50;
	border: thin none #000000;
	font-weight: bold;
	margin-top: 20px;
	}
.links2
	{
	font-family: georgia,times,"times new roman","times roman",serif;
	font-size: 11pt;
	line-height: 16pt;
	color: #6C5F50;
	border: thin none #000000;
	font-weight: bold;
	}

/* ************** LINK FORMATTING ******************* */

a 	{
	color: #4D453B;
	}
a:hover 	{
	color: #000000;
	}

a.links:active, a.links:visited, a.links:link {
	text-decoration: none;
	color: #6C5F50;
	}
	
a.links:hover {
	text-decoration: underline;
	color: #4D453B;
	}
