* {
  margin:0;
  padding:0;
}
img {
  border:none;
}
html, body {
	height: 100%;
}
body {
  background:#f3f3f3 url('../images/bg.jpg') repeat-y scroll 50%  0;
  font-size: 100%; 
  font-size: 0.75em;
  line-height: 1.5em;
  -webkit-background-size: 1900px 1600px;
}
#page {
/*  font-size: 0.70em;*/
  line-height: 1.4em;
}

body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
  color: #111111;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 20px;  
}
pre,
code {
  font-size: 1.1em; 
  font-family: "Courier New", "DejaVu Sans Mono", monospace;
}
h1 {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
/*  line-height: 40px;*/
  color:#f18123;
  font-size:32px;
  padding-bottom:5px;
}

h2 {
/*  color:#3f5629;*/
  color:#000000;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin-top: 0.3em;
/*  margin-bottom: 0.667em;*/
  font-weight:bold; 
}


h3 {
  color:#606060;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
  margin-bottom: 0.769em;
  font-weight:normal;
}

h4 {
  color:#941818;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 14px;
  line-height: 19px;
  margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
  margin-bottom: 0.909em;
  font-weight:normal;
}
h5 {
  color:#606060;
/*  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;*/
  font-size: 14px;
  line-height: 18px;
  margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
  margin-bottom: 0.909em;
  font-weight:normal;
}
h6 {
  color:#941818;
/*  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;*/
  font-size: 14px;
  line-height: 18px;
  margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
  margin-bottom: 0.909em;
  font-weight:bold;
}

/*
 * Block-level elements
 */
p,
ul,
ol,
dl,
pre,
table,
fieldset {
  margin: 1em 0;
}
p {
  color:#111111;
  font-size:14px;
}

blockquote {
  margin: 1em 2em;
}
ul,
ol {
  margin-left: 0;
  padding-left: 2em; /* LTR */
}
.block ul,
.item-list ul /* Drupal overrides */ {
  margin: 1em 0;
  padding: 0 0 0 2em; /* LTR */
}
ul ul, ul ol,
ol ol, ol ul,
.block ul ul, .block ul ol,
.block ol ol, .block ol ul,
.item-list ul ul, .item-list ul ol,
.item-list ol ol, .item-list ol ul {
  margin: 0;
}
li {
  margin: 0;
  padding: 0;
}
.item-list ul li /* Drupal override */ {
  margin: 0;
  padding: 0;
  list-style: inherit;
}
ul.menu li,
li.expanded,
li.collapsed,
li.leaf {
  margin: 0;
  padding: 0;
}
ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 2em;
  padding: 0;
}
a:link {
}
a:visited {
}
a:hover,
a:focus {
}
a:active {
}
table {
  border-collapse: collapse;
  /* width: 100%; */ 
}
th,
thead th,
tbody th {
  text-align: left; /* LTR */
  padding: 0;
  border-bottom: none;
}
tbody {
  border-top: none;
}
abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

abbr.created {
  border: none;
  cursor: auto;
  white-space: normal;
}

img {
  border: 0;
}
hr {
  height: 1px;
  border: 1px solid #666;
}
form {
  margin: 0;
  padding: 0;
}
fieldset {
  margin: 1em 0;
  padding: 0.5em;
}
.footer{
	background-color: #797979;
	border-top: 1px solid black;
	width: 1001px;
	height: 117px;
	color: white;
	text-align: center;
}

.footer_content{
	margin-top: 50px;
}
