body { 
	background-color: #fb6;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #f90; }
a:visited { color: #f33; }
a:hover { color: #f33; }
a:active { color: #f33; }

a img { border: 0; }

#wrapper {
	background-color: #fff;
	padding: 20px;
	width: 800px;
	max-width: 80%;
	margin: 20px auto;
	box-shadow: 0 0 20px #840;
}
p, ul, li, footer, address {
	color: #000;
	font-size: 12px;
	padding-bottom: 10px;
}
h1, h2 {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
h1 {
	font-size: 24px;
	color: #f90;
}
h2 {
	font-size: 20px;
	color: #f33;
}

footer { padding: 0; }

footer p {
	text-align: center;
	font-size: 10px;
	clear: both;
	padding: 0;
}

address {
	/* float: right; */
	margin-bottom: 20px;
}

img {
	max-width: 45%;
	border: solid 1px #f33;
	margin-bottom: 20px;
}

ol ol {
	list-style-type: lower-alpha;
}

.line-over {
	border-top: solid 1px #f33;
	padding-top: 15px;
}

.float-left, .float-right { padding-bottom: 10px; }
.float-left { float: left; }
.float-right { float: right; }