body {
	margin: 0;
	padding: 0 0 20px 0;
	background-color: #CCCCCC;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #000000;
	}
ul {
	list-style: square;
	}
a {
	color: #000099; 
	text-decoration: underline;
	background-color: transparent;
	}
a:hover {
	color: #000066; 
	text-decoration: none; 
	background-color: #9999CC;
	}
/* there is no big wrapper div on this page - just two containers */
#linkscontainer {  /* left side */ 
	float: left;
	background-color: #CCCCCC;
	width: 130px;
	padding: 25px 5px 5px 10px;
	margin: 10px 0 0 20px;
	}
#linkscontainer a {
	color: #000099; 
	text-decoration: none;
	background-color: transparent;
	}
#linkscontainer a:hover {
	color: #000066; 
	text-decoration: none; 
	background-color: #9999CC;
	}
#linkscontainer p { 
	font-size: 11px;
	}
#linkscontainer h2 {
	font-family: "Century Schoolbook", palatino, georgia, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 2px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
#bigcontainer {  /* right side */ 
	float: left;
	background-color: #FFFFFF;
	width: 500px;
	padding: 20px;
	border: 1px solid #666666;
	margin:  10px 0 20px 10px;
	}
#bigcontainer h1 {
	font-family: "Century Schoolbook", palatino, georgia, serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 5px;
	}
#byline p {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
#maintext p {
	font-size: 12px;
	line-height: 20px;
	}
#maintext li {
	font-size: 12px;
	line-height: 20px;
	}
#maintext h2 {
	font-family: "Century Schoolbook", palatino, georgia, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 0;
	}
#about-this {
	font-size: 12px;
	line-height: 20px;
	border-top: 2px dashed #9999CC;
	border-bottom: 2px dashed #9999CC;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#footer {
	font-size: 12px;
	line-height: 20px;
	border-top: 2px dashed #9999CC;
	margin-top: 20px;
	margin-bottom: 10px;
	}
.cktk {
	color: #FF0000;
	}
.smallcaps {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.photocontainer {}
.photocontainer img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: 1px solid #333;
	}
.photocontainer p.caption {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
/*	vertical-align: bottom; */
	}
.breaker {
	clear: both;
	}


