
*
{
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  margin-top: 35px; margin-bottom: 35px;
  background: url('images/manuel_almunia/background.jpg');
  text-align: center;
}

a:link {
  text-decoration: underline; color: black;
}

a:visited {
  text-decoration: underline; color: black;
}

a:hover {
  text-decoration: none; color: black;
}

a:active {
  text-decoration: underline; color: black;
}

img
{
  border: 0;
}

#container {
  width: 910px;
  overflow: hidden;
  margin: 0px auto;
  background-image: url('images/manuel_almunia/containerbg.png');
  background-repeat: repeat-y;
  border-style: solid;
  border-width: 5px;
  border-color: #F0F0F0;
  text-align: left;  
}

#left {
  width: 250px;
  float: left;
}

.logo
{
  display: block;
  margin-bottom: 20px;
}

#left .links {
  width: 197px;
  padding: 10px 5px 0px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #FF002E;
  background: #CF0524;
}

#left .links li
{
  list-style: none;
}

#left .links li a {
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  width: 197px;
  text-indent: 25px;
  background-image: url('images/manuel_almunia/arrow.png');
  background-repeat: no-repeat;
  text-decoration: underline;
}

#left .links li a:hover
{
  text-decoration: none;
}

#left .content_box
{
  margin-left: 21px;
  margin-bottom: 20px;
}

#left .navigation {
  font-size: 15px;
}

#left .navigation li
{
  color: #fff;
  list-style: none;
  margin-bottom: 1px;
}

#left .navigation li a:link, #left .navigation li a:visited
{
  color: #fff;
  display: block;
  text-indent: 30px;
  width: 189px;
  height: 20px;
  padding: 9px;
  background: transparent;
  background-image: url('images/manuel_almunia/nav.png');
  background-repeat: no-repeat;
  border: 0;
}

#left .navigation li a:hover, #left .navigation li a:active {
  color: #fff;
  display: block;
  text-indent: 30px;
  width: 189px;
  height: 20px;
  padding: 9px;
  background: transparent;
  background-image: url('images/manuel_almunia/nav_active.png');
  background-repeat: no-repeat;
  border: 0;
}

#left a:link {
  text-decoration: none; color: white;
}

#left a:visited {
  text-decoration: none; color: white;
}

#left a:hover {
  text-decoration: none; color: white;
}

#left a:active {
  text-decoration: none; color: white;
}

#right {
  line-height: 21px;
  padding: 23px 20px 23px 0px;
  width: 625px;
  float: right;
}

#right h2 {
  color: #C7001F;
  font-size: 17px; font-weight: normal;
  margin-bottom: 10px;
}

#right h3
{
  font-size: 15px; font-weight: normal;
  margin-bottom: 10px;
}

#right ul, #right ol
{
  list-style-position: inside;
}

#right #breadcrumbs
{
  margin-bottom: 10px;
}

#push
{
  height: 71px;
}

#footer {
  float: right;
  width: 620px;
  height: 20px;
  padding: 20px;
  background: #F0F0F0;
}