body {
  color: #808080;
  background-color: #000000;
  font-size: 70%;
  font-family: verdana;
  line-height: 150%;
  margin: 0px;
  padding: 0px;
}

a {
  color: #808080;
  text-decoration: underline;
  font-weight: normal;
}

a:hover {
  color: #800600;
}

.mini {
  font-size: 0.8em;
}

.no_border {
  border: 0px;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#main_container {
  margin: 0px auto;
  width: 700px;
  min-width: 700px;
  max-width: 55em;
  min-height: 700px;
  text-align: left; 
}

#header {
  background: #000000 url("../pict/header.png") left top no-repeat;
  min-height: 200px;
  height: 200px;
}

#header_img {
  text-align: center;
  padding-top: 20px;
}

#menu {
  background-color: #111111;
}

.menu {
  list-style:none;
  position:relative;
}
.menu li.top {
  display:block;
  float:left;
  position:relative;
}

.menu li a.top_link {
  display:block;
  float:left;
  text-decoration:none;
  cursor:pointer;
}

.menu a:hover {
  visibility: visible;
}

.menu li:hover {
  position: relative;
  z-index:200;
}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
.menu :hover ul.sub {
  left:2px;
  top:25px;
  right:2px;
  white-space:nowrap;
  height:auto;
}
.menu :hover ul.sub li {display:block; height:25px; position:relative; float:left;}
.menu :hover ul.subQQQ li a {font-weight:normal;display:block; font-size:11px; height:25px; width:192px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid 999999; white-space:nowrap; width:93px; z-index:200; height:auto;}




.title {
  min-height: 65px;
  background: #000000 url('../pict/background_title.png') left top no-repeat;
  padding-right: 50px;
}

#content {
  min-height: 200px;
}


.content_first_article {
  padding-top: 10px;
  margin: 5px;
}

.content_first_article #left_border {
  margin-top: 2px;
  background: transparent url("../pict/top_1.png") left top no-repeat;
  float: left;
  width: 20px;
  height: 40px;
}

.content_first_article #date,
.content_other_article #date {
  margin-left: 20px;
}

.content_first_article #title, 
.content_other_article #title {
  margin-left: 20px;
  font-size: 1.6em;
  font-weight: bold;
  font-family: serif;
}

.content_first_article #cont,
.content_other_article #cont {
  margin: 10px 0px 20px 20px;
  font-size: 1.1em;
}

.content_other_article {
  background: transparent url("../pict/line.png") left top no-repeat;
  padding-top: 10px;
  margin: 5px;
  margin-top: 50px;
}

.content_other_article #left_border {
  margin-top: 2px;
  background: transparent url("../pict/top_2.png") left top no-repeat;
  float: left;
  width: 20px;
  height: 40px;
}



#footer {
  background: #000000 url("../pict/footer.png") left top no-repeat;
  min-height: 75px;
  height: 75px;
}

#footer_icons {
  float: left;
  padding-top: 30px;
  min-height: 75px;
  height: 75px;
  margin-left: 10px;
}

#footer_icons td {
  vertical-align: middle;
  text-align: center;
}

#footer_icons a {
  padding-left: 20px;
  padding-right: 20px;
}

#footer_storkstudio {
  float: right;
  padding-top: 25px;
  padding-right: 10px;
  min-height: 75px;
  height: 75px;
}


