.hidden 
{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

body
{
	background-color:#CCFFCC;
	margin:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#004400;
	line-height: 18px;
}

h1
{
	font-size:25px;
}

h2
{
	font-variant: small-caps;
	text-align: center;
}

div#header
{
	background-image:url(image.php?template&file=pictop.jpg);
	background-repeat:repeat;
	background-position:0px 0px;
	height:70px;
}

div#menu
{
	background-image:url(image.php?template&file=navbkg.gif);
	background-repeat:repeat;
	background-position:0px 0px;
	height:46px;
}

div#menu ul
{
	position: relative;
	bottom: -18px;
	margin: 0px auto;
	list-style: none;
	text-align:center;
	width:900px;
}

div#menu ul li
{
	background-image:url(image.php?template&file=menubutton.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:145px;
	height:24px;
	float:left;
}

div#menu ul li a
{
	position: relative; bottom: -3px;
	text-decoration: none;
}

div#menu ul li a:hover
{
	text-decoration:underline;
}

div#menu ul li#active a
{
	font-weight:bold;
}

div#content
{
	clear:both;
	position:relative;
	bottom:-10px;
	height:100%;
	text-align:center;
	margin: 0px auto;
	width:900px;
}

div#footer
{
	position:relative;
	bottom:-18px;
	clear:left;
	background-image:url(image.php?template&file=picbottom.jpg);
	background-repeat:repeat;
	background-position:0px 0px;
	height:100px;
}

div#content div#top
{
	text-align:center;
	width:100%;
}

div#content div#left
{
	text-align:left;
	float:left;
	margin: 0px auto;
	padding-right:20px;
}

div#content div#center
{
	text-align:left;
	float:left;
	margin: 0px auto;
	width:600px;
}

div#content div#right
{
	text-align:left;
	float:left;
	margin: 0px auto;
	padding-left:20px;
}

div#content a
{
	text-decoration: none;
	font-weight:bold;
	color:#007700;
}

div#content a:hover
{
	text-decoration: underline;
}

div#gallery_image
{
	width: 150px;
	height: 120px;
	float:left;
	display:inline;
	text-align:center;
}