/*
NOTE: some concepts borrowed from:
	http://www.redmelon.net/tstme/3cols2/
*/

body {
	background-color: #F2F2E6;
	color: #000;
	font-family: "Lucida Sans", Tahoma, Helvetica, Verdana, sans-serif;
}

#wrapper {
	min-width: 750px;
	border: 1px dotted #A1A178; 
	margin: 0 -1px;}


#wrapper {
	width: 750px;       /* total width */
	margin: auto;		/* center the body */
} 

#inner { 
	margin: 0; 
	width: 100%;
	background-color: #F2F2E6;}


#outer {
	border-left-width: 150px;  /* left column width */
	border-left-color: #E8E8D0;
}
#outer { 
	width: 590px; 
	border-left-style: solid;}	

#title
{
	width: 100%;
	font-size: 16px;
	border-bottom: dotted #A1A178 1px;
	padding: 5px 0px;
	font-weight: bold;
	position: relative; 
	z-index: 13;
}

ul {
	/*margin-left: -1px;
	margin-top:0px;
	padding-right: 1px; 
	text-align: left; 
	margin-bottom: 1em; */}
li {
	color: #060;
	}

#head
{
	width: 140px;              /* left column width */
 	margin-right: 0px;
 	padding-right: 4px;
	margin-left: -145px;       /* _negative_ left column width */
	text-align: left;
	font-size: 14px;
	background-color: #E8E8D0;
	/*border-right: dotted #A1A178 1px;*/
	float: left;
	float: left;
	position: relative;
	z-index: 10; 
}

#clear { clear: both; }

#content
{
	line-height: 24px;
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left; 
	width: 580px; 
	position: relative; 
	z-index: 12;
	margin: 0 -5px 0 -1px; 
}

#footer
{
	width: 100%;
	font-size: 12px;
	text-align: center;
	border-top: dotted #A1A178 1px;
	padding: 5px 0px;
	position: relative; 
	z-index: 13;
}

#pagetitle
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

#pagepath
{
	font-size: 14px;
	margin-bottom: 10px;
}

#photocredit
{
	font-size: 12px;
	text-align: center;
}

#photocaption
{
	width: 500px;
	margin: auto;
}

#phototitle
{
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

a
{
	color: #060;
	text-decoration: none;
	font-weight: bold;
} 

a:hover
{
	color: #600;
	text-decoration: underline;
}

.headlink
{
	font-size: 14px;
	color: #000;
	line-height: 20px;
}

.guided
{
	border: dotted #A1A178 1px;
}

td.year
{ 
	font-weight: bold;
}

a img {
	border: none;
}

/* Mozilla code */
#outer > #inner { border-bottom: 1px solid transparent; }
#left { margin-right: 1px; }
#center { margin: 0 -3px 0 -2px; }
