@charset "utf-8";
body {
	font: 1em Georgia, "Times New Roman", Times, serif;
	line-height:1.7em;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
	padding:0;
	margin:0;
}
.oneColFixCtr #container {
	width: 853px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#top {
	position:relative;
	background:transparent url(../images/top.jpg) left no-repeat;
	height:152px;
}
#logo {
	background:transparent url(../images/logo.jpg) left no-repeat;
	height:246px;
}
#footer {
	position:relative;
	clear:both;
	text-align:center;
	bottom:-50px;
	font: .7em Arial, Helvetica, sans-serif;
}
.oneColFixCtr #mainContent {
	background:transparent url(../images/main.jpg);
	height:367px;
	padding: 0 125px 0 280px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#about  {
   visibility: visible;
   position: absolute;
   left: 350px;
   top: 110px;
   z-index: 7;
   width: 76px;
   height: 31px;
}

#about a  {
   background: url(../images/b-about.jpg) no-repeat 0% 0px;
   display: block;
   height: 31px;
   width: 76px;
   font-size: 31px;
   line-height: 31px;
}

#about a:hover  {
   background-position: -76px 0%;
}
#what  {
   visibility: visible;
   position: absolute;
   left: 446px;
   top: 110px;
   z-index: 7;
   width: 76px;
   height: 31px;
}

#what a  {
   background: url(../images/b-what.jpg) no-repeat 0% 0px;
   display: block;
   height: 31px;
   width: 76px;
   font-size: 31px;
   line-height: 31px;
}

#what a:hover  {
   background-position: -76px 0%;
}
#how  {
   visibility: visible;
   position: absolute;
   left: 542px;
   top: 110px;
   z-index: 7;
   width: 76px;
   height: 31px;
}

#how a  {
   background: url(../images/b-how.jpg) no-repeat 0% 0px;
   display: block;
   height: 31px;
   width: 76px;
   font-size: 31px;
   line-height: 31px;
}

#how a:hover  {
   background-position: -76px 0%;
}
#contact  {
   visibility: visible;
   position: absolute;
   left: 638px;
   top: 110px;
   z-index: 7;
   width: 76px;
   height: 31px;
}

#contact a  {
   background: url(../images/b-contact.jpg) no-repeat 0% 0px;
   display: block;
   height: 31px;
   width: 76px;
   font-size: 31px;
   line-height: 31px;
}

#contact a:hover  {
   background-position: -76px 0%;
}
/* slide show */
#slideshow1	{
   position: absolute;
	height:150px;
	width:150px;
	left:255px;
	top:10px;
}
#slideshow2	{
   position: absolute;
	height:150px;
	width:150px;
	left:415px;
	top:10px;
}
#slideshow3	{
   position: absolute;
	height:150px;
	width:150px;
	left:575px;
	top:10px;
}
.pics { height: 150px; width: 150px; padding:0; margin:0; overflow: hidden }
.pics img { height: 150px; width: 150px; padding: 0; border: 0; top:0; left:0 }
.pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}
img { behavior: url("css/iepngfix.htc") }
