* {
	margin: 0;
	padding: 0;
}

body {
	background: url(body.gif) repeat-x 0 -40px;
}
	a {
		color: #09C;
	}
	a:hover {
		text-decoration: none;
	}

/* header styles */

#header {
	height: 60px;
	padding: 10px 20px 0 20px;
	position: relative;
}
	#header h1 {
		left: 26px;
		position: absolute;
		top: 18px;
	}
	#header h1 a {
		background: url(header-h1.gif);
		display: block;
		height: 47px;
		overflow: hidden;
		text-indent: -1000px;
		width: 255px;
	}

/* body styles */

#body {
	margin-bottom: 10px;
	overflow: hidden;
}
	#body em,
	#body .highlight {
		color: #C10;
		font-style: normal;
	}
	
	#body .error {
		border-color: #C10;
		color: #C10;
	}

	#body h1,
	#body h2 {
		font: normal 14px/18px Arial, sans-serif;
		text-transform: capitalize;
	}
	#body h2 {
		color: #C10;
	}
	#body h3 {
		font: normal 12px/16px Arial, sans-serif;
	}

	#body p {
		color: #333;
		font: normal 12px/16px Arial, sans-serif;
		text-indent: 10px;
	}

	#body strong {
		color: #000;
		font-weight: normal;
	}
	
	#body ul {
		color: #333;
		font: normal 12px/16px Arial, sans-serif;
	}
	#body ul li {
		list-style: none;
	}

#main {
	padding: 10px;
}
	#main cite {
		color: #666;
		float: right;
		font-style: normal;	
		margin-left: -10px;
	}
	#main cite:before {
		content: '– ';	
	}

	#main h1,
	#main h2,
	#main p {
		margin: 10px;
	}
	
/* footer styles */

#footer {
	background: #CCC url(popup-footer.gif) repeat-x;
	height: 40px;
	width: 100%;
}
	#footer.snap {
		bottom: 0;
		left: 0;
		right: 0;
		position: absolute;
	}
	#footer .copyright {
		float: left;
	}

	#footer a {
		color: #000;
	}
	#footer a:hover {
		color: #09C;
	}

	#footer em {
		font-style: normal;
	}

	#footer p {
		color: #666;
		font: normal 12px/40px Arial, sans-serif;
		text-indent: 20px;
	}