body {
	background-image: url('background.jpg');
	background-repeat: repeat-x;
	background-color: #fefaef;
}

div.admin {
	float:left;
	font-weight:bold;
	padding-left: 2px;
	padding-right:15px;
	padding-bottom: 1px;
}

a {
	color: #734C2D;
	text-decoration: none;
}

a:hover {
	color: #AE8D6E;
}

a:visited {
	color: #8F745A;
}

a:active {
	color: #734C2D;
}

img {
	border: 0px;
}

div.head {
	text-align: center;
	margin-bottom: 0em;
	margin-top: 0em;
}

table.mainlayout {
	width: 100%;
}

table.mainlayout td {
	background-image: url('gradient.png');
	padding: .2em;
	margin: 1em;
	border: 2px solid #bfbbb2;
	vertical-align: top;
}

table.mainlayout td.left {
	min-width: 1%;
	max-width: 10%;
	text-align: center;
	line-height: 2.0em;
}

table.mainlayout td.right {
	min-width: 1%;
	text-align: center;
	line-height: 2.0em;
}

table.mainlayout td.middle {
	/* text-align: center; */
}

table.mainlayout td.middle table {
	width: 100%;
}

div.sectionheader {
	margin-top: 1em;
	margin-bottom: 1em;
}
