* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  font-family: Arial;
}

ul {
  list-style-type: none;
  list-style-position: outside;
}

html {
  background-color: #000000;
  font-family: Arial;
  color: #ffffff;
}

body {
  width: 800px;
  margin: 0 auto;
  position: relative;
}

h1 {
  display: none;
}

h2 {
  color: #c09747;
  font-size: 16px;
  margin-bottom: 10px;
}

h3 {
  color: #cc6600;
  font-size: 14px;
  margin-bottom: 10px;
}

h4 {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

a {
  color: #000;
}

em {
  color: #cc6600;
}

#general {
  margin-top: 271px;
  float: left;
  width: 770px;
  padding: 10px 15px;
}

#content {
  float: right;
  padding: 5px 5px;
  width: 560px;
  font-size: 12px;
}

#content a {
  color: #c09747;
}

#content input {
  margin: 0px 0px 5px 0px;
}

#content a:hover {
  text-decoration: underline;
}

#content ul {
  padding: 10px 0px 10px 45px;
}

#content ol {
  padding: 10px 0px 10px 45px;
}

#content ul li {
  list-style-type: square;
}

#content p {
  margin-bottom: 10px;
}

#menu {
  float: right;
  width: 185px;
  padding: 34px 0px 0px 0px;
  margin-right: 15px;
  background: url(img/menu_header_background.jpg) top center no-repeat;
}

#menu ul {
  background: url(img/menu_hr.jpg) bottom center no-repeat #000000;
  padding: 0px 0px 10px 0px;
}

#menu ul li {
  background: url(img/menu_item_background.jpg) top center no-repeat #000000;
  line-height: 40px;
  margin: 5px 0px;
}

#menu ul li a {
  text-align: center;
  height: 40px;
  display: block;
  line-height: 28px;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
}

#menu ul li a:hover {
  color: #C09747;
}

#menu ul li .active {
  color: #c09747;
}

#menu ul li ul {
  background-image: none;
}

#menu ul li ul li {
  background-image: none;
  padding-left: 30px;
}

#menu ul li ul li a {
  text-align: left;
  height: 12px;
  line-height: 12px;
}

#news {
  float: right;
  width: 165px;
  padding: 34px 0px 0px 10px;
  margin: 0px;
}

#news .news {
  float: left;
  margin-bottom: 40px;
}

#news .news p.date {
  font-size: 12px;
  padding: 0 0 0px 0;
}

#news  .news a {
  color: #fff;
}

#news  .news a.title {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 30px;
}

#news  .news p {
  font-size: 12px;
}

#news  .news p.more{
  padding: 10px 0 0 0;
  font-size: 0px;
}

#news  .news p.more a {
  color: #C09747;
  padding: 0 0 0 0px;
  font-size: 12px;
}

#news  .news p.more a:hover {
  text-decoration: underline;
}

#header {
  clear: both;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 271px;
  width: 800px;
  background: url(img/header_background.jpg) top left no-repeat;
}

#header a {
  width: 175px;
  height: 115px;
  display: block;
  float: right;
  margin: 124px 14px 0px 0px;
}

#footer {
  float: left;
  width: 780px;
  height: 15px;
  color: #332825;
  font-size: 11px;
  background: url(img/footer_background.jpg) top left no-repeat;
  padding: 0px 10px 20px 0px;
  margin-bottom: 20px;
}

#footer p {
  clear: both;
  margin-top: 15px;
  float: left;
  text-align: right;
  width: 780px;
}

#footer p a {
  color: #fff;
  text-align: center;
}

#footer .flag {
  float: right;
  margin-left: 15px;
}

#content #menus {
  list-style-position: outside;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#content #menus li {
  list-style-type: none;
  margin: 5px 0px;
  padding: 0px;
}

#content #menus li a {
  font-size: 14px;
  list-style-type: none;
  color: #ffffff;
  font-weight: bold;
}

#content ul.error {
  color: #ff0000;
  padding: 0px;
}

#content ul.error li {
  list-style-type: none;
}

#content ul.success {
  color: green;
  padding: 0px;
}

#content ul.success li {
  list-style-type: none;
}

#trac {
	display: none;
}

