@import "lightbox/css/lightbox.css";

body {
	padding: 0px;
	margin: 0px;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  /*background-color: rgb(212,85,0);*/
  background-color: gray;
  color: black;
}

#container{

}

#page {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#page2 {
	margin-left: -400px;
	position: absolute;
	top: -400px;
	left: 50%;
	width: 800px;
	visibility: visible;
	background-color: white;
	border: solid 3px black;
}

a,a:visited {
  text-decoration: none;
  color: #00d;
}


.header {
	padding-top:60px;
	height:60px;
 	background-image: url('media/header2.jpg');
}

.header h1 {
	padding:0;
	margin: 0;
}
.header h2 {
	padding:0;
	margin: -20px 0 0 300px;
	float:right;
}

.menu ul{ 
	padding: 0;
	margin: 0;
	display: block;
}

.menu li, .menu li a {
	float: left;
	color: #222;
	list-style: none;
	padding: 3px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: medium;
	text-transform: capitalize;
}

#strip {
	display: block;
	text-align: left;
	clear:both;
	font-size: small;
	font-weight: bold;
	padding-left: 10px;
}
#strip a {
	color: black;
}

#strip a:hover,
.menu a:hover,
a:hover,
#current {
	color: #d40055;
}

.content {
	clear: both;
	display: block;
	margin: 20px;
	padding-bottom: 20px;
}

#myGallery {
	margin: auto;
/* float: right;*/
	display: block;
	width: 600px;
	height: 600px;
	background-color:white;
}

#footer {
	border-top: solid 1px gray;
	font-size: x-small;
	margin: auto;
	padding: 10px;
	text-align: center;
	position: absolute;
	width: 800px;
	bottom: 0px;
}

/* hide the images until they are loaded by the js viewer */
.imageElement {
	display:none;
}

.right {
	float: right;
}

.left {
	float: left;
}

img {
	padding 5px;
}

p {
	padding: 10px;
}

