/*Main Containers*/

body {
  background-color: #fff;
  font-family: Arial;
  font-size: 12pt;
  line-height: 12pt;
  text-align: left;
  padding: 0;
  margin: 0;
}

.page {
  position: relative;
  min-width: 840px;
  width: 840px;

  background-color: #fff; 
  margin-left: auto !Important;
  margin-right: auto !Important;
  margin-top: 25px;
}

.page_inside {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1000;
  min-width: 840px;
  width: 840px;
}

.wrapper {
  float: left;
  width: 100%;
  z-index: 500;
  padding: 0;
  margin: 0;
  border: 1px solid #f0e4bc;
}

#banner {
  float: left;
  position: relative;
  width: 100%;
  height: 123px;
  padding: 0;
  margin: 0;
}

#banner_inside {
  float: left;
  position: relative;
  width: 840px;
  height: 123px;
  padding: 0;
  margin: 0;
  background: url(../images/logo_2.jpg) no-repeat top left;
}

#menu {
  float: left;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  background: url(../images/menu_back.gif) repeat-x top left;
}

#menu_inside {
  float: left;
  position: relative;
  width: 840px;
  height: 39px;
  padding: 0;
  margin: 0;
}

#menu_inside a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
}

#menu_inside img {
  float: left;
  position: relative;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 12px;
}

#menu_inside a img {
  float: left;
  position: relative;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 12px;
}

#left_col {
  z-index: 1000;
  float: left;
  position: relative;
  width: 70%;
  font-size: 10pt;
  font-family: Arial;
  color: #7c3b00;
  margin: 0;
  padding: 0;
}

#left_content {
  float: left;
  position: relative;
  width: 100%;
  z-index: 1000;
  text-align: left;
}

#left_content a {
	margin: 0;
	padding: 0;
  font-size: 10pt;
  font-family: Arial;
  color: #7c3b00;
}

#left_content a:hover {
	margin: 0;
	padding: 0;
  font-size: 10pt;
  font-family: Arial;
  color: #c5560b;
  text-decoration: none;
}

#left_content a:visited {
	margin: 0;
	padding: 0;
  font-size: 10pt;
  font-family: Arial;
  color: #7c3b00;
  text-decoration: underline;
}
  
#left_content p {
 z-index: 1000;
} 
 
#left_content p a {
	margin: 0;
	padding: 0;
	font-weight: Bold;
	text-decoration: none;
	font-size: 13px;
	font-family: arial;
	color: #c5560b;
}

#left_content p a:hover {
	margin: 0;
	padding: 0;
	font-weight: Bold;
	text-decoration: underline;
	font-size: 13px;
	font-family: arial;
	color: #c5560b;
}

#left_content p a:visited {
	margin: 0;
	padding: 0;
	font-weight: Bold;
	text-decoration: none;
	font-size: 13px;
	font-family: arial;
	color: #c5560b;
}

#right_col {
  float: left;
  position: relative;
  width: 30%;
  z-index: 1000;
  font-size: 10pt;
  font-family: Arial;
  color: #7c3b00;
  margin: 0;
  padding: 0;
}

#right_content {
  float: left;
  position: relative;
  width: 100%;
  z-index: 1000;
  text-align: left;
}

#right_content a {
  font-size: 10pt;
  font-family: Arial;
  color: #7c3b00;
  margin: 0;
	padding: 0;
}

#right_content a:hover {
  font-size: 10pt;
  font-family: Arial;
  color: #c5560b;
  text-decoration: none;
	margin: 0;
	padding: 0;
}

#right_content a:visited {
  font-size: 10pt;
  font-family: Arial;
  color: #7c3b00;
  text-decoration: underline;
	margin: 0;
	padding: 0;
}

#right_content p a {
	margin: 0;
	padding: 0;
	font-weight: Bold;
	text-decoration: none;
	font-size: 13px;
	font-family: arial;
	color: #c5560b;
}

#right_content p a:hover {
	margin: 0;
	padding: 0;
	font-weight: Bold;
	text-decoration: underline;
	font-size: 13px;
	font-family: arial;
	color: #c5560b;
}

#right_content p a:visited {
	margin: 0;
	padding: 0;
	font-weight: Bold;
	text-decoration: none;
	font-size: 13px;
	font-family: arial;
	color: #c5560b;
}

#right_content p a img {
  text-decoration: none;
  border: none;
  
}

#pecan_overlay {
  position: absolute;
  top: 490px;
  left: 410px;
  z-index: 400;
  width: 460px;
  height: 175px;
  background: url(../images/nuts.png) top left no-repeat;
}

#copyright {
  float: left;
  position: relative;
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  color: #000;
}

#copyright a {
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  color: #000;
}

#copyright a:hover {
  text-decoration: none;
}

#copyright a:visited {
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  color: #000;
}
