<style>

body {
  background-image: url("images/page_bground.jpg");
  background-repeat: repeat;
  margin:0;
  padding:0;
  text-align: center;

}



#wrapper {
  text-align: left;
  width: 938px;
  margin-left: auto;
  margin-right: auto;
}


/* end top menu */

td.home	{
	background-image:url(home.jpg);
	background-repeat: no-repeat;
}



h1 {font-family: arial, helvetica sans-serif; color: #B88432; font-size: 12pt;}
p {font-family: arial, helvetica sans-serif; color: #443425; font-size: 10pt;}
ul li {font-family: arial, helvetica sans-serif; color: #443425; font-size: 10pt;}

H2 {font-family: arial, helvetica sans-serif; color: #990000; font-size: 18pt; font-weight: bold;}

a:link {text-decoration:none; color: #E21D25;}
a:visited {text-decoration:none; color: #E21D25;}
a:hover {text-decoration:none; color: #443425;}
a:visited:hover {text-decoration:none; color: #443425;}

</style>