body {
	background-image: url(images/leaves3.jpg);
}

html.welcome body {
	background-image: url(images/carrots.jpg);
}

/* {{{ welcome page */
table.Box {
}

table.Box tr td.Header {
	color: #884400;
	background-color: #EFB978;
}

table.Box tr td.Body {
	padding: 0.25em;
	color: #840;

	background-color: transparent;
	background-image: url(images/carrots2.jpg);
}
/* }}} */

div.HttpClientInfo {
	background-image: url(images/carrots2.jpg);
	padding: 4px;
}

div.NewsEntry table {
	background-image: url(images/carrots2.jpg);
}
/*
div.NewsEntry table tr td.Content {
	background-image: url(images/carrots2.jpg);
}
div.NewsEntry table tr td.BottomLeft {
	background-image: url(images/carrots2.jpg);
}
div.NewsEntry table tr td.BottomRight {
	background-image: url(carrots2.jpg);
}
*/


/* {{{ core: left page bar */
div.PageBarLeft {
	color: #777;
	margin: 0px;
	padding: 0px;
	min-height: 0px;

	background-image: url(images/leaves3.jpg);
}

div.PageBarLeft a {
}

div.PageBarLeft a:visited {
}

div.PageBarLeft a:hover {
}
/* }}} */
