@charset "utf-8";
/* CSS Document */

body
{
  text-align:center;
}
p, h1, pre
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 16px;
  color:#999999;
  margin:0px 10px 10px 10px;
}
.ul
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 16px;
  color:#999999;
  margin:0px 0px 0px 0px;
  padding-top: 10px;
  list-style: none;
}
.ul li
{
  padding-left: 40px;
  background-image: url(images/bullet_point.jpg);
  background-repeat: no-repeat;
  background-position: 1em;
}
#credits
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#333;
  margin:10px 10px 10px 10px;
}
#frame
{
  width:1000px;
  height:709px;
  margin-right:auto;
  margin-left:auto;
  margin-top:10px;
  padding:0px;
  text-align:left;
}
#menu
{
  width:1000px;
  padding:0px;
  float:left;
}
#content
{
  width:770px;
  padding:0px;
  padding-left:30px;
  padding-top:60px;
  padding-right:200px;
  float:left;
}
.home
{
  border: 2px outset #ccc;
  background:#fefefe;
  background-position:bottom right;
  background-repeat:no-repeat;
  background-image:url(images/background_home.jpg);
}
.services
{
  border: 2px outset #ccc;
  background:#fefefe;
  background-position:bottom right;
  background-repeat:no-repeat;
  background-image:url(images/background_services.jpg);
}
.response
{
  border: 2px outset #ccc;
  background:#fefefe;
  background-position:bottom right;
  background-repeat:no-repeat;
  background-image:url(images/background_response.jpg);
}
.clients
{
  border: 2px outset #ccc;
  background:#fefefe;
  background-position:bottom right;
  background-repeat:no-repeat;
  background-image:url(images/background_clients.jpg);
}
.responsibility
{
  border: 2px outset #ccc;
  background:#fefefe;
  background-position:bottom right;
  background-repeat:no-repeat;
  background-image:url(images/background_responsibility.jpg);
}
.ftpupload
{
  border: 2px outset #ccc;
  background:#fefefe;
  background-position:bottom right;
  background-repeat:no-repeat;
  background-image:url(images/background_ftpupload.jpg);
}
.contact
{
  border: 2px outset #ccc;
  background:#fefefe;
  background-position:bottom right;
  background-repeat:no-repeat;
  background-image:url(images/background_contact.jpg);
}
