.title a:hover {
	color: #FCD127;
}

body {
	background-color: #C3B49D;
}

#page {
	background-color: #E7E1DB;
	background-image: url(/images/templates/bg_brown.gif);
}

#header {
	background-color: #E7E1DB;
}

a#shop_link {
	color: #FCD127;
}

a#shop_link:hover {
	color: #AA9984;
}

#cart_link {
	background-image: url(/images/templates/icon_cart_0_brown.png);
}

#cart_link:hover {
	background-image: url(/images/templates/icon_cart_1_brown.png);
}

#main_top_left {
	background-color: #E7E1DB;
	background-image: url(/images/templates/main_top_left_brown.png);
}

#main_top_right {
	background-color: #E7E1DB;
	background-image: url(/images/templates/main_top_right_brown.png);
}

#sidebar_right {
	background-color: #E7E1DB;
	background-image: url(/images/templates/sidebar_bottom_left_brown.png);
}

#sillhouette {
	background-image: url(/images/templates/sillhouette_brown.png);
}

#menu li, .button {
	background-image: url(/images/templates/button_left_0_brown.png);
}

#menu li:hover, #menu li.active, .button:hover {
	background-image: url(/images/templates/button_left_1_brown.png);
}

#menu li a, .button a {
	background-image: url(/images/templates/button_right_0_brown.png);
}

#menu li a:hover, #menu li.active a, .button a:hover {
	background-image: url(/images/templates/button_right_1_brown.png);
}

.button_small a:hover {
	color: #FCD127;
}

#main .corners_top_left {
	background-image: url(/images/templates/corner_top_left_brown_main.png);
}

#main .corners_bottom_left {
	background-image: url(/images/templates/corner_bottom_left_brown_main.png);
}

#main .corners_top_right {
	background-image: url(/images/templates/corner_top_right_brown_main.png);
}

#main .corners_bottom_right {
	background-image: url(/images/templates/corner_bottom_right_brown_main.png);
}

#sidebar_left .corners_top_left, #sidebar_right .corners_top_left {
	background-image: url(/images/templates/corner_top_left_brown_sidebar.png);
}

#sidebar_left .corners_bottom_left, #sidebar_right .corners_bottom_left {
	background-image: url(/images/templates/corner_bottom_left_brown_sidebar.png);
}

#sidebar_left .corners_top_right, #sidebar_right .corners_top_right {
	background-image: url(/images/templates/corner_top_right_brown_sidebar.png);
}

#sidebar_left .corners_bottom_right, #sidebar_right .corners_bottom_right {
	background-image: url(/images/templates/corner_bottom_right_brown_sidebar.png);
}

