h1,h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
}

h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}

h2 {
	padding-top: 10px;
	font-size: 2em;
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}

#title{
    font-family: "Trebuchet MS", Verdana, sans-serif;
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 20px;
    color: #f0f0b8;
}

div#page {
	width: 900px;
	background-color: #fff;
    position: relative;
    margin-left: 250px;
    margin-top: 1px;
	text-align: left;
}

div#container {
	padding: 10px;
}

