/* CSS Document */

img {
	border: 0;
	}

body	{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

a:link, a:visited	{
	color: #660066;
	}

a:hover	{
	color: #ffffff;
	background: #660066;
	text-decoration: none;
	}
	
h1	{
	color: #660066;
	font-size: 16pt;
	font-weight: bold;
	}

h2	{
	color: #660066;
	font-size: 14pt;
	font-weight: bold;
	}

h3	{
	color: #660066;
	font-size: 12pt;
	font-weight: bold;
	}
	
h4	{
	color: #660066;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#logo	{
	position: absolute;
	top: 0;
	left: 20px;
	}

#leftcolumn		{
	position: absolute;
	top: 170px;
	left: 0px;
	text-align: center;
	width: 240px;
	}
#rightcolumn	{
	margin-top: 75px;
	margin-left: 275px;
	width: 520px;
	z-index: 1;
	}
	
.portrait	{
	border: 3px solid #CC66CC;
	width: 185px;
	}

.sidebox	{
	margin-left: 24.5px;
	width: 165px;
	background-color: #660066;
	color: #CC66CC;
	padding: 10px;
	border: 3px solid #CC66CC;
	}

#latest	{
	background-color: #CC66CC;
	width: 520px;
	border: 3px solid #660066;
	}
#latest h2	{
	margin: 0;
	padding-left: 3px;
	background-color: #660066;
	color: #ffffff;
	}

#footer	{
	font-size: 8pt;
	text-align: center;
	margin-top: 20px;
	}

.resume ul	{
	margin-left: 0;
	padding: 0;
	}
	
.resume	li	{
	margin: 0 0 7px 0;
	padding: 0;
	list-style-type: none;
	}

.press h3	{
	margin-bottom: 0;
	padding-bottom: 0;
	}

.press p	{
	margin-top: 3px;
	margin-bottom: 3px;
	}

.categorymenu p	{
	margin-top: 0;
	margin-bottom: 3px;
	}

.pic-left	{
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	}

.pic-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
	}

.photos ul	{
	list-style-type: none;
	list-style: none;
	}

.photos ul li {
	margin: 0;
	padding: 0;
	float: left;
	}
	
.booktable td {
	padding: 5px;
	text-align: center;
	vertical-align: top;
	}

.booktable p {
	margin-top: 0;
	}

.booktable img {
	height: 90px;
	}

/* brianvan additions */
ul.booktable {
	width: 540px;
	list-style-type:none;
}
ul.booktable li{
	float:left;
	width: 172px;
	height: 240px;
	padding: 4px;
	text-align:center;
}

ul.booktable img {
	height: 90px;
	}

ul.booktable a img {text-decoration: none;}