@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-size: 62.5%; /* sets the stage for using ems */
	font-family:'lucida grande', tahoma, sans-serif;
		background-image: url(../images/layout/bg.png);
	background-repeat: repeat; 
}
h1 {
	margin:0;
	padding:0;
	font-size:4.3em;
	color:#666;
	height:47px;
}
h2 {
	margin:0;
	padding:0;
	margin-bottom:10px;
	font-size:1.7em;
	padding-right:15px;
}