/* core layout */

body {
	background-color: #78bde7;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #78bde7;
	line-height: 1.2em;
}

div.browser {
	width: 100%;
	height: 100%;
	text-align: center;
	background: url('/images/background.gif') top;
	background-color: #78bde7;
}

div.website {
	width: 756px;
	height: 523px;
	margin: 12px auto 12px auto;
	background-color: #ffffff;
}

div.webpage {
	width: 420px;
	margin: 0 auto 0 auto;
	padding: 24px 0 0 0;
	text-align: center;
}

/* Adjustments to core formatting */

img {
	border: none;
}

/* floatClearance */

div.floatClearance {
	clear: both;
}

/* webpage text */

/* body {
	font-size: 100%;
}

html>body {
	font-size: 16px;
} */

h1, h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.0;
	font-weight: normal;
	margin: 0;
	background-color: #ffffff;
}


h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 0 0 0.4em 0;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.05em;
	padding: 0 0 0.4em 0;
}

p {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

p.underline {
	margin: 0 0 1em 0;
	padding: 1em 0 1em 0;
	border-bottom: 1px dotted #cccccc;
}
