 body{
   font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
   margin: 0;
   color: #333333;
	/*background-color: #fcfcea;*/
 }

img{ border: none;}
 
h1{
	color: #990000;
	text-align: center;
	margin: 30px 0;
}

h2{
	margin: 25px 0 10px 0;
	color: #6b3506;
	font-size: 20px;
}

h3{
	margin: 25px 0 10px 0;
	color: #88672a;
	font-size: 16px;
	
}
 
	a{	
		color: #990000;
		font-weight: bold;
		text-decoration: none;
		outline: none;
	}
	a:hover{
		text-decoration: underline;
	}
	

 #wrapper{
   width: 750px;
   margin: 20px auto;
 }
 
 #header{
	position: relative;
}
#header #logo{
width: 247px;
height: 78px;
display:block;
text-indent: -10000px;
background: transparent url(http://legacy.mustacheinc.com/images/logo.gif) top left no-repeat;
}

 #nav{
	position: absolute;
	left: 120px;
	top: 64px;
	
 }
 #nav a{
	font-weight: normal;
  _font-weight: bold;
	margin-right: 20px;
   color: #000000;
   text-decoration: none;
   font-size: 16px;
 }
#nav a:hover{
	text-decoration: underline;
}
 
 #content{
   padding: 0 50px;
 }

 #content p{
   font-size: 16px;
   line-height: 18px;
   text-align: justify;
	margin: 0 0 15px 0;
 }

#logos{
	text-align: center;
	margin-bottom: 50px
}
	#logos img{
		padding: 10px;
	}

#contact_info{
	width: 40%;
	float: left;
}
#contact_info p{
	margin: 0 0 3px 0;
}
#contact_form{
	width: 60%;
	float: left;
}

 
 #footer{
	margin-top: 40px;
	text-align: center;
	font-size: 12px;
 }
  #footer a{
    
  }



/* LISTS */

#tini_nav{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	background-color: #dedece;
	padding: 3px;
}

#mini_nav{
	list-style: none;
	padding: 0;
	margin: 0;
}
	#mini_nav li{
		float: left;
	}
		#mini_nav li a{
			display: block;
			background-color: #663300;
			color: #fff;
			padding: 4px 8px;
			font-weight: normal;
		}
		#mini_nav li a:hover{
			text-decoration: none;
			background-color: #cc9966;
		}
		#mini_nav a.current{
			padding-top: 8px;
			margin-top: -4px;
			
		}

.panel ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
	.panel li{
		margin-bottom: 40px;
	}
	.panel li img{
		float: left;
		margin-right: 15px;
/*		border: 1px solid #333;
*/	}
	
	



/* FORMS */

input.fix, textarea.fix, select.fix{
	border: 1px solid #999;
}


/* HAXIES */


	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */







img.alignleft{
	float: left;
	margin: 0 10px 10px 0;
}
img.alignright{
	float: right;
}
img.centered{
	display: block;
	margin: auto;
}

.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.centered{
	text-align: center;
}


.hide{
	display: none;
}

.red{
	color: #ff0000;
}