html, body {
	margin:0;
	padding:0;
}
body{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 75%;
	
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p,  {
	line-height: 1em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}
h1 {
	margin-bottom: 10px;
	padding: 0;
	font-size:3em;
	color: #333;
	letter-spacing:-1px;
}
h2 {
	padding-top: 10px;
	font-size:2em;
	letter-spacing:-1px;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 700px;
	text-align: left;
	background-color:#c4df9c;
	height:500px;
	float:left;
	clear:right;
	}
	
div#page h3{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:15px 0 15px 33px;
	color:#1B7D86;
	
}

div#container {
	padding: 5px 38px 0 0;
}




