html { min-height: 100%; margin-bottom: 1px; }
body { color: #000; 
	font-size: small; 
	font-family: arial, verdana, sans-serif;
	background: #fff;
	line-height: 200%;
   	margin: 0 0 0 0;}
p { margin: 2%;}
table.infobox{margin: 2%; border: 1px solid #ccc; cellspacing: 0;}
table.infobox td{border-style: solid; font-size: .5em;}
a:link { color: #693; text-decoration: none;}
a:visited { color: #693; text-decoration: none;}
a:hover { color:#693; text-decoration: underline;}
a:active { color: #F00 ; text-decoration: none;}
h1 { font-size: 2em; display:inline;}
h2 { font-size: 1.5em; font-weight: bold;}
h3 { font-size: 1.25em;}
h4 {text-decoration:underline; font-weight:normal;}
h5 {font-weight:bold; font-size: 1.25em;}
h6 {text-align:center; font-size:1em; font-weight: normal; font-style: italic;}
.desc{font-size: 1em;}

/* div */
.gallery
{
 margin-left: auto;
 margin-right: auto;
}

.thumbnail{
   	text-align: center;
	float: left;
	margin: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	text-wrap: yes;
}

.clear{
	clear:both;
}

#header {
	margin: 0;
	padding: 0;
 	color: #fff;
 	letter-spacing: .1em;
 	width: 100%;
 	height: 5em;
 	vertical-align: middle;
  	background-image: url('../ssi/navbar.jpg');
}

IMG.middle { 
	vertical-align: middle 
}
#titleshadow {
	position: absolute;
	margin-left: 302px;
	margin-top: 7px;
	height: 2.5em;
	color: #333;
	z-index: 0;
}
#title {
	position: absolute;
	margin-left: 300px;
	margin-top: 5px;
	z-index: 1;
 	height: 2.5em;
}

#navbar {
	position: absolute;
	width: 100%;
	margin-top: 3em;
	padding: 0;
 	height: 2em;
 	background-image: url('../ssi/75opaque.png');
	vertical-align: top;
	letter-spacing: .15em;
}

#contents{
 	width: auto;
	height: auto;
	text-align: left;
	padding: 0 10% 0 10%;
 }

#aboutbox{
 	 width: 166px important!;
	 margin: 1%;
	 text-align: left;
	 position: relative;
	 float: right;
	 border: solid 1px #999;
}

#aboutboxtitle{
 	 width: 166px important!;
	 text-align: center;
	 background-image: url('../ssi/75opaque.png');
	 color: #fff;
}

#aboutcontent{
 	width: 166px important!;
	padding: 5px;
	width: 166px;
}

