body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#351822;
	background-color:#f1aa00;
	margin:0px;
	padding:0px;
	overflow:auto;
}
a:link {
	font-weight:bold;
	color:#351822;
	text-decoration:none;
}
a:visited {
	font-weight:bold;
	color:#351822;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	background-color:none;
	color:#f1aa00;
	text-decoration:none;
}
#largeimageholder {
	position:absolute;
	width:500px;
	height:375px;
	left:10px;
	top:200px;
	background-color:#cc3300;
	border:1px solid #351822;
	z-index:1;
}
#thumbnailholder {
	position:absolute;
	width:210px;
	height:476px;
	left:561px;
	top:62px;
	background-color:#cc3300;
	border:1px solid #351822;
	z-index:1;
}
#textdiv {
	position:absolute;
	width:420px;
	height:120px;
	left:10px;
	top:70px;
	z-index:1;
}
#wrapper {
	position:absolute; 
	width:800px;
	height:600px;
	left:50%;
	margin-left:-400px;
	top:50%;
	margin-top:-300px;
}
.leftheadertextstyle {
	font-size:20px;
	font-weight:bold;
	letter-spacing:3px;
}
.leftboldstyle {
	font-weight:bold;
	font-size:11px;
}
.leftsubheaderstyle {
	font-weight:bold;
	font-size:12px;
}
