html,body,img {
	margin:0;
	padding:0;
    border:0;
    background-color: white;
}

* {
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", "Luxi Sans", "Helvetica", arial, helvetica, sans-serif
}

body,input {
	color: black;
}

a {
  text-decoration: none;
}

a:link {
	color: green;
}

a:visited {
	color: #006400;
}

input {
      background: #f0f0f0;
      border-width: 1px;
      border-style: solid;
      border-color: #FFA500;
}

div.thumbwrapper {
    display:inline;
	float: left;
	height: 170px;
	width: 170px;
	padding: 5px;
	background: #f0f0f0;
	margin: 8px;
	border: 1px solid #FFA500;;
	text-align: center;
    line-height: 170px;
}

#inner {
    position:absolute;left:-5px;right:0px;
	border-style: solid;
	border-width: 0px;
	border-left-width: 5px;
	border-color: #FFA500;
	margin:0;
	padding:0;
}

#outer {
	border-style: solid;
	border-width: 0;
	border-left-width: 5px;
	border-color: #FFA500;
	margin:0;
	padding:0;
    position:absolute;top:0px;bottom:0px;left:0px;right:0px;
}

#footer {
	border-color: #FFA500;
	border-style: solid;
	border-width: 0;
	border-top-width: 1px;
	padding: 1em;
    clear:both;
}

div.itembox {
	border-color: #FFA500;
	border-style: solid;
	border-width: 0;
	border-top-width: 1px;
	padding: 1em;
    clear:left;
}

.itembox p{
         margin: 0;
         margin-left: 186px;
}

#header {
    top:0;
	color: #FFA500;
	border-color: #FFA500;
	border-style: solid;
	border-width: 5px 0px 0px 0px;
	padding: 1em;
    background: url(/bg.jpg) no-repeat;
}

#content {
	top: 1em;
	left: 12em;
	border-color: #FFA500;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
}

#gallerydiv {
    margin: auto;
    text-align: center;
    display: table;
}

#toblave {
	font-weight: bold;
	font-family: "Courier New", courier, monospace;
	font-size: 150%;
	float: left;
}

#search {
    padding: 0;
	float: right;
}

div.leftimg {
    width: 170px;
	float: left;
	padding: 0px 16px 16px 0px;
	margin:0;
    text-align: center;
}

div.rightimg {
	float: right;
	padding: 1em;
	margin:0;
}

div.itemhead {
	font-weight: bold;
	color: #FFA500;
    padding-bottom: 1em;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
    vertical-align:middle;
}
.highslide:hover img {
	border: 2px solid silver;
    vertical-align:middle;
}

.highslide-image {
    border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
   
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
    width:16px;
    height:16px;
    padding:none;
    border: 1px solid white;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

