body {
  background: url('img/bg.jpg') rgb(206,216,237);
  padding: 0;
  margin: 0;
}

body, p, li, td, th
		{ font-family: Tahoma CE, Tahoma, Verdana CE, Verdana, sans-serif;
		font-size: 10pt;
    }

h1 {
  color: rgb(20,20,160);
  margin-bottom: -0.5em;
  _margin-bottom: -0.8em;
  font-size: 16px;
}


#head {
  text-align: left;
  background: rgb(153,153,153) url("obr/header.jpg");
  background-repeat: no-repeat;
  width: 1000px;
  height: 148px;
  
  /*padding: 0 20 0 20;*/
}

#menu {
  text-align: left;
  background: transparent;
  background-repeat: no-repeat;
  width: 1050px;
  height: 40px;
  margin-left: -35px;
  margin-top: -10px;
  _margin-top: 4px;
}

li.menuitem {
	float: left;
	position: relative;
	
	font-weight: bold;
	background: transparent;
	padding: .0em 0.5em;
	

	/*width: 90px;*/
	/*_width: 103px;*/
/* IE */
}


#menu ul li a { 
  color: darkblue;
  background: transparent; 
  padding: 0 4 0 4;
  _padding: 0 5 0 5;
}

#menu ul li a:hover {
  color: red;
  text-decoration: none;
}

#menu ul {
  list-style-type: none;
}

#overall {
  background: transparent;
	width: 1000px;
	margin-top: 20px; 
	margin-bottom: 20px;
}

#main {
  background: white;
	width: 1000px;
  text-align: left;	
  float: left;
  padding-top: 20px;
}

#blue {
  color: rgb(222,55,0);

  width: 230px;
  _width: 275px;
  float:left;
  padding: 0 40 0 40;
  font-weight: bold;
}

#page {
  color: black;
  float:left;
  padding: 30px;
  width: 960px;
  _width: 1000px;
  margin-top: -40px;   
  _margin-top: -20px;
}


#foot {
  height: 20px;
	width: 1000px;
	background-color: transparent;
	color: rgb(20,20,160);
	font-weight: bold;
	text-align: right;
}

#flags {
  padding-top: 2px;
  padding-right: 2px;
  height: 16px;
	width: 1000px;
	background-color: white;
	text-align: right;
}


#public {
  margin-left: 30;
  padding: 15;
	width: 808px;
	_width: 840px;
	background-color: white;
	border: 1px solid red;
}


#menu a {
  font-weight: bold;
  margin-left: 1;
  color: white;
  text-decoration: none;
}

#menu a:hover {
  color: white;
  text-decoration: underline;
}






