/*  Global
--------------------------------------------------------------------- */
body {
	background:#4f3113 url(images/bg.jpg) no-repeat left top;
	font-size: 12px;
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
  margin: 0; padding: 0;
}
a {
	text-decoration:none;
	color:#474644;
}
a:hover { 
	color:#6A3D37;
}
#container {
	text-align:left;
	margin-left: 130px;
	width:650px;
}
img {
  border-style: none;
}
/*  Header
--------------------------------------------------------------------- */
#header {
	margin:0;
	padding:0;
	width:650px;
	height:100px;
}
/*  Navigation
--------------------------------------------------------------------- */
ul#nav { 
  list-style: none;
  margin: 75px 5px 0 0;
  width: 650px;
  background-color:#336600;
  float: left;
}
ul#nav li { 
  float: left;
  height: 25px;
  overflow: hidden;
  margin: 0 15px 0 0; 
}
ul#nav li a { 
  display: block;
  height: 25px;
  text-indent: -9999px;
}
ul#nav li.home a {
	background: url(images/btnhome.png) 0 0 no-repeat;
	width: 90px;
}
ul#nav li.livestock a {
	background: url(images/btnlivestock.png) 0 0 no-repeat;
	width: 90px;
}
ul#nav li.sales a {
	background: url(images/btnsales.png) 0 0 no-repeat;
	width: 90px;
}
ul#nav li.registrations a {
	background: url(images/btnregistrations.png) 0 0 no-repeat;
	width: 90px;
}
ul#nav li.contact a {
	background: url(images/btncontact.png) 0 0 no-repeat;
	width: 90px;
}
ul#nav li.home a:hover, ul#nav li.livestock a:hover, 
ul#nav li.sales a:hover, ul#nav li.registrations a:hover, ul#nav li.contact a:hover {
	background-position: bottom left;
}
ul#nav li#active a {
  background-position: bottom left;
}
/*	Content
--------------------------------------------------------------------- */
#content {
	width:650px;
	text-align:center;
	color:inherit;
}
#content_home {
	width:650px;
	text-align:justify;
	color:inherit;
}

/*	Footer
--------------------------------------------------------------------- */
#footer {
	width:610px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	padding:20px 20px 0px 20px;
	color:#ffffcc;
}

/*------------------------------------------------------------------- */