@charset "UTF-8";
body  {
	font-size: 13px;/* ORIG 100% */
	font-family: Georgia, Times, Palatino, serif; 
	background: #ffffff;
	line-height: 17px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;}
	
.twoColFixRt #container {
	width: 780px;  /* Orig. 780px. Using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFff;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 0px;
	margin-top: 36px;
	}
	
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* Orig. 200px. 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 */
	 /* border: 1px solid #000000; */
	background: #ffffFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;}


.twoColFixRt #mainContent { 
	margin: 0 315px 0 0; /* Orig. 250px. The right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	 /* border: 1px solid #000000; */
	padding: 0 50px; /* Orig. 20px. Remember that padding is the space inside the div box and margin is the space outside the div box */} 


.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. */
	float: right;
	margin-left: 8px; /* Orig. 8px. */
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px; /* Orig. 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;
	}
h2 {font-size: 19px;
	}
p {margin-top: -4pt;
}

/* rollover begins */
div#arrighi a img {
	height: 0; 
	width: 0; 
	border-width: 0;
}
div#arrighi a:hover img {
	position: absolute;
	top: 260px; 
	left: 80px;
	height: 320px;
	width: 283px;
}
div#contact a img {
	height: 0; 
	width: 0; 
	border-width: 0;
}
div#contact a:hover img {
	position: absolute;
	top: 380px; 
	left: 80px;
	height: 186px;
	width: 325px;
}
div#project a img {
	height: 0; 
	width: 0; 
	border-width: 0;
}
div#project a:hover img {
	position: absolute;
	top: 240px; 
	left: 66px;
	height: 239px;
	width: 325px;
}
div#classroom a img {
	height: 0; 
	width: 0; 
	border-width: 0;
}
div#classroom a:hover img {
	position: absolute;
	top: 240px; 
	left: 66px;
	height: 275px;
	width: 350px;
}
div#passion a img {
	height: 0; 
	width: 0; 
	border-width: 0;
}
div#passion a:hover img {
	position: absolute;
	top: 300px; 
	left: 66px;
	height: 261px;
	width: 300px;
}




div#portfolio a img {
	height: 0; 
	width: 0; 
	border-width: 0;
}
div#portfolio a:hover img {
	position: absolute;
	top: 300px; 
	left: 66px;
	height: 239px;
	width: 325px;
}
div#strokes a img {
	height: 0; 
	width: 0; 
	border-width: 0;
}
div#strokes a:hover img {
	position: absolute;
	top: 300px; 
	left: 66px;
	height: 212px;
	width: 325px;
}
div#repair a img {
	height: 0; 
	width: 0; 
	border-width: 0;
}
div#repair a:hover img {
	position: absolute;
	top: 300px; 
	left: 66px;
	height: 244px;
	width: 322px; 
}
div#designnotes a img {
	height: 0; 
	width: 0; 
	border-width: 0;
}
div#designnotes a:hover img {
	position: absolute;
	top: 400px; 
	left: 66px;
	height: 203px;
	width: 325px;
}
div#AAnotes a img {
	height: 0; 
	width: 0; 
	border-width: 0;
}
div#AAnotes a:hover img {
	position: absolute;
	top: 400px; 
	left: 66px;
	height: 203px;
	width: 325px;
}
/* rollover ends */


a:link {
  color: blue;
  text-decoration:none;}
a:visited {
  color: blue;
  text-decoration: none;}
a:hover {
	color: #AAAAAA;
	text-decoration:none;
	font-weight: bold;
}
  
#indent {
	padding: 0 0 0 30px;
	margin-left: 10px;
	margin-bottom: 28px;
	position: static;
	}
#col_left {
	margin-left: 10px;
	position: absolute;
	width: 150px;
	padding-left: 30px;
	}
#col_right {
	margin-left: 210px;
	position: static;
	width: 180px;
	padding-left: 0px;
	}
#extend {
	padding: 0 0 0 30px;
	margin-left: -50px;
	position: static;
	}
#footer_arrows {
	margin-left: 430px;
	}
#nav1 {
	margin-top: -13px;
	margin-left: 18px;
	}
#nav2 {
	margin-left: 18px;
	}
#nav3 {
	margin-left: 54px;
	}
#nav4 {
	margin-left: 72px;
	}
.dropcap {
	float:left;
	font-size: 36px;
	line-height: 20px;
	color: #666666;
	margin-top: 8px;
	margin-right: 2pt;
	}
.gray {
	color: #999999;
	}
.scaps {
	font-weight: bold;
	font-size: 14.5px;
	color: #444444;
	letter-spacing: 1.5px;
	font-variant: small-caps;
	}
#subhead{
	font-size: 16px;
	font-weight: normal;
	margin-top: -11px;
	margin-bottom: 18px;
	}
