body {
	margin: 0px;
	/* background-color: #fbefec; */
	background-color: #f2dedb;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	color: #800000;
}

h1 {
	font-size: 20px;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

a {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	/* color: #ccc; */
	color: #000000;
}

li {
	list-style-image: url('img/bullet.gif');
}

.error {
	color: #800000;
	font-weight: bold;
}

#top {
	background-image: url('img/top-pixel.png');
	background-repeat: repeat-x;
	background-position: top;
}

#menu {
	background-color: #000;
	background-image: url('img/menu-back.png');
	background-repeat: repeat-x;
	background-position: top;

	border-style: solid;
	border-color: #800000;
	border-width: 3px 0px 0px 0px;

	padding-left: 100px;
}

#menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;

	margin-right: 10px;
}

#menu a:hover {
	color: #d09c9b;
}

#content {
	padding-left: 100px;
	padding-top: 20px;
	padding-bottom: 10px;

	vertical-align: top;
}

#images {
	vertical-align: top;
	padding-left: 20px;
	padding-top: 30px;
}

#footer {
	font-size: 10px;
}
