body {
	margin: 0;
	font-family: Cambria, 'Bitstream Vera Serif', "DejaVu Serif", Georgia, Times, 'Times New Roman', serif;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.page-wide {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
}
.hidden {
	display: none;
	visibility: hidden;
}
div#masthead { }
div#title-container {
	background-color: #FFF;
	padding-top: 8px;
}
div#title {
	background-image: url("./images/title.png");
	background-repeat: no-repeat;
	height: 55px;
}
div#title h1 {
	display: block;
	border: 0;
	margin: 0;
}
div#title h1 a {
	height: 55px;
	width: 768px;
	display: block;
}
div#title h1 a span {
	display: none;
}
div#subtitle-container {
	background-color: #FFF;
}
div#subtitle, div.separator {
	height: 24px;
	background-repeat: repeat-x;
	background-image: url("./images/separator-white.png");
	border: 0;
}
div.separator {
	clear: both;
}
ul#subtitle-links {
	display: inline;
	margin: 0;
	padding: 0;
	float: right;
	padding-left: 4px;
	background-color: #FFF;
}
ul#subtitle-links li {
	display: inline;
	float: left;
}
ul#subtitle-links li span {
	display: none;
	visibility: hidden;
}
ul#subtitle-links li a {
	height: 24px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
ul#subtitle-links li a:hover {
	background-color: #EEE;
}
li#link-home a {
	width: 48px;
	background-image: url("./images/home.png");
}
li#link-about a {
	width: 52px;
	background-image: url("./images/about.png");
}
li#link-features a {
	width: 64px;
	background-image: url("./images/features.png");
}
#content-wrapper.narrowcolumn {
  float: left;
  width: 525px;
}
#content {
  padding: 0pt 4pt;
}
#sidebar-wrapper {
  float: right;
  width: 225px;
}
#sidebar {
  font-size: 90%;
  padding: 15px;
  padding-top: 0px;
}

