body {
  margin: 0;
  padding: 0;
/*  font-family: verdana,arial,sans-serif;*/
  font-family: 'Century Gothic','Trebuchet MS','Helvetica Neue',Arial,sans-serif;
  font-size: 0.90em;
  line-height: 1.4em;
  text-align: left;
/*  color: #dc8395; */
  color: #ffffff;
  background: transparent url(../Graphics/BackBody.png) repeat;

}
h1 {
  margin: 5px 0 5px;
  font-size: 1.2em;
  clear: both;
}
h2, h3, h4 {
  margin: 0;
  font-size: 1em;
}
h4 {
  background: #bfd6e8 none repeat scroll 0% 50%;
}
img {
  border:  none;
}
p {
  margin: 0;
}
a, a:link, a:visited {
  text-decoration: none;
  color: #615508;
}
a:hover {
  background-color: transparent;
  text-decoration: underline;
}

#border_top {
  margin: 0px auto;
  width: 984px;
  height: 12px;
  overflow: hidden;
  position: relative; 
  background: transparent url(../Graphics/BorderTop-trans.png) no-repeat;
}

#supercontainer {
  margin: 0px auto;
  width: 984px;
  overflow: hidden;
  position: relative;
  background: transparent url(../Graphics/BorderLeftRight-trans.png) repeat-y;
}

#container {
  margin: 0px;
  margin-left: 12px;
/*  float: left; */
  width: 960px;
/*  height: 720px; */
  overflow: hidden;
  position: relative;
  background: #20a19c;
/*  transparent url(../Graphics/BackHome.jpg) no-repeat; */
}

#border_bottom {
  margin:0px auto;
/*  float: top; */
  width: 984px;
  height: 12px;
  clear: both;
/*  float: none; */
  overflow: hidden;
  position: relative;
  background: transparent url(../Graphics/BorderBottom-trans.png) no-repeat;
}

#content {
  margin: auto;
  width: 960px;
/*  height:698px; */
}

#content_top{
  width: 880px;
  height: 400px;
  overflow: auto;
  float: left;
  margin-top: 20px;
  margin-left: 40px;
/*  padding-right: 70px; */
}

#content_topmain{
  width: 880px;
  height: 450px;
  overflow: auto;
  float: left;
  margin-top: 20px;
  margin-left: 40px;
}

#content_top_left{
  float: left;
  width: 160px;
}

#content_top_left img{
  border: 5px solid #FFFFFF;
}

#content_top_right{
  float: left;
  width: 700px;
}

#content_top_right_txt{
  float: left;
  width: 550px;
  margin-left: 20px;
  text-align: justify;
}

#content_top_right_img{
  float: left;
  width: 110px;
  margin-left: 20px;
}

#content_top_right_img img{
  border: 5px solid #FFFFFF;
}

#content_bottom{
  width: 880px;
  overflow: auto;
  text-align: justify;
  float: left;
  margin-top: 0px;
  margin-left: 40px;
  margin-bottom: 8px;
}

#footer {
  width: 960px;
  text-align: right;
  float: none;
  clear: both;
  font-size: xx-small;
  line-height: 0.4em;
}
#footer p{
  margin-top: 10px;
  margin-bottom: 8px;
  margin-right:10px;
}

/* jQuery lightBox plugin - Gallery style  */
#gallery {
    padding: 0px;
	width: 880px;
	display: inline;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 3px solid #ffffff;
	border-width: 5px 5px 5px;
}
#gallery ul a:hover img {
	border: 3px solid #e62f6b;
	border-width: 5px 5px 5px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
