body {
	padding: 0px;
	margin: 0px;
	background-color: #f6f8e5;
	background-image: url('img/img_03.png');
	background-repeat: repeat-x;
}

#breadcrumb {
  position: relative;
  left: 173px;
  top: 0px;
  bottom: 0px;
  right: 0px;

  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  
  width: 670px;
  
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 10px;

  z-index: 99;
}

#breadcrumb a {
	color: #6c2925;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #ee9024;
	text-decoration: none;
}

#footer {
	clear: both;
	width: 500px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0px;
	margin-bottom: 20px;
	position: relative;
	left: 210px;
	top: 10px;
	bottom: 10px;
	right: auto;
	z-index: 52;
	border: 0;

  	width: 573px;
  	height: 74px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #AAAAAA;
}

#footer p {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#navigation {
  position: absolute;
  left: 115px;
  top: 200px;
  right: 0px;
  bottom: 0px;
}

#navigation img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
}

#navigation ul li {
	float: left;
	list-style-type: none;
	list-style-image: none;
}

#navigation a {	
	background-repeat:no-repeat; 
	display:block; 
	overflow:hidden;
	text-indent: 999em;
	white-space:nowrap; 
	height:25px;
}

#navigation p {
	padding: 0px;
	padding-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	font-size: 10px;
	padding-left: 6px;
	padding-right: 20px;
}

#navigation a:hover, #navigation li.current a,#navigation li.over a {background-position:0px -30px;}
