      BODY
        {
	padding:0px 0px 0px 0px; /* leave these three options alone */
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	background-attachment: scroll;
	background-image: url(../mainimages/bckgrndSm.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
        }
      #main
        { 
        padding: 15px; 
        color: black;
        font: 9pt verdana;  /*font of the main content area */
        }
      #thumbnail
        {margin: 20px; border: 0px;} /* dont mess with this if you want your thumbnails to work */
      #maintable{
        background-color: #f8f8f8;  /*the overall main background of the content*/
        border: 4px solid #999999; /*black border around center box */
        }
      #header{
        background-image: url(../mainimages/topbar.gif);  /* top bar URL */
        background-color: #f8f8f8; /* top bar background color. use to blend image to background */
        background-repeat: no-repeat; /* makes sure your background image does not tile */
        }
      #sidebar{
	color: #666666; /* font size and face */
	padding-top:20px;       /* pushes the nav bar down so it's not flush with the top of the sidebar */
	background-image: url(../mainimages/leftbar.gif); /* url of the sidebar bg image */
	background-color: #F8F8F8;  /* side bar background color. use to blend image to background */
	background-repeat: no-repeat; /* makes sure your background image does not tile */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
        }
   

      #contact /*stuff for the contact info on the bottom of every page */
        {
        padding-left: 135px; 
        color: white;
        }
      #showcase{float: right; position: relative;} /* dont change */
      #title{font: 16pt verdana;}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

