body
{
   font-family: Verdana, Helvetica, sans-serif;
   color: #444;
   font-size: 14px;
   text-align: left;
   line-height: 1.6;
   background: #FFF;
}

h1
{
   font-family: Georgia, serif;
   font-size: 2em;
   text-align: left;
   font-weight: normal;
   margin: 0em 0em .8em 0em;
}

h2
{ 
	font-family: Georgia, serif;
	text-align: left;
	color: #444;
	font-size: 1.5em;
	margin: .8em 0em .8em 0em;
	font-weight: normal;
}

h3
{
	font-size: 1em;
	text-align: left;
	margin: .8em 0em .8em 0em;
	color: #18689B;
	border-bottom: none;
	text-transform: uppercase;
}

h4
{ 
	font-size: 1em;
	margin-left: 1.5em;
	margin-bottom: 0em;
	color: #444;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #444;
	
}

h5
{ 
	font-size: 1em;
	margin: .8em;
	color: #444;
	font-weight: normal;
}

p
{
	margin: .4em;
}

a:link 
{   
   font-weight: bold;
   color: #FF7043;
   text-decoration: none;
   border-bottom: 1px solid #FF7043;
   padding-bottom: 2px;
}

a:visited 
{
   text-decoration: none;
   font-weight: bold;
   color: #FF9472;
   border: none;
}

a:hover
{
   text-decoration: none;
   color: #FFCF43;
   border:none;
}

a:link.img-link, a:visited.img-link, a:hover.img-link
{   
   font-weight: normal;
   color: #444;
   text-decoration: none;
   border: none;
   padding: 0px;
   margin: 0px;
}

ul#toprow, ul#bottomrow
{
	font-size: 1.2em;
	margin: 0em;
	padding: 0em;
	text-align: center;
	width: 100%;
}

ul#bottomrow
{
	position:absolute;
	bottom: 0em;
}

li#row
{
	display: inline;
	margin-left: .8em;
}

hr
{
   background:url(ad-rule.gif) no-repeat top center;
   border: 0;
   height: 11px;
   margin-top: 1.25em;
   margin-bottom: 1.25em; 
}

p#indent 
{
	text-indent: 2.5em;
}

/********* Div Classes for Layout *********/

.header
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 128px;
	min-width: 1000px;
	background: #5ab1e9; /* FFD459 goldenrod FFCF43; FF8159 salmon FF7043; 1D6797 darker blue 18689B; */
	border-bottom: 3px solid black;
	background:url(background2.gif); 
}

.htext
{
	position: absolute;
	bottom: .2em; 
	left: .5em;
	color: #000;
	font-family: Georgia, serif;
	font-size: 3.2em;
	line-height: normal;
}

.thumbnail
{
	position: relative;
	margin-left: 1em;
	margin-right: 1em;
	float: left;
	border: none;
}

.nav
{
	position: absolute;
	left: 16px;
	top: 128px;
	padding-top: 1em;
	text-align: left;
}

.main, .projects
{
	position: absolute;
	top: 192px;
	left: 200px;
	border-left: 1px solid black;
	padding-left: 8px;
}

.main
{
	width: 530px;
}

.projects
{
	width: 680px;
	border-left: 1px solid black;
}

.pair
{
	position: relative;
	height: 250px;
}

.left
{
	position: relative;
	width: 340px;
	float: left;
}

.img-column
{
	position: absolute;
	left: 746px;
	top: 232px;
	width: 263px;
	padding: 0px;
	margin: 0px;
}

.col
{
	margin-bottom: 16px;
	border: 1px solid #444;
	padding: 2px;
}

.img
{
	border: 1px solid #444;
	padding: 2px;
	margin-bottom: 8px;
}

/* FFD459 goldenrod FFCF43; FF8159 salmon FF7043; 1D6797 darker blue 18689B; */

img.link
{
	margin-bottom: 2px;
	border: 1px solid #FF7043;
	padding: 2px;
}

img.link:hover
{
	margin-botton: 2px;
	border: 1px solid #FFCF43;
	padding: 2px;
}

.caption
{
	font-size: 11px;
}

.haiku
{
	position: absolute;
	left: 0px;
	top: 232px;
	width: 192px;
	padding-left: 16px;
	margin: 0px;
	color: #666;
	font-style: italic;
}

.details
{
	position:absolute; 
	right:0; 
	color:#666; 
	font-style:italic; 
	font-weight:normal; 
}

