#header {
	background: url('../images/header_yellow_bg.gif') #DCDAD5 repeat-x bottom;
}

#header h1 a {
	background: url('../images/logo_yellow.png') no-repeat;
	background-position: 20px 24px;
}

h1 {	
	color: #ffaf08;
}

h2 {	
	color: #4f462f;
}

h3 {	
	color: #4f462f;
}

#content, #content td {
	color: #695c3d;
}

a {
	color: #695c3d;
}

fieldset {
	border-color: #4f462f;
}

fieldset legend {
	color: #4f462f;
	border-color: #4f462f;
}

#flash_notice {
	padding: 1em;
	color: #ffaf08;
	font-weight: bold;
	border: 1px solid #ffaf08;
	background-color: #FFFBF3;
}