body {
	font-size:13px;
	font-family : Verdana, Verdana, Geneva, sans-serif;
	color: rgb(140,140,140);
	-background: rgb(20,20,20);
	-background-image: url('stripes.jpg');
	-background-repeat: no-repeat;
	-background-position: 250px 100px;
}

img.logo {
	margin-left: 10px;
	position: relative;
	display: inline;
	float: left;
}

.clickable{
	cursor:pointer;
}

.clickable:hover {
	background-color: #B9EAF2;
}

div.mainbox{
	position:relative;
	margin-left: auto;
	margin-right: auto;	
	top:30px;
	width: 1000px;
	margin-bottom:auto;
	background-color: #ffffff;
	-background-image: url('bg.jpg');
	-background-repeat: no-repeat;
	-background-position: 250px 100px;
}

div.header{
	width:100%;
	height:800px;
}

#frontPageImage {
  position:relative;
  top:0px;
  left:100px;
  width:800px;
  -border:1px solid #000000;
}

.simpleviewer  {
  position:relative;
  top:0px;
  left:100px;
	width:800px;
	height:600px;
	overflow-x:hidden;
	overflow-y:hidden;
	border:0px;
}

div.list{
	position:relative;
	left:40px;
	top:30px;
}
	
div.listitem{
  
  display: inline;
  float: left;
}

div.listline{
	height: 20px;
	width: 1px;
	background-color:  rgb(140,140,140);
	margin-top: 4px;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	display: inline;
	float: left;
}

