body	{
	background:#543 url(background.jpg) repeat-x top left;
	color:#000;
	text-align:center;
	font-family:arial, sans-serif, sans;
	font-size:12px;
	}
	
object {
	margin:0 auto;
	}
	
table { margin-left:60px; }
td { width:220px; font-weight:bold; background:#def; color:#036; }

.writeup	{
	color:#ccc;
	font-family:arial;
	width:700px;
	text-align:left;
	margin:20px auto;
	}
h1	{
	margin:0 0 0 10px; 
	padding:5px 0;
	font-size:20px;
	color:#036;
	}
.picbox {
	width:102px;
	background:#036;
	padding:10px;
	margin-bottom:0px;
	}
a:link.picboxlink, a:visited.picboxlink {
	display:block;
	width:102px;
	background:#acc;
	padding:5px;
	margin:5px 0;
	text-decoration:none;
	color:#255;
	border-left:3px solid #eee;
	border-right:3px solid #eee;
	}
a:hover.picboxlink {
	display:block;
	width:102px;
	background:#799;
	padding:5px;
	margin:5px 0;
	text-decoration:none;
	color:#fff;
	border-left:3px solid #e75;
	border-right:3px solid #e75;
	}
.highbox {
	color:#fff;
	width:102px;
	background:#255;
	padding:5px;
	margin:5px 0;
	border-left:3px solid #e75;
	border-right:3px solid #e75;
	}
.pic {
	width:100px; 
	height:75px; 
	border:1px solid #ccc; 
	background:#888; 
	display:block;
	}
.logo {
	margin-top:20px;
	}
.caption {
	display:block;
	width:100px;
	margin-top:0px;
	text-align:left;
	font-size:14px;
	}
.smallpic {
	width:74px; 
	height:56px; 
	border:0; 
	background:#888; 
	display:block;
	float:left;
	margin:3px;
	}
a:link.bigpic, a:visited.bigpic {
	width:314px; 
	height:242px; 
	border:0; 
	background:#888; 
	display:block;
	float:left;
	margin:3px;
	}

b.small {
	font-size:12px;
	color:#951;
	}

b.big {
	font-size:14px;
	color:#951;
	}

a:link.text, a:visited.text {
	color:#951;
	}
	
#contact div { font-size:14px; }
#contact label { display:block; width:110px; float:left; }
#contact input.text { font-size:14px; width:200px; }
#contact input.button { font-size:14px; width:90px; }
#contact textarea { width:200px; height:100px; font-family:arial; font-size:14px; }

.contact { float:left; font-size:14px; color:#444; line-height:20px; margin-right:30px; }