body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color:#FFF;
  background-image:url(gfx/body.jpg);
  background-repeat:repeat-x;
	background-position: 0px 30px;
	margin: 0px;
  padding: 0px;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #f59e00;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #f59e00;
	margin: 10px 0px;
	font-weight: bold;

}
h2 {
	font-size: 15px;
	color: #f59e00;
	margin: 10px 0px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #f59e00;
	margin: 10px 0px;
	font-weight: bold;
}
form {
	margin: 0;
}
#main {
	background-color:#FFF;
	background:url(gfx/main.jpg) no-repeat;
	background-position: top left;
	width: 797px;
	margin: 30px auto;
	padding: 0;
}
#navi{
  height:115px;
  padding-top:5px;
}
#navi ul {
	margin:0;
	padding:0;
	list-style: none;
  text-align:right;
}
#navi li{
  padding: 0px 8px 0px 5px;
  display:inline;
  border-right:2px solid #f59e00;
}
#navi li.active{
  font-weight:bold;
}
#navi li.navilast{
  border-right:0px;
}
#content {
  background-repeat:  no-repeat;
	background-position: top left;
	padding: 125px 10px 10px 100px;
  line-height:20px;
}
#content ul{
  list-style-image:url(gfx/square.gif);
}

#footer{
  text-align:center;
	font-size: 10px;
	color: #666666;
}
