html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

img {border: none;}

p {
	margin-top: 0;
	margin-bottom: 15px;
	color: #444;
	line-height: 12pt;
	font-size: 9pt;
}

ul {
	margin-top: 0;
	margin-bottom: 7px;
}

h1#logo_img span {
	display: none;
	z-index: 100;
}

h2 {
	text-transform: uppercase;
	font-size: 9.5pt;
	color: #146991;
	padding: 0;
	margin-bottom: 5px;

}

h3 {
	font-size: 9.5pt;
	color: #146991;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 14pt;
	letter-spacing: 0.25pt;
}

a:link { color: #999; text-decoration: none; outline: none }
a:hover { color: #146991; text-decoration: none; outline: none }
a:visited { color: #999; text-decoration: none; outline: none }
a:active { color: #999; text-decoration: none; outline: none }
a:visited:hover { color: #146991; text-decoration: none; outline: none }

#container {
	background-image: url(../images/container.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	min-height: 100%;
	height:auto !important;
	height: 100%;
	overflow: auto;
	position: relative;
}

#header {
	width: 900px;
	height: 125px;
}

#logo {
	width: 83px;
	height: 87px;
	margin-left: 120px;
	top: 20px;
	position: absolute;
}

#navbar {
	position: absolute;
	top: 67px;
	left: 190px;
	width: 500px;
}

.navlist {
	font-weight: bold;
	font-size: 11pt;
}

#navbar ul {
	width: 385px;
	margin-top: 14px;
}

#navbar ul li {
	margin-left: 0;
	padding-left: 0px;
	padding-right: 5px;
    list-style-type: none;
	text-transform: uppercase;
	display: inline;
	color: #146991;
}

#navbar ul li a{
	color: #78AAC3;
}

#navbar ul li a:hover {
	color: #146991;
}

#sidebar {
	width: 200px;
	float: left;
	font-size: 9pt;
	padding-right: 10px;
}

dt.sidebar_list {
	list-style: none;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	color: #555;
}

li.sublist {
	list-style: none;
	padding-bottom: 5px;
	text-transform: none;
	text-align: right;
	font-size: 8.5pt;
	line-height: 12pt;
	font-weight: lighter;
}

.sidebar_list li a{
	color: #999;
}

.sidebar_list li a:hover{
	color: #146991;
}

li.sublist {
	color: #146991;
}

li.sublist a{
	color: #78AAC3;
	text-decoration: none;
}

li.sublist a:hover{
	color: #146991;
	text-decoration: underline;
}

#content {
	background-image: url(../images/content.jpg);
	background-repeat: repeat;
	width: 600px;
	float: left;
	padding-left: 20px;
	padding-bottom: 50px;
}

.no-style {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 5px;
	font-size: 9pt;
}

#content img {
	border: thin #CCC solid;
	margin-bottom: 2px;
	padding: 2px;
}

#content p.title {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #146991;
}

#content p.software {
	margin-bottom: 5px;
	color: #146991;
	font-size: 8pt;
}

#hg_char {
	background-image: url(../images/harry_go.png);
	width: 300px;
	height: 250px;
	position: fixed;
	bottom: 0;
	right: 100px;
}

#footer {
   position:absolute;
   bottom:0;
   width:900px;
   height:50px;
   clear: both;
}

#footer p {
	padding-top: 10px;
	color: #CCC;
	font-size: 9pt;
	margin-left: 232px;
}

#footer cite{
	font-style: normal;
	font-weight: bold;
}

/* gallery CSS */

#gallery {
}

#slideshow {list-style:none;}
#slideshow span {display:none}
#wrapper {width:506px; margin:50px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:300px;}
#information {position:absolute; bottom:0; width:520px; height:0; background:#FFF; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../gallery/images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../gallery/images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../gallery/images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(../gallery/images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(../gallery/images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}