/* @override http://www.restorationranch.org/site/styles-site.css */

/* @override http://www.restorationranch.org/site/styles-site.css */

/* @override http://www.restorationranch.org/site/styles-site.css */

body {
	margin:0px 0px 20px 0px;
	background:#FFF;
	font-family: Times New Roman, Times;
    /*background:#ffffff url(http://www.restorationranch.org/i/ranch-logo-faded.gif) bottom left no-repeat fixed;*/
    background:url(http://www.restorationranch.org/BackgroundPattern.png);
	}
	
p, td, li {
	color: #3a283e;
	font-size: 15px;
	line-height: 1.6em;
	
}
	
	
	 
	
	
	
	
	A 			{ color: #8F5BC9; text-decoration: underline; }
	A:link		{ color: #8F5BC9; text-decoration: underline; }
	A:visited	{ color: #8F5BC9; text-decoration: underline; }
	A:active	{ color: #999999;  }
	A:hover		{ color: #999999;  }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
		font-family: "Snell Roundhand", "Script MT", "Harlow Solid Italic", script;
	}
	
	div.i{
	   text-align:center;
	   margin-top:25px;
	}

	#banner {
		
		color:#333;
		font-size:x-large;
		font-weight:normal;	
  		padding:15px;
                border-top:4px double #666;
        padding-left:90px;
        padding-top:auto;
         
	}
	#banner .description{
	   font-size:11pt;
	   font-style:italic;
	   margin:0px;
	   padding:0px;
	}
	#banner h2{
	   padding-top:25px;
	}
		
    .content{
		padding-left:100px;
		padding-right:250px;
		line-height:1.5;
	}
	
	#menu{
       position:absolute;
       right:0px;
	   width:200px;
	   margin-right:20px
	}

#menu li{
	list-style-type: none;
	border: 1px solid #241d34;
	padding:4px 8px;
	background: url(/bg3.png) fixed;
	margin-bottom:1px;
}

#menu li a {
	color: #333;
	text-decoration:none;
	font-style: italic;
	font-weight: bold;
	width:100%;
	display:block;
}