.header {
	font-family: "Tango BT", Arial, Helvetica;
	font-size: 36px;
	color: #FFFFFF;
	background-color: #336699;
}
.bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 130%;
	font-weight: bold;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.caption {
	line-height: 110%;
	font-style: italic;
	margin-top: 0px;
}
#rightsidebar {
	float: right;
	background-color: #EEEEEE;
	padding: 5px;
	margin-left: 5px;
}
#leftsidebar {
	float: left;
	background-color: #EEEEEE;
	padding: 5px;
	margin-right: 10px;
}
/* To prevent floated elements from escaping container */
/* From p. 295 CSS: The Missing Manual */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	cont-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
}
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 130%;
}
li {
	margin-left:10 px;
}
