/* CSS Document */


/* border properties for form buttons */
INPUT {
	border:1px solid #C9A146;
}
	
/* general formatting of the links */
A, A:link, A:active, A:visited, A:hover {
color: #C9A146;
}
	
/* background color of the header */
#header_wrapper {
	background-color: #C9A146;
}


#content_title H1 {
	color: #C9A146;
}

#short_desc {
	color: #C9A146;
}

#footer_wrapper {
	background-color: #C9A146;
}

#footer_left_column_wrapper {
	background-color: #C9A146;
}

#footer_right_column_wrapper {
	background-color: #C9A146;
}

.ko_list_title {
	background-color: #C9A146;
}