body	{
 	background: #5a2b47 url(images/fractals_bg.gif);
	color: #81B68F;	/* green */
	color: #805979;	/* lilac */
}
#content	{
	width: 752px;
	height: 1000px;
	font-family: "Centruy Gothic", "Antigoni Light", Arial;
	font-weight: bold;
}
#content a	{
 	display: block;
	line-height: 25px;
	text-decoration: none;
	padding: 1px 0px;
}
#content a:link	{
	color: #805979;	/* lilac */
	color: #BB7AB0;	/* lilac */
}
#content a:visited	{
	color: #5a2b47;
	color: #805979;
}
#content a:hover, #content a:hover span, #footer span a:hover	{	/* need a:hover to get IE to show the span :hover state */
	color: #81B68F;	/* green */
 	border-top: 1px dashed #81B68F;
 	border-bottom: 1px dashed #81B68F;
}
#content a:hover	{
	border: none;		/* undo a:hover declared above */
}
#header_bg	{
	position: absolute;
	z-index: 0;
	height: 161px;
	width: 845px;
	background: url(images/bg2_header_end.gif);
	overflow: hidden;
}
#tierazon, #apophysis, #post, #portraits, #downloads, #links	{
  	position: absolute;
  	width: 672px;
  	height: 85px;
 	margin-left: 80px;
 	overflow: auto;
}
#tierazon	{
	top: 155px;
}
#apophysis	{
	top: 302px;
}
#post	{
	top: 445px;
}
#portraits	{
	top: 590px;
}
#downloads	{
	top: 724px;
}
#links	{
	top: 868px;
}
#tierazon div.flt, #apophysis div.flt, #post div.flt, #portraits div.flt, #downloads div.flt, #links div.flt	{
	float: left;
	width: 110px;
}
#downloads div.flt	{
 	float: left;
 	width: 350px;
}
#links div.flt	{
 	float: left;
 	width: 672px;
}
#tierazon img, #apophysis img, #post img, #portraits img, #downloads img, #links img	{
	vertical-align: top;
	text-decoration: none;
}
#pagecontent	{
	position: relative;
	top: 170px;
	width: 845px;
}
#thumbs	{
	position: relative;
	height: 480px;
	width: 160px;
	padding-left: 25px;
	overflow: auto;
}
#thumbs a	{
	display: block;
	padding: 0px;
	margin: 0px;
}
#thumbs img	{
	display: block;
 	border: 6px solid #5a2b47;
  	border: 6px solid #000000;
}
#thumbs a:hover img 	{
	border-color: #81b68f;
}
#display	{
 	position: absolute;
	top: 0px;
	left: 192px;
	width: 640px;
	height: 480px;
	padding: 0px;
	margin: 0px;
}
#display img	{
 	border: 6px solid #5a2b47;
  	border: 6px solid #000000;
}
#caption	{
 	position: absolute;
	top: 495px;
	left: 198px;
	height: 140px;
	width: 644px;
	overflow: auto;
}
#footer	{
 	position: absolute;
	top: 635px;
	height: 35px;
  	width: 845px;
	overflow: auto;
	padding: 0px 0px 0px 80px;
	border-top: 2px solid #5A2B47;
	border-bottom: 2px solid #5A2B47;
}
#footer span	{
 	display: block;
  	width: 280px;
 	text-align: center;
 	float: left;
 	margin: 4px 0px;
}
#footer #back, #footer #next	{
 	width: 210px;
}
#FARbar	{
	position: absolute;
	top: 670px;
	left: 80px;
	width: 765px;	/* pagecontent width (845) less margin-left */
	text-align: left;
	background: #000000;
	margin-top: 20px;
}
#FARbar img	{
	display: block;
}
.divider	{
	clear: both;
}