/* html style to force vertical scroll bar */
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #B3E4FD;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 950px;
	margin: 30px auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	display: block;
}

h1 { font-size: 28px; margin-bottom:36px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; } 

p{
	font-size: 14px;
}
#header h1, #header p {
	text-align: center;
}
#homeImage {
	width: 600px;
	margin: auto;
}

#content {
	width: 580px;
	margin: auto;
}

#footer {
	margin-top: 50px;
	text-align: center;
}