html, body  {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #54616a;
  font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  min-width: 1000px;
}

#top {
  height: 105px;
	background-image : url(/img/bg_top.jpg);
	background-repeat : no-repeat;
  min-width: 940px;
  margin-left: 60px;
}

#logo {
  position: absolute;
  top: 15px;
  left: 13px;
}

#ltext {
  position: absolute;
  top: 36px;
  left: 153px;
}

#login {
  color: #959595;
  font-size: 11px;
  padding-top: 20px;
}

#login a {
  color: #0095d6;
}

#login form {
  padding: 0;
  margin: 0;
}

#fp_menu {
	background-image : url(/img/bg_menu_fp.jpg);
	background-repeat : no-repeat;
  background-color: #f0f0f0;
  height: 180px;
  min-width: 940px;
  margin-left: 60px;
}

.col33 {
  width: 33%;
  float: left;
}

#mainnews table {
  height: 180px;
  font-size: 12px;
  overflow: auto;
  width: 70%;
}

#mainnews td a {
	color: #54616A;
  text-decoration: none;
}

#mainnews td a:active, #mainnews td a:hover {
  text-decoration: underline;
  color: #0095d6;
}

#menu {
  padding-right: 33%;
  font-size : 14px;
}

#menu ul {
  padding: 0;
  margin: 25px 0 0 30px;
  list-style: none;
}

#menu li {
  padding-bottom: 5px;
}

#menu a {
  color: #fff;
  text-decoration: none;
}

#menu a:active, #menu a:hover {
  text-decoration: underline;
}

#news_fp {
  clear: both;
	background-image : url(/img/bg_news_fp.gif);
	background-repeat : repeat-x;
  position: relative;
  overflow: auto;
  border-bottom: 1px solid #da2727;
  margin-left: 60px;
}

#news_fp_in {
	background-image : url(/img/bg_news_fp.png);
	background-repeat : no-repeat;
  padding: 50px 0 25px 0;
}

h1 {
  padding: 0;
  margin: 0;
  color: #364c8f;
  font-weight: normal;
  font-size: x-large;
}

h6 {
  padding: 0;
  margin: 0;
  color: #959595;
  font-weight: normal;
  font-size: x-small;
}

#news_fp ul {
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  font-size: 70%;
  overflow: auto;
  height: 100%;
}

* html #news_fp ul { height: 70px; }

#news_fp li strong {
  font-weight: normal;
  font-size: 90%;
  color: #959595;
}

#news_fp li  {
  width: 30%;
  float: left;
  padding-right: 3%;
}

#news_fp a  {
  color: #54616a;
  text-decoration: none;
}

#news_fp a:active, #news_fp a:hover {
  color: #0095d6;
  text-decoration: underline;
}

#press_fp h6 {
  padding: 0 0 15px 0;
}

#press_fp {
  clear: both;
  font-size: 80%;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-left: 60px;
}

#press_fp a {
	color: #54616A;
  text-decoration: none;
}

#press_fp a:active, #press_fp a:hover {
  text-decoration: underline;
  color: #0095d6;
}

#func {
	background-image : url(/img/bg_func.png);
	background-repeat : no-repeat;
  height: 30px;
  width: 280px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 0 0 25px;
}

#func a {
  display: block;
  margin-right: 30px;
  float: left;
  height: 15px;
}

#func a img {
  display: block;
}

#address {
  width: 66%;
  font-size: 11px;
  color: #4b4b4b;
  float: left;
}

#address a {
  color: #4b4b4b;
}

#address a:active, #address a:hover {
  text-decoration: none;
}

#copy {
  font-size: 11px;
  color: #4b4b4b;
}

#all  {
  position: relative;
  height: 100%;
  min-height: 100%;
}

html>body #all {height: auto;}

#footer {
  padding-top: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
	background-image : url(/img/bg_new.gif);
	background-repeat : repeat-x;
}

#footer, #empty {height: 23px;}
