HTML,BODY,P,TD {
  font-family: Ariel, Helvetica, Georgia, sans-serif;
  font-size: 14pt;
}
BODY {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  background-image: url(images/header-background.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
}
P {
 background: transparent;
}

td img {
  display: block;
}

H1 {
 font-size: 16pt;
 text-align: center;
}
H2 {
 font-size: 14pt;
 text-align: center;
}
H3 {
 font-size: 14pt;
 text-align: center;
}

#header {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#container {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 0;

}

#enclose {
  width: 1000px;
  max-width: 1000px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: left;
  background: url(images/background.gif) repeat-y #FFF;
}

#columnMain {
  position: relative;
  display: block;
  width: 580px;
  background: transparent;
  margin: 0 250px 0 150px;
  padding: 0;
}

#columnLeft {
 position: relative;
 width: 145px;
 max-width: 145px;
 float: left;
 background: transparent;
}

#columnRight {
 width: 240px;
 position: relative;
 float: right;
 background: transparent;
}
#footer {
 background: #fff;
 width: 1000px;
 position: relative;
 margin: 0;
 padding: 0;
 clear: both;
}

A:link {
 color: #00F;
 text-decoration: underline;
}
A:visited {
 color: #606;
}
A:hover {
 color: #F00;
}
A:active {
 color: #F00;
}


#columnLeft A:link {
 color: #000;
 text-decoration: none;
}
#columnLeft  A:visited {
 color: #606;
}
#columnLeft A:hover {
 color: #F00;
}
#columnLeft A:active {
 color: #F00;
}
#columnLeft P {
 font-size: 0.8em;
 padding: 0;
 margin: 0;
}
Table#hometabl TR TD TH {
 text-align: center;
}
P.main {
 width: 500px;
}

