* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF;
}

a {
	color: #6bbd0a;
}

#all {
	width: 848px;
	background: url('img/shadows.png') repeat-y; margin: auto;

position: relative;
}

#main {
	width: 822px;
	background: white;
	margin-left: 13px;
	margin-right: 13px;
}

#banner {
	width: 822px;
	height: 189px;
	background: url('img/banner.png');
	margin-bottom: 2px;
}

#top {
	background: #adacac;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 10pt;
	color: white;
	text-align: center;
	margin-bottom: 1px;
}

#middle {
	width: 822px;
	background: url('img/main_bg.jpg') no-repeat;
}

#menu {
	width: 169px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 35px;
	float: left;
}

h1 {
	color: #6bbd0a;
	font-family: 'Verdana, Arial, Helvetica, sans-serif';
	font-weight: bold;
	font-size: 10pt;
}

#text {
	width: 590px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	font-family: 'Century Gothic' 'sans';
	font-size: 10pt;
	margin-bottom: 20px;
}

h2 {
	color: white;
	font-family: 'Century Gothic' 'sans';
	font-weight: bold;
	font-size: 16pt;
	margin: 10px;
	margin-left: 50px;
}

#menu ul li {
	list-style: none;
	padding: 4px;
	padding-top: 8px;
	border-bottom: 1pt dotted #cacaca;
}

#menu ul li a {
	color: #5b5b5b;
	font-family: 'Century Gothic' 'sans';
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

#footer {
	clear: both;
	width: 822px;
	height: 16px;
	background: url('img/footer.png') repeat-x;
	font-family: 'Arial';
	font-weight: regular;
	font-size: 8pt;
	color: white;
	text-align: right;
	margin-bottom: 1px;
	margin-right: 10px;
	margin-top: 1px;
}

.footer_link{
  list-style: none;
  width: auto;
  height: auto;
  background: transparent;
	font-family: 'Arial';
	font-weight: regular;
	font-size: 8pt;
	color: white;
}

.li_text {
  list-style: none;
  width: auto;
  height: auto;
  background: transparent;
  margin-left: 10px;
  margin-bottom: 5px;
}

.li_text2 {
  list-style: none;
  width: auto;
  height: auto;
  background: transparent;
  margin-left: 100px;
  color: #6bbd0a;
}

h3 {
  color: #6bbd0a;
  line-height: 150%;
  font-weight: bold;
}

.imgborder {
	border: 1px dotted #c4c4c4;
}
