/*	biog.css	Style sheet for Web pages
	Begun 08/06/04	*/

body	{
	background:		url( ../media/parchment.gif );
	margin:			2% 2% 64px;
	font-family:	"Bookman Old Style", "Times", "Times New Roman", serif;
	font-size:		90%
}

.alternate	{
	text-align: right
}

.transition	{
	clear:	both
}

/*	divisions	*/

.col1	{
	position:	absolute;
	top:		180px;
	left:		30%;
	width:		30%;
	z-index:	3
}

.col2	{
	position:		absolute;
	top:			180px;
	left:			66%;
	float:			right;
	padding-right:	4%;
	z-index:		2
}

.col2 hr	{
	color:	white	/* a spacing fudge */
}

.photocol	{
	position:	absolute;
	top:		180px;
	left:		2%;
	z-index:	1
}

#summary	{
	margin:	36px 5%
}

/*	images	*/

img	{
	border:	0
}

img#grabber	{
	margin:		0 24px 24px 0;
	float:		left
}

img#that	{
	margin-left:	48px;
	float: 			right
}

img#this	{
	margin-right:	24px;
	float:			left
}

img#self	{
	border:	2px #cc0000 outset
}

img#slogo	{
	border:	2px #cc0000 outset;
	float:	right
}

/*	colours	*/

a:link, a:visited	{
	background-color:	inherit;
	color:				#a90017	/* a darker red */
}

a:hover	{
	background-color:	inherit;
	color:				red
}

p#nb	{
	background-color:	inherit;
	color:				red
}

h3	{
	background-color:	inherit;
	color:				maroon
}

/*	elements	*/

a:link, a:visited	{
	text-decoration:	none
}

a:hover	{
	text-decoration:	underline
}

p.central	{
	clear:		both;
	text-align:	center
}

p#nb	{
	clear:		both;
	font-size:	75%;
	text-align:	right;
	margin:		0;
	padding:	0
}

p.photo	{
	text-align:	center
}

h1, h3	{
	font-family:	Verdana, Arial, sans-serif;
}

h3	{
	margin-bottom:	4px
}

span.caption	{
	display:		block;
	margin-left:	5%;
	font-size:		85%
}

span.unit	{
	white-space: nowrap
}

/*	EOF	*/
