body {
	background: #ffcb09;
	margin: 0px;
	font: 9pt Verdana;
	line-height: 15px;
	color: #665625;
}
a {
	text-decoration: none;
	color: #b2b732;
}
a:hover {
	color: #000000;
}
b {
	font-weight: lighter;
	color: #61722b;
}
table, tr, td {
	font: 9pt Verdana;
	line-height: 15pt;
	text-align: justify;
}
textarea, input, select, button {
	background: #ededed;
	border: 0px;
	font: 9pt Verdana;
	color: #898989;
	-moz-border-radius: 5px;
	padding: 5px;
}
h1 {
	font: 22pt Arial;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin: 0px 0px 10px 0px;
	color: #5f6d32;
}

/*
LAYOUT
*/

#contentsBody {
	background: #ffffff url(images/gigantic_04.jpg) no-repeat;
	width: 579px;
	height: auto;
	vertical-align: top;
	padding: 30px;
}
#left {
	background: url(images/gigantic_03.jpg) repeat-y;
	width: 38px;
	height: auto;
	vertical-align: top;
}
#right {
	background: url(images/gigantic_05.jpg) repeat-y;
	width: 35px;
	height: auto;
	vertical-align: top;
}
