
html, body{
  margin:0;
  padding:0;
  
  color: #555;
  height:100%;
  
  font-family: Arial;
  font-size: 0.9em;
  
}

body {
 
}

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

a, a:link {
  color:#333;
  text-decoration:none;
}

a:focus {
  color:#555;
  outline: 0;
}

.wrap {
  width:950px;
  margin:0 auto;
  border-left:1px solid #888;
  border-right:1px solid #888;
  min-height:100%;
  height: auto !important;
  height: 100%;
}

.login {
  width:900px;
  margin:0 auto;
  height:153px;
  
  position: relative;
  
  background: transparent url('/images/title.png') no-repeat top left;
}

.loginform {
  float: right;
  text-align: right;
  margin:5px;
}

.datum {
  position: absolute;
  bottom:0;
  left:0;
  height: 20px;
  width: 320px;
  margin-left: 10px;
}

.menus {
  position: absolute;
  bottom:0;
  right:0;
  text-align: right;
  height: 20px;
  width: 500px;
}

.menus a {
  display: block;
  float: right;
  margin: 0 0 0 5px;
  padding: 2px 7px;
  border: 1px solid #aaa;
}

.top {
  width:920px;
  margin:5px auto;
  border:1px solid #888;
  border-right:1px solid #888;
  height:20px;
  /*background: transparent url('/images/logo_petct.jpg') no-repeat top right;*/
}

.top p {
  margin: 2px 0 0 10px;
}

.content {
  width:900px;
  margin:0 auto;
  border:1px solid #888;
  border-right:1px solid #888;
  min-height: 450px;
  padding: 0 10px;
}

.fomenu {
  width: 900px;
}

.fomenu a {
  display: block;
  width:258px;
  margin:20px;
  border:1px solid #888;
  float: left;
  height: 410px;
}

.fomenu p {
  text-align: justify;
  line-height: 18px;
  width: 90%;
  font-size: 0.9em;
  margin: 0 auto;
  font-weight: bold;
}

.fomenu .menucim {
  color: red;
  letter-spacing: 0.3em;
  margin: 3px 0 8px 0;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
}