* { 
  margin: 0;
  padding: 0;
}

a { 
  padding: 0;
  margin: 0;
  outline: none;
}

a:link,
a:hover,
a:active,
a:visited { 
  border: 0;
  color: #3375ff;
  font-size: 14px;
  text-decoration: none;
}


a:hover { 
  text-decoration: underline;
}

img { 
  border: none;
  padding: 0;
  margin: 0;
}

body { 
  font-family: arial, trebuchet, verdana, sans-serif;
  text-align: center;
  background: #acacac url('../img/bg.png');
  background-repeat: repeat-x;
}

div#frame { 
  position: relative;
  margin: 0px auto 0px auto;
  width: 900px;
  height: 590px;
  /*background: #0000ff;*/
}

div#logo { 
  position: absolute;
  left: 35px;
  top: 50px;
  width: 310px;
  height: 95px;
  background: url('../img/logo.png');
  background-repeat: no-repeat;
}

div#menu { 
  position: absolute;
  left: 700px;
  top: 192px;
  text-align: left;
}



div#menuitem1{ 
  margin-bottom: 26px;
}

div#menuitem2{ 
  margin-bottom: 22px;
}



div#pcont img { 
  border: 2px solid #3375ff;
  border: 1px solid #ffffff;
}

div#pcont a img:hover { 
  border: 1px solid #81aaff;
}


img.img_left { 
  float: left;
  margin: 0 15px 0 5px;

}


h3 { 
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

p {
  color: #a0a0a0;
  font-size: 14px;

}
