body {
	background-color: #281654;
}

body.info {
	background-color: #FFFFFF;
}

div.entry {
	width: 95%;
	position: relative;
	left: 0px;;
	background-color: #170543;
	margin: 5px;
	padding: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
  	color: #C8C8C8;
}

div.entry a {
	color: #E8E8E8;
}

div#info {
	display: none;
	position:absolute;
	left: 50%;
	top: 10%;
	height: 80%;
	margin-left: -335px;
	width: 670px;
	background-color: #FFFFFF;
	align: right;
  z-index: 90;
}

div#logo {
 position:absolute;
 top: 50%;
 left: 50%;
 background-image: url(logo_bg.jpg);
 text-align: center;
 height: 35px;
}

div#content {
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #170543;
	color: #FFFFFF;
	overflow: auto;
}

div#menubar {
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #170543;
	color: #CC3401;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

div#menubar a {
	color: #CC3401;
}

.menulink {
	float: right;
	text-align: right;
}

.copyright {
	float: left;
	text-align: left;
}

span#category {
	position: relative;
	left: 0px;
}

div.imagethumb_h {
	float: left;
	margin-left: 50px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	width: 200px;
	height: 200px;
	color: #FF0000;
}

div.imagethumb_v {
	float: left;
	margin-left: 50px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	width: 200px;
	height: 200px;
	color: #FF0000;
}

div.imagethumb_c {
	position: relative;
	float: left;
	margin-left: 50px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 200px;
	height: 200px;
	color: #FF0000;
  background-image: url(category.png);
}

.imagethumb_h img {
	position: relative;
	top: 10;
	left: 10;
	width: 180;
	cursor: pointer;
}

.imagethumb_c img {
	position: relative;
	left: 52px;
	top: 46px;
	height: 120px;
	width: 125px;
	cursor: pointer;
}

div.catdesc {
  position: absolute;
  left: 51px;
  top: 171px;
  color: #281654;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

.imagethumb_v img {
	position: relative;
	top: 10;
	left: 10;
	height: 180;
	cursor: pointer;
}

div#fullsize {
	display: none;
	z-index: 90;
	width: 300px;
	height: 300px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
}

div#loader {
	display: none;
	z-index: 91;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	background-color: #e7e7e7;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15px;
}

img#fullsizeimg {
	position: relative;
	top: 2px;
	left: 2px;
	cursor: pointer;
}

div#descdiv {
  position: relative;
  top: 2px;
  left: 2px;
  color: #281654;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

img#closeimg {
	float: right;
	margin: 5px;
	cursor: pointer;
}

div#menutitle {
  position: absolute;
  top: 3px;
  right: 0px;
  color: #CC3401;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

div.browselink {
	position: absolute;
  color: #CC3401;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #CC3401;
	background: #352361;
	display: none;
}

div.browselink a {
  color: #CC3401;
	text-decoration: none;
	border: none;
}

div#backlink {
  left: 1px;
  bottom: 1px;
}

div#forwardlink {
	right: 1px;
  bottom: 1px;
}

div#uplink {
  left: 1px;
  top: 1px;
}