/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}
a img {
	border: none;
}
/* styles for IE 5 Mac */
 .wrapper {
        background: transparent;
        position: absolute;
        top: 50px;
		width: 100%;
 }
 
 /* following rules are invisible to IE 5 \*/
.wrapper {
	background: transparent;
	text-align: center;
	position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    margin-top: -300px;
    text-align: center;
    min-width: 800px; 
}
/* end IE 5 hack */ 
#container {
	position: relative;
	width: 800px;
	height: 600px;
	z-index: 2;
	text-align: left;
	margin: 0px auto;
	overflow: visible;
	border: 1px solid #4AAA42;
}
#container.home {
	background: url(images/bg.gif) no-repeat;	
}
#greenStrip {
	height: 190px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 168px;
	background: #4AAA42 url(images/bannerBg.gif);
}
#whiteStrip {
	height: 190px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 168px;
	background: #FFF;
}
#palmiraLogo {
	top: 18px;
	right: 6px;
	position: absolute;
}
#about {
	position: absolute;
	left: 309px;
	top: 106px;
}
#gallery {
	position: absolute;
	left: 416px;
	top: 106px;
}
#contact {
	position: absolute;
	left: 524px;
	top: 106px;
}
#greenStrip .whiteText {
	font: 12px/21px "Times New Roman", Times, serif;
	color: #FFFFFF;
	height: 80px;
	width: 430px;
	position: absolute;
	left: 313px;
	top: 56px;
	letter-spacing: 0.05em;
}
#bottomContent {
	height: 175px;
	width: 330px;
	position: absolute;
	z-index: 3;
	left: 65px;
	top: 428px;
	font: 10px/18px Helvetica, Arial, sans-serif;
	color: #666666;
	letter-spacing: .01em;
}
#bottomContent h1 {
	font: normal 18px "Times New Roman", Times, serif;
	color: #4AAA42;
	padding: 0px;
	letter-spacing: 0.05em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottomContent .HelvItalics {
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
#bioPic {
	position: absolute;
	left: 437px;
	bottom: 0px;
}
#galleryPic {
	position: absolute;
	left: 312px;
	bottom: 0px;
	height: 234px;
	width: 463px;
}
#aboutSubnav {
	position: absolute;
	height: 28px;
	width: 72px;
	left: 312px;
	top: 127px;
}

#gallerySubnav {
	position: absolute;
	height: 28px;
	width: 100px;
	left: 420px;
	top: 127px;
}
#home1 {
	position: absolute;
	height: 190px;
	width: 340px;
	left: 0px;
	top: 0px;
}
#home2 {
	position: absolute;
	height: 190px;
	width: 254px;
	left: 345px;
	top: 0px;
}
#home3 {
	position: absolute;
	height: 190px;
	width: 196px;
	right: 0px;
	top: 0px;
}
#contact1 {
	font: 10px/12px "Times New Roman", Times, serif;
	color: #666666;
	position: absolute;
	height: 144px;
	width: 174px;
	left: 314px;
	top: 419px;
	letter-spacing: .05em;
}
#contact2 {
	font: 10px/12px "Times New Roman", Times, serif;
	color: #666666;
	position: absolute;
	height: 144px;
	width: 174px;
	left: 528px;
	top: 419px;
	letter-spacing: .05em;
}
.green {
	color: #4AAA42;
}
.greenCaps {
	color: #4AAA42;
	text-transform: uppercase;
	margin-left: 5px;
	font-size: 9px;
}
.phones {
	line-height: 20px;
}
#contact1 a, #contact2 a {
	color: #666;
	text-decoration: none;
}
#contact1 a:hover, #contact2 a:hover {
	color: #4AAA42;
	text-decoration: underline;
}
/* scrolling */

<style type="text/css">
/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:430px; height:80px; 
  	z-index:100; 
	}
div#wn	{
	position:absolute;
	left:0px;
	top:0px;
	width:430px;
	height:80px;
	clip:rect(0px,430px,80px,0px);
	overflow:hidden;
	z-index:13;
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:13; 
	}

div#scrollbar {
	position:relative;
	left:770px;
	top:78px;
	width:12px;
	height:32px;
	font-size:1px;
	z-index:16;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:12px; height:136px;
  background: #FFF;
  z-index:17;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  z-index:17;
  }  
div#up { position:absolute; left:0; top:0; z-index:18 }  
div#down { position:absolute; left:0; bottom:0; z-index:19 }  

