body {
	background: #fff;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #333;
	margin: 0px;
}

a {
  border: 0;
  text-decoration: none;
}

img {
  border: 0;
}

input {
  height: 16px;
}
input, textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  color: #333;
  font-size: 11px;
}

/* HEAD */

#head {
  width: 800px;
  height: 100px;
  margin: 0 auto;
  clear: both;
}

#head #logo {
  margin-top: 24px;
  float: left;
}

/* MENU */

#head #menu {
  margin-top: 36px;
  float: right;
  /* background-image: url(/images/bg_menu2.png); */
}

#menu #menu_items {
  margin: 0 auto;
}

#menu #menu_items .menu_item, #menu #menu_items .menu_item_select {
  padding-left: 12px;
  padding-right: 12px;
  height: 34px;
  display: table-cell;
  font-size: 80%;
  color: #666;
  vertical-align: middle;
}
#menu #menu_items .menu_item_select {
  color: #fff;
  background-color: #222;
}
.menu_link {
  margin-left: 30px;
  font-size: 14px;
}

/* CONTENT */

#content {
  margin: 0 auto;
  width: 800px;
}

/* HOME */
#home_main {
  height: 80px;
  border-top-width: 30px;
  border-top-style: solid;
  border-top-color: #fff;
  width: 800px;
  margin: 0 auto;
  font-size: 165%;
}

#home_services {
  width: 100%;
  height: 200px;
  background-image: url(../images/background_services.gif);
  background-repeat: repeat-x;
}

#home_services_content {
  width: 800px;
  height: 200px;
  margin: 0 auto;
}

.home_service {
  width: 200px;
  float: left;
  height: 200px;
}

.home_service .title {
  margin-top: 20px;
  height: 30px;
  font-size: 120%;
  color: #fff;
}
.home_service .title a {
  color: #fff;
}

.home_service img {
}

#home_description {
  padding-top: 30px; 
  width: 800px;
  margin: 0 auto;
}

.home_description_title {
  font-size: 145%;
  color: #333;
}

#home_description .content {
	line-height: 160%;
	color: #666;
	width: 65%;
	float: left;
}

#home_description .contact {
	line-height: 160%;
	color: #666;
	width: 25%;
	float: right;
}

/* PAGE */

.page_description {
  padding-top: 54px;
  line-height: 150%;
  color: #fff;
  font-size: 130%;
  width: 600px;
}

/* FOOTER */

#footer {
  clear: both;
  height: 200px;
  width: 100%; 
  background-color: #e4e4e4;  
}
#footer_content {
  width: 800px;
  padding-top: 30px;
  margin: 0 auto;
}

#footer_content .from {
  width: 65%; 
  float: left;
  font-size: 90%;
  line-height: 160%;
}

#footer_content .from .title {
  font-size: 145%;
  color: #333;
  padding-bottom: 10px;
}

#footer_content .contact {
  width: 35%;
  font-size: 90%;
  line-height: 160%;
  float: right;
}

#footer_content .contact .title {
  font-size: 145%;
  color: #333;
  padding-bottom: 10px;
}

