body, .top, .main {
	color: #0015fc;
	background-image: url(sand.jpg);
    background-repeat: repeat;
	width: 850px;
	font-size: 14pt;
	font-family: Times, "Times New Roman", serif;
/*	border: thin solid yellow; */
}

.wide, .main2 {
	width: 850px;
}



.main, .main2 {
	min-height: 600px;

	/* underscore is ignored by IE, forcing height.
	ie treats height as min-height and ignores min-height */

	_height: 600px;
}



a:link {
	color: #0015fc;
	text-decoration: underline;
}

a:visited {
	color:  #515cc4;
	text-decoration: underline;

}

h1 {
	text-align: center;
	font-size: 24pt;
	font-family: Times, "Times New Roman", serif;
	padding: 0px;
	margin: 0px;
/*	border: thin solid yellow; */
}

.main {
	float: left;
/*	border: thin solid yellow; */
}

.left {
	float: left;
/*	border: thin solid yellow; */
}

.right {
	float: right;
/*	border: thin solid yellow; */
}

.footer {
	clear: both;
	text-align: center;
	font-size: 12pt;
/*	border: thin solid yellow; */
}


ul.rightmenu {
	float: right;
	list-style: none;
	font-family: "Staccato222 BT", Staccato, Times, "Times New Roman", serif;

}

ul.rightmenu li {
	font-size: 20pt;
	padding: 10px;
}

.resumehead {
	text-align: center;
	font-size: 16pt;	
}

h3 {
	font-size: 16pt;
	font-family: Times, "Times New Roman", serif;
}

.picture {
	width: 120px;
	float: left;
/*	border: thin solid yellow; */
}

.picture a {
	display: block;
	text-align: center;
	text-decoration: none;
}

.picture p {
	text-align: center;
	font-size: 12pt;
	text-decoration: underline;
		
}

.appearances li {

    margin-left: 400px;
}

.picturetitle {
	clear: both;	
	font-size: 16pt;	
}

.bigpicture {
	display: block;
	text-align: center;
}

