body {
  font-size: 10pt;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}

h1 {
  margin-top: 0;
  font-size: 1.3em;
}

div#container {
  width: 640px;
  margin-left: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}

div#tabs {
  width: 100%;
  height: 18px;
  margin-left: 24px;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
}

div#tabs div.tab {
  width: 100px;
  height: 100%;
  float: left;
  background-color: #CCCCCC;
  border: 1px solid #999999;
  margin-right: 6px;
  padding-top: 2px;
  position: relative;
  top: -3px;
}

html.* div#tabs div.tab {
  top: 1px;
}

div#tabs div.selected {
  border-bottom: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}

div#main {
  min-height: 400px;
  font-family: Arial,Helvetica,sans-serif;
  border: 1px solid #999999;
  padding: 20px;
}
html.* div#main {
  height: 400px;
}

div.box {
  border:1px solid #999999;
  background-color: #EEEEEE;
  padding:12px;
  margin-bottom: 12px;
}

ul#subnav {
	float: left;
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

ul#subnav li {
	margin-bottom: 6px;
}

ul#subnav li a {
  text-decoration: none;
}

ul#subnav.thumbnails {
  height:400px; 
  width:80px; 
  overflow:auto; 
  margin-bottom: 18px;
}

html.* ul#subnav.thumbnails {
  margin-bottom: -6px;
}

div#gallery {
  height: 700px;
}

div#content {
	margin-left: 160px;
}

button#download {
	border: 2px outset #000000;
	width: 350px;
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
}

p#contact {
	text-align:center;
	background-color: #999999;
	color: #FFFFFF;
	margin-top: 24px;
	padding: 2px;
	clear: both;
}

p#contact a {
	color: #FFFFFF;
}