body {
  font-family : Verdana, sans-serif; 
  background-color: #f9fbcd;
  font-size : 12px; 
  text-align : center; 
  height : 100%; } 

h1 { font-size: 15px; color: #790000; margin-top: 20px; }
h2 { font-size: 14px; color: #790000; }
  
div#content {
  width : 1000px; 
  height : auto; 
  text-align : left; 
  padding : 0;
  margin-left : auto; 
  margin-right : auto;
  padding-top: 5px;
  color: #444;  }

div#header {
  width : 1000px; 
  height : 54px; 
  padding : 0; 
  margin-left : auto; 
  margin-right : auto;
  background : url('../img/top.gif');
  background-repeat : no-repeat; } 
div#body {
  width : 1000px; 
  height : auto; 
  padding : 10px; 
  margin-left : auto; 
  margin-right : auto;
  background : url('../img/body.gif');
  background-repeat : repeat-y; } 
div#footer {
  width : 1000px; 
  height : 10px; 
  padding : 0; 
  margin-left : auto; 
  margin-right : auto;
  background : url('../img/bottom.gif');
  background-repeat : no-repeat; } 

div.clear {
  clear : both; 
  margin : 0; 
  padding : 0; 
  height : 0; 
  font-size : 0;  } 

div.menu {
  width: 100%; 
  padding: 0; }
div.menutxt {
  margin: 0; }
div.menutxt div.menutxt_sub {
  margin-left: 15px; }
div.menu h3 {
  font-size: 15px;
	border-bottom: 1px solid black;
	width: 100%;
	margin-bottom: 5px; }
div.socialservices img {
  border: 0; }