@CHARSET "UTF-8";

BODY {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
	background: #fff0c0;
}

IMG {
	border: 0;
}

ADDRESS {
	font-style: normal;	
}

#content {
	background: white;
	width: 780px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	border-top: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0;
	font-size: 20px;
	/* font-size: 15px; */
}

#actions {
	background: #fff0c0;
	border-top: solid #ffe591 2px;
	border-bottom: solid #ffe591 2px;
	margin-bottom: 12px;
}


#footer {
	background: #ffe591;
	border-top: solid #fff0c0 2px;
	margin-top: 12px;
	height: 14px;
	/*  */
	text-align: center;
	font-size: 10px;
}

#contributors h1 {
	margin: 0;
	margin-bottom: 8px;
	font-family: Palatino linotype, serif;
	font-size: 13.6pt;
	font-weight: normal;
	color: #9b3100;
	padding: 6px 16px 2px 16px;
	border-top: solid #fff0c0 3px;
	background: #ffe591;
	border-bottom: solid #fff0c0 6px;
}

DIV.contentItem {
	padding: 0px 12px;
}