html, body
{
	height: 100%
}

body
{
	width: 99%;
	height: 90%;
	position: absolute;
	font-family: serif;
	font-style: normal;
	font-size: 12pt;
	color: #bbbbbb;
	background-color: #333333;
	cursor: url("yeah.gif"),url("yeah.ico"),text;
	background-image:url("pix/bg_pat.gif");
}

img, img a
{
	border: none;
}


#menu
{
	top: 30px;
	position: absolute;
	float: left;
	width: 10%;
	height: 99%;
	z-index: 10;
}

#menu img
{
	height: 9%;
	min-height: 30px;
	max-height: 50px;
}

#content
{
	top: 30px;
	position: absolute;
	width: 80%;
	padding-left: 60px;
	height: 99%;
	float: left;
	margin-left: 10%;
}

* html #content
{
	width: 79%;
	position: absolute;
}

.content2
{
	text-align: center;
}

.message
{
	background: #555555;
	text-align: center;
	font-size: large;
}

#thumb
{
        height: 20%;
        max-height: 140px;
        width: 99%;
        white-space: nowrap;
        display: inline;
        overflow: auto;
        position: relative;
        bottom: 0;
        float: left;
	text-align: center;
}

#thumb img
{
        margin-left: -5px;
        height: 75%;
}

#bigpic
{
	position: relative;
	float: left;
	text-align: center;
	width: 87%;
	height: 75%;
	margin-bottom: 20px;
}

#bigpic img, #piercbigpic img
{
	border: #bbbbbb groove 10px;
}

* html .iex
{
	width: 50%;
}

* html .iey
{
	height: 80%;
}

#piercbigpic
{
	position: relative;
	float: left;
	text-align: center;
	width: 54%;
	height: 75%;
}

#pierctxt
{
	float: left;
	width: 35%;
	height: 75%;
	overflow: auto;
	position: relative;
}

#piercthumb
{
        height: 20%;
        max-height: 140px;
        width: 98%;
	text-align: center;
        white-space: nowrap;
        display: inline;
        overflow: auto;
        float: left;
	position: relative;
	bottom: 12%;
}

#piercthumb img
{
	margin-left: -5px;
	height: 75%;
}

#piercnext
{
	margin-left: 52%;
	width: 8%;
	float: left;
	position: absolute;
	max-width: 50px;
	max-height: 50px;
}

#prev
{
	width: 5%;
	float:left;
	position: relative;
}

#next
{
	width: 5%;
	float:left;
	position: relative;
}

a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	cursor: url("yeah.gif"),url("yeah.ico"),text;
}
 
a:focus
{
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	cursor: url("yeah.gif"),url("yeah.ico"),text;
	outline: none;
}
 
a:link
{
	color: #d98719;
	font-weight: bold;
	text-decoration:none;
	cursor: url("yeah.gif"),url("yeah.ico"),text;
}
 
a:visited
{
	color: #999999;
	font-weight: bold;
	text-decoration:none;
}


