body {
  margin:0;
  padding:0;
  text-align:left;
  font-family:Georgia,serif;
  font-size:12px;
  color:#061C37;
  background:#014D5D url('img/background.png') repeat-x;
}
* {
  margin:0px auto;
  text-align:left;
}
#page {
  position:relative;
  overflow:hidden;
  width:670px;
}
a.navlink {
  margin-top:30px;
  display:block;
  width:101px;
  float:left;
  font-size:16px;
  text-align:center;
  color:#ceeaee;
  text-decoration:none;
  height: 35px;
  line-height: 35px;
}
a.navlink:hover,a.active {
  color:#0C61C9;
  background-color: #ffffff;
}

#header {
  clear: both;
  width: 650px;
  border: 10px solid white;
  height: 225px;
  margin-bottom:15px;
  background: #000000 url('img/1.jpg') no-repeat;
}
#header .title {
  padding: 40px 0px 0px 40px;
  font-size:25px;
  color:#FFFFFF;
}
#header h1 {
  padding-left:40px;
  font-size:14px;
  color:#A9C8FA;
  font-weight:normal;
}

#content {
  width: 650px;
  border: 10px solid white;
  margin-bottom:15px;
  background:#ffffff url('img/content_back.png') repeat-x;
  padding-bottom:35px;
}
#content h2 {
  font-size: 18px;
  padding-top:15px;
  margin: 0px 0px 10px 15px;
  font-weight:normal;
}
#content .text {
  font-size: 12px;
  line-height: 20px;
  margin: 0px 13px;
}

.add {
  float:right;
  padding: 5px;
  margin: 10px;
}

#footer {
  width:650px;
  margin: 0px auto;
  border:10px solid white;
  margin-bottom:15px;
  background:#ffffff;
}
.r {float:right;}

html, body {
  text-align: center;
}
p {
  text-align: left;
  margin-bottom:15px;
}
#services {display:none;}