html, body {
	font-family: sans-serif;
	font-size: 12px;
	width: 600px;
	margin: 20px auto;
}
h1 {
	text-indent: -9999px;
	background-color: #FFFFFF;
	background-image: url('../img/logo.gif');
	background-position: top;
	background-repeat: no-repeat;
	width: 141px;
	height: 40px;
	margin: 0px;
}
h2 {
	font-size: 14px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}
ul {
	margin: 2px;
	padding-left: 15px;
}
#welcome {
	background-color: #333333;
	background-image: url('../img/welcome.gif');
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	width: 600px;
	height: 125px;
	margin: 10px 0px;
	border: none;
}
#left {
	background-color: #EAF2FA;
	background-image: url('../img/blue-box.gif');
	background-postion: top left;
	background-repeat: no-repeat;
	width: 160px;
	margin: 5px;
	float: left;
}
	#left .right {
		background-image: url('../img/blue-box.gif');
		background-position: 100% 100%;
		background-repeat: no-repeat;
		padding: 10px;
	}
#right {
	background-color: #FFFFBB;
	width: 410px;
	margin: 7px;
	border: 1px solid #FAE085;
	position: relative;
	top: -2px;
	float: right;
}
	#right .right {
		padding: 10px;
	}
#button {
	font-family: Tahoma;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
}
.notes {
	background-color: #F3F3F3;
	border: 1px solid #FAE085;
	position: relative;
}
	.notes code, .notes pre {
		font-family: sans-serif;
	}
	.notes .numbers {
		background-color: #CCCCCC;
		width: 20px;
		height: 100%;
		padding: 5px;
		padding-bottom: 20px;
		border-right: 1px solid #999999;
		float: left;
	}
	.notes .note {
		width: 335px;
		overflow: scroll;
		padding: 4px 8px 4px 4px;
		float: left;
	}
	.notes .clear {
		clear: both;
	}
.indent {
	margin-left: 10px;
}
.error {
	color: #CC0000;
}
#footer {
	clear: both;
}