body {
	background:#fff;
	margin:0;
	padding:40px 20px;
	font:x-small Georgia,Serif;
	text-align:center;
	color:#333;
	font-size: small;
	font-size: small;
}
#header {
	width:90%;
	margin:0 auto 10px;
	border:1px solid #ccc;
}
#page-title {
	margin:5px 5px 0;
	padding:20px 20px .25em;
	border:1px solid #eee;
	border-width:1px 1px 0;
	font: 'Perpetua Titling MT' , 'Trebuchet MS' , Trebuchet, Arial, Verdana, Sans-serif;
	font-size:200%;
	line-height:1.2em;
	font-weight:normal;
	color:#666;
	text-transform:uppercase;
	letter-spacing:.2em;
}
#page-description
{
	border-right: #eee 1px solid;
	padding-right: 20px;
	border-top: #eee 0px solid;
	padding-left: 20px;
	padding-bottom: 20px;
	margin: 0px 5px 5px;
	font: 78%/1.4em 'Perpetua Titling MT' , 'Trebuchet MS' , Trebuchet, Arial, Verdana, Sans-serif;
	text-transform: uppercase;
	border-left: #eee 1px solid;
	color: #999;
	padding-top: 0px;
	border-bottom: #eee 1px solid;
	letter-spacing: 0.2em;
}
#content 
{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
}
#sidebar 
{
	color:#333;
	font: x-small Georgia,Serif;
	width:220px;
	float:right;
	text-align:left;
}
#sidebar h2
{
	color:#666;
	font: small-caps x-small Georgia,Serif;
}
#sidebar a
{
	font-size: x-small;
	color: #3366cc;
	font-family: Tahoma;
	text-decoration: none;
}
#sidebar a:hover
{
	text-decoration: underline;
}
#sidebar ul {
	margin:0 0 1.5em;
	padding:0 0 1.5em;
	border-bottom:1px dotted #ccc;
	list-style:none;
}
#sidebar li {
	margin:0;
	padding:0 0 .25em 15px;
	text-indent:-15px;
	line-height:1.5em;
}
#sidebar p {
	color:#666;
	line-height:1.5em;
}
#navbar
{
	float: left;
	width: 100px;
	text-align: left;
}
#navbar a
{
	font-weight: bold;
	font-size: smaller;
	color: maroon;
	font-family: Tahoma;
	font-variant: small-caps;
}
#navbar a:hover
{
}
#navbar a:visited
{
	color: purple;
}
#navbar ul {
	margin:0 0 1.5em;
	padding:0 0 1.5em;
	list-style:none;
}
#navbar li {
	margin:0;
	padding:0 0 .25em 15px;
	text-indent:-15px;
	line-height:1.5em;
}
#navbar p {
	color:#666;
	line-height:1.5em;
}
h1, h1 a {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size: medium;
	font-weight:bold;
	line-height:1.4em;
	color:#c60;
}
h2, h2 a  {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:small;
	font-weight:bold;
	line-height:1.2em;
	color:Navy;
}
h3 {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:small;
	font-weight:normal;
	line-height:1em;
	color:Navy;
}
.body 
{
	color: Black;
	font-size: small;
	font-weight: normal;
}
.code {
	font-family: Courier New;
}
.code .keyword {
	color: Blue;
}
.code .type {
	color: #2B91AF;
}