@import url("JSscript/simplegallery.js.css");
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(public_html/images/zbkgrnd.jpg); /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	left: 30px;
	margin-left: 10px;
	margin-right: 10px;
	p-align: left;
	
	
}
 .image-c { 
 align:center;
 }

.thrColFixHdr #container {
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:  url(banZphotos09.jpg); /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
	left: 0px;
	font-size: 100%;
	color: #D6D6D6;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	height: 166px;
	width: 1000px;
	background-image: url(public_html/images/banZphoto09.jpg);
	font-size: 90%;	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	font-size: 14px
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	font-weight: bold;
	background-image: none;
	background-color: #EBEBEB;
	color: #00F;
	height: 100%;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	font: color;
}
.thrColFixHdr #container #sidebar2 .ienlarger {
	color: #6A6A6A;
}

#testimonial{
	width: 625px;
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	display: block;
	margin: 0px;
	margin-left:0px;
	padding: 20px;
	padding-left: 00px;
	}
#seniors{
	width:570px;
	align: center;
	}

.thrColFixHdr #mainContent {
	margin: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	h1: 14px;
	margin left: 220px;
	padding: 15px 10px 15px 10px;
	float: left;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	font: color
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
color:#000
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fsidebarfont {
	color: #000;
}
 
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 185px; }
.thrColFixHdr #sidebar2 {
	width: 190px;
	color: #006;
}
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 15px; }
.thrColFixHdr #mainContent {
	zoom: 1;
	font-size: larger;
	margin-left: 10px;
	text-align: left;
	border-bottom-color: #C03;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif].thrColFixHdr #container #footer p {
	font-family: Verdana, Geneva, sans-serif;
}
.thrColFixHdr #container #footer p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
.thrColFixHdr #container #header blockquote p a {
	color: #999;
}
<script type="text/javascript" src="jquery-1.2.6.pack.js"></script>

<style type="text/css">

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 10px solid darkred;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

</style>

<script type="text/javascript" src="simplegallery.js">

/***********************************************
* Simple Controls Gallery- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

</script>

<script type="text/javascript">

var mygallery=new simpleGallery({
	wrapperid: "simplegallery1", //ID of main gallery container,
	dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of the images exactly
	imagearray: [
		["http://i26.tinypic.com/11l7ls0.jpg", "http://en.wikipedia.org/wiki/Swimming_pool", "_new", "There's nothing like a nice swim in the Summer."],
		["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "", ""],
		["http://i30.tinypic.com/531q3n.jpg", "", "", "Eat your fruits, it's good for you!"],
		["http://i31.tinypic.com/119w28m.jpg", "", "", ""]
	],
	autoplay: [true, 2500, 2], //[auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int]
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	oninit:function(){ //event that fires when gallery has initialized/ ready to run
		//Keyword "this": references current gallery instance (ie: try this.navigate("play/pause"))
	},
	onslide:function(curslide, i){ //event that fires after each slide is shown
		//Keyword "this": references current gallery instance
		//curslide: returns DOM reference to current slide's DIV (ie: try alert(curslide.innerHTML)
		//i: integer reflecting current image within collection being shown (0=1st image, 1=2nd etc)
	}
})

</script>
asitemap {
	color: #FFF;
}
#sitemap {
	color: #FFF;
}
.thrColFixHdr #container div h1 {
	font-size: 10px;
	text-align: left;
}
.thrColFixHdr #container #sidebar1 p {
	color: #999;
}
#sidebarlink {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
.thrColFixHdr #container #maincontent table {
	text-align: left;
	padding-left: 10px;
}

