/* 1. global [-begin-] */
BODY, P, FORM {
	padding: 0;
	margin: 0;
}
BODY, DIV, TD, P, A {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
BODY {
	background: url('') repeat left top #CC9933;
	margin-top: 10px;
}
A { text-decoration: none; }
A:hover { text-decoration: underline; }
#pageContainer {
	text-align: center;
	background: #F9DB93;
	border: 6px solid #ffffff;
	width: 788px !important;
	width /**/: 800px;
}
/* 1. global [-=end=-] */

/* 2. header [-begin-] */
#headerContainer, #mainContainer { width: 788px; }
#headerContainer {
	background: url('images/header.jpg') no-repeat left top;
	height: 372px;
	text-align: left;
}
#small {
	position: relative;
	left: 76px;
	top: 197px;
}
#big {
	position: relative;
	left: 214px;
	top: 61px;
}
#menu { width: 201px; }
#separator {
	background: url('images/separator.gif') repeat-y left top;
	width: 5px;
}
#main {	
	width: 502px;
	padding: 0 10px 0 10px;
}
#guestbook .inputtext, #guestbook .inputtext div {
	font-weight: bold;
	color: #990000;
}
#guestbook INPUT, #guestbook TEXTAREA {
	border-width: 0;
	background: #F2E3B7;
}
#guestbook TEXTAREA {
	width: 100%;
	height: 75px;
}
#guestbook .button, #gb .navi, #gb .navi A {
	color: #990000;
	font-weight: bold;
}
.date {
	font-size: 10px;
	font-style: italic;
}
