/* Greg's Landscaping Style Sheet
	dark green: #004000;
			*/
body {
color:#004000; 
background: white;
font-family:"Copperplate Gothic Bold", "Times New Roman", serif;
text-align:center;
font-size: 90%;}
a {color: #004000;
text-decoration:underline;}
a:hover {color: #83c182;
/*#a698a5;*/}
h1 {font-size: small;}
h2 {font-size: 150%;}
h3 {font-size: 200%;}
#logoholder { /* abs pos box to hold image replacement -- no dimensions necessary */
position:absolute;
top:40px;
left: 50%;
margin-left: -340px;
width: 679px;
}
.replace { /* use for every image replacement */
	position: relative; 
	margin: 0;
	border: 0;
	padding: 0;
	overflow: hidden;
} 

.replace span, .replace a { 
	display: block; 
	position: absolute; 
	z-index:1; /* for Opera 5 and 6 */ 
}
h1.replace, h1.replace span, h1.replace a { /* dimension match image, also location within replace */
	width: 679px; 
	height: 219px;
	top:0px; left:0px; 
}
#logo, #logo span {
	background: transparent url(../pix/Logo.jpg) no-repeat; /*specific image */
}
.main {
text-align:center;
margin: 262px auto 0 auto;
width: 680px;
}
.boxed {
text-align:center;
border: 5px #83c182 outset;
background: white;
width: 40%;
margin: 5px auto;
padding: 5px;}
ul {
text-align:center;
list-style: none;}
li {margin: 1em;
font-size: 120%;}
/*++++ 			PORTFOLIO PAGES 			++++*/

body#portfolio {
background: #004000;
color: white; 
}
body#portfolio .main {
position:relative;
background: white;
color: #004000;
text-align:center;
width: 900px;
margin: 10px auto;
}
body#portfolio .main img{

}
#prev, #next {
position: absolute;
top: 10px;
overflow:hidden;
width: 70px;
height: 64px;
}
#prev {
left: 10px;
background:url(../pix/previous.jpg) left -64px no-repeat;}
#next {
right: 10px;
background:url(../pix/next.jpg) left -64px no-repeat;}
#prev a, #next a {
display:block;
width: 70px;
height: 64px;}
#prev a {
background:url(../pix/previous.jpg) top left no-repeat;
}
#prev a:hover {
background: transparent;}
#next a {
background:url(../pix/next.jpg) top left no-repeat;
}
#next a:hover {
background: transparent;}
