html, body { margin: 0px; padding: 0px; height: 100%; }
body
{
  color: white;
  background: #006699 url('img/bg.jpg') ;
  font: 9pt  Arial, sans-serif;

}

h1
{
  font: 14pt Arial, sans-serif;
  font-weight: bold;
}

a{
	text-decoration:none;
	color:white;
	font-weight: bold;
	  color: #CCCCCC;
}

a:hover{
	text-decoration: underline;
}

#header
{
  background: url('img/header.jpg') no-repeat;
  top: 0px;
  left: 0px;
  height: 337px;
  position:relative;

}

#menu

{

  top: 10px;
  left: 230px;
  width: 100px;
  position:absolute;
}

#menu ul
{
  list-style-type: none;
  margin:0px;
  padding:0px;
}

#menu li
{
  padding-bottom: 5px;
}

#menu a
{
    color: white;
}

#menu2

{
  top: 10px;
  left: 395px;
  width: 230px;
  position:absolute;

}

#menu2 ul
{
  list-style-image: url(img/icon16px.gif);
  margin:0px;
  margin-left:20px;
  padding:0px;

}

#menu2 li
{
  padding-bottom: 10px;
}

#menu2 a
{
  color:white;
}

#ue
{
  top: 340px;
  left: 20px;
  width: 175px;
  position:absolute;
  font-weight: bold;

}
#content

{
  background: url(img/bg_content.jpg) no-repeat;
  top: 340px;
  left: 230px;
  width: 680px;
  height: 500px;
  position:absolute;
  line-height: 150%;
}

