body {
	background: #AE4040 url('background.png') repeat-x;
	margin: 0;
	padding: 0;
	color: black;
	text-align: center;
	font-family: Arial, sans-serif;
}

#container {
	padding: 0;
	margin: 0;
	background: white;
	margin: 0 auto 0 auto;
	text-align: left;
	border: 2px solid black;
	width: 800px;
}

#header {
	padding: 0;
	margin: 0;
	border-bottom: 2px solid black;
	text-align: center;
}

#menu ul {
	background: #A63535;
	padding: 0;
	margin: 0;
	list-style: none;
	font: bold 1.3em  'Trebuchet MS', Tahoma, verdana,  sans-serif;	
	height: 2.3em;
}

#menu li {
	display: inline;
	padding: 0;
	margin: 0;
}

#menu a {
	float: left;
	margin: 0;
	padding: 10px 0 6px 0;
	text-align: center;
	text-decoration: none;	
	color: white;
	width: 200px;
}

#body {
	padding: 20px 20px 0 20px;
	margin: 0;
}

#body a, a:hover {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

#body table.box {
	display: inline;
	margin-left: 100px;
	width: 80%;
	border-collapse: collapse;
	font-size: 12pt;
}

#body table.box th { text-align: center; }

#body table.box td.label {
	font-weight: bold;
	width: 150px;
	vertical-align: top;
}

#body input.text, textarea.text, input.button {
	background: white;
	border: 1px solid #AE4040;
	border-collapse: collapse;
	width: 400px;
}

#body input.button {
	width: 200px;
	font-weight: bold;
}

#body textarea.text {
	height: 100px;
}

#body span.guestbook {
	display: block;
	margin-left: 50px;
	font-style: italic;
}

#body p.question, p.answer, p.image, p.message {
	text-align: center;
}

#body p.message {
	margin: 0;
	padding: 0;
	font-size: 16pt;
	font-weight: bold;
}

#body p.question {
	color: blue;
	font-style: italic;
}

#body p.answer {
	color: black;
	font-style: normal;
}

#body p.image {
	padding: 0;
	margin: 0;
}

#menu a:hover { border-top: 5px solid white; }

#menu #current a { border-top: 5px solid white; }

#footer {
	padding: 10px;
	padding-top: 40px;
	margin: 0;
	background: black;
	color: white;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	height: 40px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#footer div.footerleft {
	display: inline;
	float: left;
	text-align: left;
}

#footer div.footerright {
	display: inline;
	float: right;
	text-align: right;
}
