<!--

/* CSS Document */

@charset "UTF-8";
/* CSS Style Sheet for Screen */
/*colors
med gray #999
green *006633/

/* Remove browser default and padding -------------------*/
* {
margin: 0;
padding: 0;
}

/* Body text and page background ------------------------*/
body{
color: #FFF;
font-family: Georgia, "Times New Roman", Times, Serif;
font-size: 1em;
font-style: normal;
font-weight: normal;
line-height: .9em;
text-align: left;
}


/* Encloses entire site --------------------------------*/
#wrapper{
position:relative;
width: 60em;
} 

/*=Classes ------------------------- */

/*=Used on portfolio pages on top of black box ------------------------- */
.enlarge{
color: #fff;
font-size: .9em;;
font-weight: bold;
line-height: 2em;
text-align: center;
padding-top: 1em;
}


/*=main black box used on portfolio pages ------------------------- */
#blackbox{
	background-color: #000000;
	position: absolute;
	z-index: -100;
	height: 25em;
	width: 15em;
	left: 32em;
	top:4em;
	text-align: center;
	}

#blackbox a,
#blackbox a:link,
#blackbox a:visited{
color: #ccc;
line-height: 42em;
font-size: 1em;
font-weight: bold;

text-decoration: none;
}

#blackbox a:hover, /* Hover, active, and current page links */
#blackbox a:active{
	color: #fff;
    text-decoration:underline;
	}

#blackline{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	position: absolute;
	top: 30em;
	width: 79%;
}

#maincontent{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: normal;
	line-height: 1.4em;
	color: #000000;
	position: absolute;
	width: 31em;
	height: 26em;
	top: 4.5em;
	left: 2em;
	padding: 0em 1.5em 1em 0em;
}

#maincontent h1{
font-size: 1.1em;
font-weight: bold;
}

#maincontent a, #maincontent a:link, #maincontent a:active, #maincontent a:visited {
	color: #006633;
	font-weight: bold;
padding-top 1em;
}
#maincontent a:hover{
color: #000000;
}

	

#maincontent blockquote {
	font-size: .9em;
	color:#006633;
	line-height: 1.3em;
	font-style: italic;
	font-weight: bold;
	margin: 0 -12em 0 1em;
	background-color: #FFFFFF;
	display: block;
	padding: .5em;
	border: 1px solid #000000;
	}
#maincontent blockquote ul{
	font-size: 1em;
	margin-top: .5em;
   margin-bottom:.2em;
	}

#maincontent li{
line-height: 1em;
	padding-bottom: .5em;
        font-style: bold;
line-height: 1em;
	}
#maincontent ul{
	font-size: 0.9em;
	margin: 0 0 .5em 3em;
	font-weight: bold;
	color: #666666;
	line-height: 1.2em;
		}
		
#navbuts{
	font-family: "Italia", Georgia, "Times New Roman", Times, Serif;
	position: absolute;
	top: 31em;
	width: 100%;
}

#navbuts a,/* Links, unvisited and visited */
#navbuts  a:link,
#navbuts  a:visited{
	border-right: .1em solid #999;
	position: relative;
	color:#000;
	display: block;
	float:left;
	font-size: 1em;
	line-height: 1em;
	padding: 0 .78em;
	text-decoration:none;
	width: auto;}

 
#navbuts a:hover, /* Hover, active, and current page links */
#navbuts a:active{
	color: #006633;
    text-decoration:underline;
}

#pagetitle{
	height: 2em;
	width: 37em;
	padding-top: 2em;
	padding-left: 2em;
	position: absolute;
	background-color: #fff;
}

#pagetitle h1{
    font-size: 2em;
	font-family: "Italia", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
    color: #999999;
	padding-bottom: 1em;

}

#pagetitle p{
    font-size: 1em;
	font-weight: normal;
    color: #999999;
	}

#gallerypix{
	position: absolute;
	z-index: 100;
	height: 20em;
	width: 40em;
	top: 8em;
	margin-left: 2em;
}

#pix{
	position: absolute;
	z-index: 100;
	height: 20em;
	width: 40em;
	top: 8em;
	margin-left: 30em;
}


/* Style for tables of thumbnail images */
table.thumbs{
text-align: center;
border-collapse: collapse;
margin: auto;
}


/* Style for thumbnail images */
img.thumbs{
height: 7em;
border-width: 2px;
border-color: #000;
margin-left: 1em;
margin-bottom: 1em;

}

-->


