body {
	font-family: Lucida Grande, Geneva, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	color: #000;
	background: #fff;
	min-width: 800px;
}

#navig {
	position: absolute;
	left: 580px;
	top: 20px;
	white-space: nowrap;
}

#page {
	position: absolute;
	left: 30px;
	top: 20px;
	width: 520px;
}

#title {
	float: left;
}

#edit {
	float: right;
}

#content {
	clear: left;
}

#edit textarea {
	width: 480px;
}

#editattachments td {
	padding: 2px;
}

#column {
	position: absolute;
	left: 580px;
	top: 100px;
	width: 230px;
}

#column span {
	clear: left;
	float: left;
}

.thumbnail {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.thumbnail div {
	width: 1%;
}
/*
.thumbnail div {
	width: 90px;
	height: 90px;
	background: url(/static/images/pattern.gif);
}
*/
#navig a, #column a, #edit a {
}

#attachment {
	padding-top: 30px;
	padding-bottom: 30px;
}

a {
	text-decoration: none;
}

p {
	margin-top: 15px;
	margin-bottom: 0px;
}

a:hover {
	text-decoration: underline;
}

#changedNodes {
	float: left;
	margin-right: 15px;
}

#changedDates {
	clear: right;
}

a.buttons {
}

#info {
	text-align: right;
	clear: left;
}

ul.chooser {
	display: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	list-style-type: none;
	white-space: nowrap;
}

p.chooser {
	padding: 0px;
	margin: 0px;
}

ul.index {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	list-style-type: none;
	white-space: nowrap;
}

p.index {
	padding :0px;
	margin: 0px;
}

