body
{
	margin: 0;
	padding: 0;
	font-family: arial,  serif;
	color: #663300;
	background-color: #fff;
}

table.layout {
  width: 780px;
}
#nauja-svetaine {position:absolute; top:10px; left:300px; width:200px; height:28px}

table.layout td {
  padding: 10px;
  vertical-align: top; 
}

h1 {
  font-size: 20px;
  margin-bottom: 2px;
  font-family: arial;
}

h2 {
  font-size: 18px;
  margin-bottom: 2px;
  font-family: arial;
  font-weight: normal;
}

em {
  font-style: normal;
  color: rgb(0,102,0);
  font-weight: normal;
  letter-spacing: 2px;

}

td.header {
  font-size: 30px; font-family: arial; 
  background: rgb(0,102,51);
  color: #fff;
}

td.menu {
  width: 150px;
  background: #eee;
}

td.menu ul {
  list-style: none;
  margin-left: 0px;
}

td.menu ul li {
  background: #eee;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}

td.menu a {
  font-weight: bold;
  text-decoration: none;
  color: rgb(69,167,74);
}

td.menu a:hover {
  /*text-decoration: underline;*/
  color: #0e0;
}

td.content {
  width: 95%;
  text-align: left;
  font-family: verdana;
  font-size: 10pt;
 
}

td.footer {
  background: #fff;
  font-size: 10px;
  border-top: 1px solid rgb(175,199,169);
}

