/**************** WEBPAGE TAGS ****************/
body {
	background-color: #9DA09F;
	background-image: url(../images/bg_body.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	}

#container {
	background-image: url(../images/shadow_bg.png);
	background-position: top left;
	background-repeat:repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 840px;
	text-align: center;
	position: relative;
	}

#main {
	background-color: #9B9B9B;
	background-image: url(../images/bg_main.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border:  0px 1px 0px 1px;
	border-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	text-align: center;
	position: relative;
	}

#header {
	background-image: url(../images/logo_header.gif);
	background-position:top left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 25px 50px 10px 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	word-spacing: 2px;
	color: #615D54;	
	position: relative;
	}


#header a{
	color: #615D54;
	}

#header a:link {
	color: #615D54;
	}

#header a:hover {
	color: #615D54;
	}

#content {
	margin: 0px 0px 0px 0px;
	padding: 10px 48px 5px 48px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	word-spacing: 2px;
	color: #615D54;	
	position: relative;
	}

#content img {margin: 2px 3px 2px 3px}

#footer {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 50px 30px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	word-spacing: 2px;
	color: #474540;	
	position: relative;
	}

#footer a{
	color: #474540;
	}

#footer a:link {
	color: #474540;
	}

#footer a:hover {
	color: #474540;
	}

#bottom {
	background-image: url(../images/shadow_footer.png);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 800px;
	position: relative;
	}

#bottom {
	background-image: url(../images/shadow_footer.png);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 800px;
	position: relative;
	}


/**************** SLIDESHOW TAGS ****************/


DIV.img-shadow {
     float:left;
     background: url(../images/shadow_img.png) no-repeat bottom right;
     margin: 6px 0px 0px 2px;
  	 text-align: center;
     }
                     
DIV.img-shadow img {
      display: block;
      margin: -6px 6px 6px -6px;
      padding: 1px;
	  text-align: center;
      }

#slide_container {
	background-image: url(../images/bg_main.jpg);
	background-position: left;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	text-align: center;
	}

#img_container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 840px;
	text-align: center;
	}

#slide_title {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: none;
	word-spacing: 0px;
	color: #FFFFFF;	
	position: relative;
	}
