/* CSS Document */

#container {
	background: url(../layout_images/container_bg.gif) repeat-y;
}

#content {
	background: url(../layout_images/content_bg.jpg) no-repeat 0px 90px;
}

body.home #content {
	background: url(../layout_images/content_home_bg.jpg) no-repeat 0px 90px;
}

body.biography #content {
	background: url(../layout_images/content_biography_bg.jpg) no-repeat 0px 90px;
}

#header {
	background: #fff url(../layout_images/header_bg.gif) no-repeat 0px 11px;
}

#footer {
	background: #fff url(../layout_images/footer_bg.gif) no-repeat;
}

/*
* Headings
*/
#content #main h2 {
	background-repeat: no-repeat;
}

body.animals #main h2 {
	background-image: url(../layout_images/heading_animals_bg.gif);
}

body.biography #main h2 {
	background-image: url(../layout_images/heading_biography_bg.gif);
}

body.bronzes #main h2 {
	background-image: url(../layout_images/heading_bronzes_bg.gif);
}

body.contact #main h2 {
	background-image: url(../layout_images/heading_contact_bg.gif);
}

body.exhibitions #main h2 {
	background-image: url(../layout_images/heading_exhibitions_bg.gif);
}

body.marbles #main h2 {
	background-image: url(../layout_images/heading_marbles_bg.gif);
}

body.new_works #main h2 {
	background-image: url(../layout_images/heading_new_works_bg.gif);
}

body.press #main h2 {
	background-image: url(../layout_images/heading_press_bg.gif);
}

body.site_map #main h2 {
	background-image: url(../layout_images/heading_site_map_bg.gif);
}

body.videos #main h2 {
	background-image: url(../layout_images/heading_videos_bg.gif);
}

body.accessibility #main h2 {
	background-image: url(../layout_images/heading_accessibility_bg.gif);
}



ul#front_page_list {
	list-style-type: none;
}

ul#front_page_list li {
	background-repeat: no-repeat;
	display: block;
	height: 47px;
}

ul#front_page_list li.bronzes {
	background-image: url(../layout_images/home_list_bronzes_bg.jpg);
	width: 138px;
}

ul#front_page_list li.marbles {
	background-image: url(../layout_images/home_list_marbles_bg.jpg);
	width: 136px;
}

ul#front_page_list li.animals {
	background-image: url(../layout_images/home_list_animals_bg.jpg);
	width: 142px;
}


#sidebar #replace_bio_blockquote {
	background-image: url(../layout_images/biography_blockquote_bg.jpg);
}