﻿body { 
  background-image:url(/images/bg.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  color: black;
  margin-left: 50%;
  margin: 10px auto;
  width: 800px;

}
#main {
 
  width: 800px; 
}
.text {
  margin: 30px;
}
h1 { 
  text-align: center; 
}
h2 {	
  margin: 0 30px .2em;
}
h2 em {
	
	color: #4b0082;
}
table {
 background-color: #ffffff;
}
#largeImg {
	border: solid 1px #ccc;
	width: 800px;
	height: 600px;
	padding: 5px;
}
.thumbs img {
	border: solid 1px #ccc;
	width: 100px;
	height: 100px;
	padding: 4px;
}
.thumbs img:hover {
	border-color: #FF9900;
}

.menu {
	margin: 100px -15px;	
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0 1px;
	float: left;
	position: relative;
	text-align: center;
}
.menu a {
	padding: 14px 10px;
	display: block;
	color: #000000;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
	background: url(/images/button.gif) no-repeat center center;
}
.menu li em {
	background: url(/images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}
.accordion {
	width: 800px;
	border-bottom: solid 1px #7d93ff;
}
.accordion h3 {
	background: #e9e7e7 url(/images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #f5f5dc;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #ffffff;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #ffffff;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
#footer {
  margin-top: 100px;
  text-align: center;
  font-style: italic;
  font-size: xx-small;
}