html
{
	overflow: hidden;
}
body
{
	font-family: Sylfaen, "Sylfaen ARM", Times, "Times New Roman", serif;
	margin:0;
	border:0;
	padding:0;
	height:100%;
	max-height:100%;
	overflow: hidden;
	color: black;
	background-color: white;
	background-image: url(imagesrc/sitebg2.png);
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
}
#header
{
	background-image: url(imagesrc/base.png);
	background-attachment: fixed;
	background-color: transparent;
	background-position: top;
	background-repeat: repeat-x;
	font-variant: small-caps;
	border-width: 0px;
	border-style: none;
	overflow: hidden;
	position: absolute;
	top: 0px;
	height: 120px;
	width: 100%
}
.globe
{
	position: fixed;
	top: 0px;
	z-index: 0;
}
#header h1
{
	position: absolute;
	left: 180px;
	top: 10px;
	font-size: xx-large;
	text-align: justify;
}
#header h4
{
	position: absolute;
	top: 55px;
	right: 10px;
	text-align: left;
	font-variant: normal;
}
#sidebar
{
	background-image: url(imagesrc/gfield.png);
	background-repeat: repeat-y;
	font-family: Sylfaen, "Sylfaen ARM", Times, "Times New Roman", serif;
	border-width: 0px;
	border-style: none;
	position: absolute;
	top: 120px;
	bottom: 0px;
	left: 0px;
	width: 185px;
	overflow: auto;
	text-align: left;
}
#sidebar img
{
	padding-right: 10px;
	vertical-align: text-bottom;
}
#sidebar h3
{
	text-align: center;
}
#sidebar hr
{
	width: 156px;
	border-width: 1px;
}
#sidebar a
{
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
	display: block;
}
#sidebar a:hover
{
	margin-left: 15px;
	margin-right: 15px;
	display: block;
	background-color: #999999;
}
#sidebar strong
{
	background-color: #999999;
	line-height: 2;
	border: 1px solid red;
	-moz-border-radius: 2px;
}
#sidebar img
{
	border: 0px none;
}
#contents
{
	position:fixed;
	overflow:auto;
	top: 120px;
	left: 200px;
	right: 0px;
	bottom: 0px;
}
#contents p
{
	padding-left: 43px;
	padding-right: 43px;
}
#contents a
{
	text-decoration: none;
}
#contents a:hover
{
	text-decoration: underline;
}
#contents fieldset
{
	border: 1px solid;
	padding: 10px;
	text-align: justify;
	-moz-border-radius: 8px;
}
#contents legend
{
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid;
	-moz-border-radius: 4px;
}
/* Stupid IE compatability hack */

* html body
{
	padding-top: 120px;
	padding-bottom: 0px;
}
* html #contents
{
	height: 100%;
	width: 100%;
	padding-left: 200px;
}
* html #sidebar
{
	height: 100%;
	width: 185px;
	bottom: 0px;
        padding-bottom: 120px;
}
#gallery
{
	text-align: center;
	overflow: auto;
}
#gallery table
{
	width: 70%;
	padding-top: 15px;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 8px;
	padding-bottom: 15px;/*margin-left: 15%; IE commented out... */
         }
#gallery h2
{
	display: inline;
}
#gallery legend
{
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius: 8px;
}
#gallery td
{
	width: 33%;
	text-align: center;
}
#gallery td.al_left
{
	text-align: left;
}
#gallery td.al_right
{
	text-align: right;
}
#gallery td.hidden
{
	display: none;
}
#gallery img
{
	vertical-align: middle;
	text-decoration: none;
	padding-right: 10px;
	-moz-opacity: 0.8;
}
#gallery img.constant:hover
{
	vertical-align: middle;
	text-decoration: none;
	padding-right: 10px;
	-moz-opacity: 0.8;
}
#gallery img:hover
{
	-moz-opacity: 1;
}
#gallery a
{
	text-decoration: none;
	display: block;
}
#gallery a:hover
{
	display: block;
	text-decoration: underline;
}
