html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lucida Grande', 'Tahoma', 'Trebuchet MS', 'Georgia';
	background: url(../images/body_bgblue.gif) repeat-x;
	font-size: 12px;
}

img {
	border: 0;
}

h1, #content {

	margin: 0 auto;
}

h1 {
	height: 60px;
	background-color:#99CCFF;
	background-repeat:repeat-x;
	color: #ffffff;
	font-size: 30px;
}

h1 em {
	display: block;
	font: 13px normal;
}

#content {
	width: 427px;
	margin-top: 48px
}





