#content {
	background-color: silver;
	height: 615px;
}

#page {
	display: block;
	margin-left: 150px;
	width: 615px;
	height: 615px;
	background-color: #fff;
	border-left: 1px solid black;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-size: 10pt;
}

#tnav li.selected  a {
	color: #000;
	background-color: #fff;
}

/* @group Vertical Navbar */
#nav {
	display: inline;
	float: left;
	width: 150px;
	border: none;
	border-bottom: 1px solid black;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}

#nav li {
	display: block;
	border: none;
	border-top: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
}

#nav li:hover {
	font-weight: normal;
	cursor: pointer;
  text-decoration: underline;
	background-color: #e1e1e1;
}

#nav li.selected {
  font-weight: normal;
  text-decoration: none;
  background-color: #e1e1e1;
}

#nav li:first-child {
	border: none;
}

#nav a,
#nav a:visited,
#nav a:hover {
	color: #000;
	text-decoration: none;
}
/* @end */

/* @group Screenshot styles */
.screenshots ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	text-indent: 15px;
	white-space: nowrap;
	vertical-align: middle;
}

.screenshots li {
	display: inline;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

.screenshots a {
	border-style: none;
}

.screenshots img {
	border: 1px solid gray;
}

.screenshots table {
	border-spacing: 10px
}

.screenshots td {
  border: 2px double gray;
  text-align: center;
  vertical-align: middle;
  background-color: #eee;
}
/* @end */

img.centered {
	display: block;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
}

div#page h1 {
	color: #666;
	text-indent: 15px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-align: left;
	width: 75%;
	font: bold 12pt/12pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#page h2 {
	color: #666;
	text-indent: 15px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-align: left;
	width: 75%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.15em;
}

.text {
  display: block;
	margin-left: 10px;
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

.text ul {
	list-style-type: square;
}

.text li {
	font-size: 9pt;
}