body {
	background: #672002 url(images/background2.jpg) top center repeat-y;
	font: 14px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font: bold 20px tahoma, arial, sans-serif;
	margin: 5px 0px 20px;
	text-align: left;
}
h3 {
	font: bold 12px tahoma, arial, sans-serif;
	margin: 5px 0px;
	text-align: center;
}
p {
	margin: 10px 0px;
	text-align: left;
}

/* HOME PAGE */
#home-content {
     margin: auto;
     position: relative;
     text-align: center;
     width: 450px;
}
#home-image-left {
     left: -255px;
     position: absolute;
     top: 0px;
     z-index: 10;
}
#home-image-right {
     right: -272px;
     position: absolute;
     top: 0px;
     z-index: 10;
}
#homeButtons {
 	margin: 100px auto 0px;
 	width: 394px;
}
.homeButton {
     background-position: top left;
     background-repeat: no-repeat;
     display: block;
     float: left;
     height: 37px;
     outline: none;
     width: 197px;
}
.homeButton:hover {
	background-position: bottom left;
}

/* SINGLE PAGE */
#single-page {
	height: 200px;
     margin: auto;
     position: relative;
     text-align: center;
     width: 450px;
}
#single-menu {
	right: 0px;
	position: absolute;
	top: 10px;
	width: 250px;
	z-index: 10;
}
#logo-small-single {
	left: 0px;
	position: absolute;
	top: 20px;
}
#button-pages-murals-and-paintings-single {
	background: white url(images/button-pages-murals-and-paintings.gif) top left no-repeat;
	display: block;
	height: 40px;
	outline: none;
	width: 180px;	
}
#button-pages-murals-and-paintings-single:hover {
	background-position: bottom left;
}
#button-pages-drawings-single {
	background: white url(images/button-pages-drawings.gif) top left no-repeat;
	display: block;
	float: left;
	height: 40px;
	margin-left: 20px;
	outline: none;
	width: 100px;	
}
#button-pages-drawings-single:hover {
	background-position: bottom left;
}
#button-pages-other-single {
	background: white url(images/button-pages-other.gif) top left no-repeat;
	display: block;
	float: left;
	height: 40px;
	margin-left: 20px;
	outline: none;
	width: 80px;	
}
#button-pages-other-single:hover {
	background-position: bottom left;
}
#button-pages-about-the-artist-single {
	background: white url(images/button-pages-about-the-artist.gif) top left no-repeat;
	clear: left;
	display: block;
	height: 40px;
	margin-left: 40px;
	outline: none;
	width: 160px;	
}
#button-pages-about-the-artist-single:hover {
	background-position: bottom left;
}
#murals-and-paintings #button-pages-murals-and-paintings-single, #drawings #button-pages-drawings-single, #other #button-pages-other-single, #about-the-artist #button-pages-about-the-artist-single {
	background-position: bottom left;
}

/* PAGES */
.pages {
	background: #672002 url(images/background3.jpg) top center repeat-y;
}
#container {
	margin: auto;
	position: relative;
	width: 700px;
}
#logo-small {
	left: 20px;
	position: absolute;
}
#pencils-middle {
	left: 250px;
	position: absolute;
}
#pages-menu {
	right: 0px;
	position: absolute;
	top: 20px;
	width: 250px;
	z-index: 10;
}
#left-page-content {
	left: 0px;
	position: absolute;
	top: 100px;
	width: 320px;
}
#right-page-content {
	position: absolute;
	right: 0px;
	top: 150px;
	width: 320px;
}
#button-pages-murals-and-paintings {
	background: white url(images/button-pages-murals-and-paintings.gif) top left no-repeat;
	display: block;
	height: 40px;
	outline: none;
	width: 180px;	
}
#button-pages-murals-and-paintings:hover {
	background-position: bottom left;
}
#button-pages-drawings {
	background: white url(images/button-pages-drawings.gif) top left no-repeat;
	display: block;
	float: left;
	height: 40px;
	margin-left: 20px;
	outline: none;
	width: 100px;	
}
#button-pages-drawings:hover {
	background-position: bottom left;
}
#button-pages-other {
	background: white url(images/button-pages-other.gif) top left no-repeat;
	display: block;
	float: left;
	height: 40px;
	margin-left: 20px;
	outline: none;
	width: 80px;	
}
#button-pages-other:hover {
	background-position: bottom left;
}
#button-pages-about-the-artist {
	background: white url(images/button-pages-about-the-artist.gif) top left no-repeat;
	clear: left;
	display: block;
	height: 40px;
	margin-left: 40px;
	outline: none;
	width: 160px;	
}
#button-pages-about-the-artist:hover {
	background-position: bottom left;
}
#murals-and-paintings #button-pages-murals-and-paintings, #drawings #button-pages-drawings, #other #button-pages-other, #about-the-artist #button-pages-about-the-artist {
	background-position: bottom left;
}

/* GALLERY */
.imageBtn {
	outline: none;
}
.imageBtn img{
	border: 1px solid black;
}
.imageBtn img:hover {
	border: 1px solid white;
}
#image-container {
	background: white url(images/loader.gif) 50% 50% no-repeat;
	border: 2px solid black;
	height: 250px;
	margin: auto;
	text-align: center;
	width: 300px;
}

