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