/*
 * Site wide
 */
html,body {
      margin:0;
      padding:0;
      height:100%;
	  width: 1024px;
      border:none;
}

/*
 * Golden ratio is 1.61803399
 */

body
{
	background-color: black;
	color: white;
	font-family: "palatino";
}

img {
	border: 0;
}
/* 
 * Link rendering
 */

a.dim:link {
	color: #8E6666; 
	text-decoration: none;
}
a.dim:visited {
	color: #F1C0C0;
	text-decoration: none;
}
a.dim:hover {
	color: #FE7979;
	text-decoration: none;
}
a:link {
	color: #F1C0C0; 
	text-decoration: none;
}
a:visited {
	color: #8E6666;
	text-decoration: none;
}
a:hover {
	color: #FE7979;
	text-decoration: none;
}
/*
 * Left run front page rendering
 */
td.left-run {
	color: #A7D1D1; 
	background-color: #4A5D5D;
	width: 256px;
}

td.right-run {
	color: #94B9B9; 
	padding-left: 64px;
	vertical-align: middle;
}

td.right-top {
	vertical-align: bottom;
	padding-bottom: 32px;	
}

td.right-bottom {
	vertical-align: top;
	padding-top: 32px;
}

tr.front {
}

table.front {
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 0.3ex;	
	font-size: 16pt;
	border: outset 0pt; 
	border: inset 0pt; 
	height: 100%;
	margin: 0;
}

table.grid {
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 0.2ex;	
	font-size: 12pt;
	border: outset 0pt; 
	border: inset 0pt; 
	margin: 0;
	color: #F1C0C0; 
	text-decoration: none;	
} 

td.right-run-grid {
	height: 100%;
}

tr.grid-multi-row {
	vertical-align: top;
}

tr.grid-single-row {
	vertical-align: middle;
}

td.grid {
	width: 128px;
	height: 79px;
}

img.grid {
	height: 64px;
}

img.spacer {
	padding: 0 0 0 0;
}

td.image_title {
	font-size: 12pt;
}

td.portfolio {
	font-size: 14pt;
}

td.front {
	font-size: 18pt;
}

img.image {
	height: 532px;
	padding: 0 80px 0 80px;
}
