body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCC;
	text-decoration: none;
	background-color: #000;
	background-image: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

a:link,
a:active,
a:visited {
	color: #F5B800;
}

#header {
	background-color: #000;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	height: 493px;
	width: 100%;
	background-position: center 70px;
}

#header TABLE TR TD A IMG {
	border-style: none;
	margin: 0px 5px;
	padding: 0px;
}

#header TABLE TR TD.logo A {
	display: block;
	margin: 5px 15px;
	padding: 0px;
	font-size: 18px;
	text-transform: capitalize;
	color: #F5B800;
	text-decoration: none;
	border-style: none;
}

#header TABLE TR .menu UL LI A {
	color: #F5B800;
	text-decoration: underline;
}

#header TABLE TR .menu UL LI {
	float: left;
	font-size: 14px;
	margin: 0px 10px 0px 0px;
	font-weight: 700;
	list-style: none;
}

#header TABLE TR .menu UL { float: right; }
#content {
	background: #CCC url(/img/index_content.jpg) repeat-x left top;
	color: #222;
	text-align: justify;
	padding-top: 20px;
	position: relative;
}
.article {
}


.article p {
	margin: 5px 10px;
}
H1 DIV,
H3 DIV { background: url(/img/h1_right.gif) no-repeat right center; }

H1,
H3 {
	font-size: 16px;
	color: #222;
	margin: 5px 10px;
	background: #000 url(/img/h1_bg.gif) repeat-x left center;
}
H1 DIV SPAN,
H3 DIV A{
	line-height: 30px;
	background: #000;
	padding: 0px 10px;
	color: #F5B800;
}


.navigation {
	margin: 0px;
	padding: 0px;
}
.navigation UL {
	margin: 10px;
	padding: 0px;
}

.navigation UL LI {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #F8F8F8;
}
.navigation UL LI A:link,
.navigation UL LI A:active,
.navigation UL LI A:visited {
	color: #161616;
	text-decoration: none;
	background: #F8F8F8;
	border-bottom: 2px solid #DADADA;
	display: block;
	padding: 5px 5px;
	margin: 0px 5px;
}
.navigation UL LI A:hover { background: #FFF; }

.nav_hierarhy { margin: 10px; }

/* HEAD FLY DIV */
#head_fly{
  position: absolute;
  top: 70px;
  left: 0px;
  width: 100%;
  height: 420px;
  text-align: center;
}
#head_fly a:link,
#head_fly a:active,
#head_fly a:visited
{
  color: #FFF;
  position: relative;
  font-weight: bold;
}
.fly_a1{
  top: 100px;
  left: 100px;
}
.fly_a2{
  top: 180px;
  left: 20px;
}
.fly_a3{
  top: 230px;
  left: 0px;
}
.fly_a4{
  top: 200px;
  left: -150px;
}
.fly_a5{
  top: 100px;
  left: 330px;
}

#footer {
	width: 100%;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: block;
	float: left;
	padding: 5px 10px;
}

