body{
margin: 0; /* place items at top left in all browsers*/
padding: 0; 
font-size: 90%;/*reduce default font size by 5%*/
background:#ffe7e9;
color:#000000;
overflow-x:hidden;
} 



#header{
  position:fixed;
  height: 120px;
  top: 0;
  right: 0;
	bottom: auto;
  left: 0;
	background: url(images/headerBG1.jpg) #ffe7e9;
  background-repeat: repeat-x;
  color: #000000;
  width:100%;
  z-index:2;
} 

.headerImage{
position:fixed;
top:0;
left:0;
z-index:2;
}

.headerTextImage{
position:fixed;
top:0;
left: 200px;
}

#header h1{
margin: 0;
padding: .3em 0 .3em .5em;
font-size: 2.2em;
font-weight: normal;
} 

#container{/*left nav column background*/
	background-image: url(images/leftNavBackground2.jpg);
	background-repeat: repeat-y;
	background-color: ffe7e9;
	border-bottom-color: ffe7e9;
	border-left-color: ffe7e9;
	border-right-color: ffe7e9;
	color: c0c0c0;
	border-top-color: ffe7e9;
	border-color: ffe7e9;
} 

#container2{/*right side column background*/
	background-image: url(images/rightNavBackground1.jpg);
	background-repeat: repeat-y;
	background-position: right;
} 

#navigation{/*float navigation to left & set width*/
	position:fixed;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	float: left;
	width: 120px;
	margin-top: 180px;
	padding-top: 2em;
} 


#right{/*move the right column over to the right*/
	float: right;
	width: 155px;
	position:absolute;
	top: 121px;
	right: 0;
	bottom: auto;
	left: auto;
	padding: 2em 3px 0 0;/*top right */
	color: #000000;
	z-index:1;
	background:#ffe7e9;
	border: thin ridge #98BC90;
	height: 400px;
} 



#right h3{/*right column header style*/
margin-top: 0;
color: #ffe7e9;
padding: .2em;
}

#middle{/*set margin left and right for middle*/
	margin-left: 180px;
	margin-right: 150px;
	margin-top: 120px;
	padding: 10px;
	line-height: 150%;/*set content line height*/
	min-height: 500px;
	background-repeat:no-repeat;
	background-attachment:scroll;
	color:#000000;
	font-size:85%;
	background-color: #ffe7e9;
	background-image: url(images/giantWatermark.jpg);
	background-position: 50% 100%;

} 


#middle h2{
font-size: 2em;
color: #036;
margin: 0;
padding-top: 1em;
font-weight: normal;
} 

#cleardiv{/*fix for IE5 otherwise clear:both in footer would do*/
clear: both;
height: 1em;
} 

#footer{
clear: both;
width:100%;
padding: 0;
border-top: 1px solid #999;
text-align: center;
font-size:70%;
background:#ffe7e9;
color:#ffe7e9;
} 
#copyRInfo{text-decoration:none;}
#copyRInfo a:visited, a:link {
					 text-decoration:none;
					 color:#000000;
					 
}

#footer ul{
padding: 0; 
margin: 0; 
list-style-type: none; 
}
 
#footer li{
display: inline;
margin-right: 1em;
} 

#overlappingpics{
	display:inline;
				
}

#overlappingpics a{
								 margin:-30px;/*space between tabs */
}

.photoborder{
						 padding:10px;
						 background: #ffffff;
						 border-right:solid 2px #000000;
						 border-bottom:solid 2px #000000;
						 border-left:solid 1px #c0c0c0;
						 border-top:solid 1px #c0c0c0;
						 
}
