body {
	margin: 0;
	background-color: #FAF07D;
//	background-image: url(../images/daniel-rehn-canvas.png);
	background-repeat: repeat;
	background-attachment: scroll;
	font-family: Helvetica, Arial, sans-serif;
}

p, ul {
	font-size: 115%;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	line-height: 200%;
}

li {
	list-style-type: square;
}

a {
	font-weight: bold;
	color: #333333;
}

a:hover {
	color: #000000;
}

a:active {
	color: #999999;
}

.container .slide a {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	line-height: 170%;
}

#doc {
	margin: 0; 
	padding: 0;
}

#bd {

}

#main-content {
	width: 1024px;
}

#copy {
	padding: 20px 40px 150px 20px;
	position: absolute;
	top: 200px;
	left: 30px;
	width: 595px;
	clear: both;
}

#collaborators {
	position: absolute;
	top: 255px;
	left: 700px;
	width: 280px;
	clear: both;
	background-color: #FCF8BB;
	padding: 15px 70px 30px 30px;
	display: block;
}

.alert {
	position: absolute;
	top: 0;
	left: 700px;
	width: 280px;
	clear: both;
	background-color: #FCF8BB;
	padding: 15px 70px 30px 30px;
	display: block;
}

.links {
	position: absolute;
	top: 1020px;
	left: 700px;
	width: 280px;
	clear: both;
	background-color: #FCF8BB;
	padding: 15px 70px 30px 30px;
	display: block;
}

.sym {
	font-size: 135%;
}

.hidden {
	display: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
}