@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0 }
		
		
		img { 
		 border: 0;
		 outline:none; 
		
		
		 }
		
		body {
			background: #F5F5F5;
		   font-family: MuseoSlab-700,Verdana, Arial;

		}

		#content {
			font-family: MuseoSlab-700,Verdana, Arial;
			color: black;
			width: 900px;
			margin: auto;
			text-align: center;
			
		}
		
		
		#logo h1 {
			text-align: left;
			text-indent: -9000px;
			background-image: url(../images/bliss_farm_logo.gif);
			background-repeat:no-repeat;
			height: 85px;
			margin: 10px 0 10px 0;	

		}
		
	
		
		#nav {
			width: 900px;
			background-color:   #918474;
			padding:13px 0 31px 0;
			
			
		}
		
		
		#nav ul{
			color:#FFFFFF;
			list-style: none;
			padding-left: 50px;
			
		}
		
		#nav li {
			display:inline;
			font-size:85%;
			margin:0px;
			float:left;
		}
		
		#nav li a{
			color: #FFFFFF;
		    padding:13px;
			background-color: #918474;


		}
		
		#nav li a:hover{
			color: #FFFFFF;
			background-color: #534740;
			padding:13px;

		}
		
		
		#footer {
		background-color: #C9C2BA;
		color: #7F7060;
		height: 90px;
		width:900px;
		clear:both;
		}
		
		#footer a{
		color: #7F7060;
		}
		
		.footer {
		text-align: center; 
		font-size: 13px;
		}
		
		
		 a {
			 outline:none;
			 text-decoration:none;
		 }
		
		#text_left {
			width: 45%;
			color: #666666;
			font-size:13px;
			text-align: left; 
			margin-left:54px; 
			line-height:1.5em;
			float:left;	
		}
		
		#text_left p{
		font-family:Arial, Helvetica, sans-serif;
		}
		
		#text_left a{
			color: #666666;	
			text-decoration:none;
			font-weight: bold;
		}
		

		
		#text_right {
			width: 40%;
			color: #666666;
			font-size:13px;
			text-align: left; 
			line-height:1.5em;
			float:right;	
		}
		
		
		#text_right a{
			color: #666666;	
			text-decoration:none;
		}
		
		#text_right p{
		font-family:Arial, Helvetica, sans-serif;
		}
		
		#drawings {
		width: 900px;
		}
		
		
		#drawings a{
		padding:0 20px 0 20px;
		}
		
		.blog a{
		padding:0 0 0 -40px;
		}
		
		img { 
		 border: 0;
		 outline:none;
		
		 }
		 
		 a {
			 outine:none;
			 text-decoration:none;
			 
		 }
		
		
		

