/***********************************************/
/* threelows.css                               */
/* Use with ride reports.htm			     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body { color: #000000;
margin: 40px;
padding: 5px;
border-style: none;
border-width: none;
font-family: Times, "Times New Roman", serif;
font-size: 1.0em;
line-height: 1.166;
text-align: justify;
background: #FFFFFF  url('http://www.threelowsfarm.com/images/background.gif') repeat-y 450px 0px;
}

a:link, a:visited, 
        a:hover {color: #006699;
	  text-decoration: underline;}

a:hover {	text-decoration: underline;}

h1 {font-size: 2.0em;
font-family: Ties, "Times New Roman", serif;
font-weight: bold;
text-align: center;
 color: #800040;}

h2 {font-size: 1.3em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: center;
 color: #800040;}

h3 {font-size: 1.2em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: center;}

h4 {font-size: 1.1em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: center;
 color: #800040;}

h5 {font-size: 1em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: center;
 color: #800040;}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 420px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
        background: #FFFFFF  url('http://www.threelowsfarm.com/images/Horses.jpg') no-repeat 0px 0px;
}


#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


