
body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#page {
	width:770px;
	background-color:#fff;
	min-height:600px;
	text-align:left;
}

h1 {
	font-size:22px;
	letter-spacing:-1px;
	color:#0d7b7a;
	font-weight:normal;
}

h1 em {
	font-style:normal;
	color:darkorange;	
}


h2 {
	font-size:18px;
	font-weight:normal;
}


.less {
	color:#999;
	font-size:12px;
}

