body {
	background: url("tile.gif") repeat;
	font-family: "Lucida Grande";
	width: 560px;
	margin: auto;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-shadow: rgba(255, 255, 255, 0.75);
}

header, section, footer {
	margin: 40px 0px;
	display: block;
}

header, footer {
	margin: 40px 160px;
}

header .logo {
	background: url("apple.gif") no-repeat;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #CCC;
	-moz-box-shadow: 1px 1px 1px #CCC;
	box-shadow: 1px 1px 1px #CCC;
	float: left;
}

header .description {
	float: right;
	text-align: left;
}

footer {
	font-size: 8pt;
	color: #999;
	text-align: center;
}

a {
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

a:active {
	position: relative;
	top: 1px;
}

h1 {
	font-weight: normal;
	font-size: 20pt;
	margin: -3px 0px 4px 0px;
	padding: 0;
}

h2 {
	font-weight: normal;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h3 {
	font-weight: normal;
	text-align: left;
	font-size: 13pt;
	line-height: 16pt;
	margin: 40px 0px;
	padding: 10px 20px;
	background: rgba(255, 255, 0, 0.1);
	border: 1px dotted #999;
}

p {
	text-align: center;
	font-size: 10pt;
	line-height: 16pt;
	margin: 0px;
}

.clear {
	clear: both;
}